[vlc-commits] Prepare 2.2.5.1
Jean-Baptiste Kempf
git at videolan.org
Thu Mar 9 19:34:56 CET 2017
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 8 23:50:02 2017 +0100| [1a411a5124333cacf0c1c1872b82c9423fa3e8e2] | committer: Jean-Baptiste Kempf
Prepare 2.2.5.1
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=1a411a5124333cacf0c1c1872b82c9423fa3e8e2
---
NEWS | 8 ++++++++
configure.ac | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 247d747..3da8cdd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes between 2.2.5 and 2.2.5.1:
+--------------------------------
+
+Security hardening for DLL hijacking environments
+
+Translations updates
+
+
Changes between 2.2.4 and 2.2.5:
--------------------------------
diff --git a/configure.ac b/configure.ac
index e68ce88..320167d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,18 +2,18 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 1999-2017 VLC authors and VideoLAN])
-AC_INIT(vlc, 2.2.5)
+AC_INIT(vlc, 2.2.5.1)
VERSION_MAJOR=2
VERSION_MINOR=2
VERSION_REVISION=5
-VERSION_EXTRA=0
+VERSION_EXTRA=1
VERSION_DEV=
PKGDIR="vlc"
AC_SUBST(PKGDIR)
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
-CODENAME="Weatherwax"
+CODENAME="SunMaker"
COPYRIGHT_YEARS="1996-2017"
AC_CONFIG_SRCDIR(src/libvlc.c)
More information about the vlc-commits
mailing list