[vlc-commits] Update NEWS for 2.2.5.1
Jean-Baptiste Kempf
git at videolan.org
Wed Mar 15 00:34:23 CET 2017
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 15 00:33:21 2017 +0100| [dd96ea96b0beeb43cae7e7cc3fa291c9d259ddbb] | committer: Jean-Baptiste Kempf
Update NEWS for 2.2.5.1
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=dd96ea96b0beeb43cae7e7cc3fa291c9d259ddbb
---
NEWS | 7 +++++++
configure.ac | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 3da8cdd..a152d9d 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ Security hardening for DLL hijacking environments
Translations updates
+Misc:
+ * Update for Soundcloud, liveleak and Youtube scripts
+ * Fix potential out-of-band dereference in flac decoder
+ * Fix potential out-of-band reads in mpeg packetizers
+ * Fix infinite loop in subtitles demuxer
+ * Fix incorrect memory free in ogg demuxer
+
Changes between 2.2.4 and 2.2.5:
--------------------------------
diff --git a/configure.ac b/configure.ac
index 7b35401..6dfd441 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ PKGDIR="vlc"
AC_SUBST(PKGDIR)
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
-CODENAME="SunMaker"
+CODENAME="Umbrella"
COPYRIGHT_YEARS="1996-2017"
AC_CONFIG_SRCDIR(src/libvlc.c)
More information about the vlc-commits
mailing list