vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Apr 11 17:05:38 2011 +0200| [3cb96ebc52c5b243d2b01a5b5230e7b331e00014] | committer: Jean-Baptiste Kempf
On the road to 1.1.9 > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=3cb96ebc52c5b243d2b01a5b5230e7b331e00014 --- NEWS | 13 ++++++++++++- configure.ac | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 65f945e..c9fd08f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ -Changes between 1.1.8 and 1.1.9-git: +Changes between 1.1.8 and 1.1.9: -------------------------------- +Windows and Mac OS X: + * Update of external library modplug, to address a security issue + +Demuxers: + * mp4: Fix heap-based buffer overflow + Mac OS X Interface: * fixed bugs in the Streaming / Transcoding wizard * improved Apple Remote handling @@ -11,6 +17,11 @@ Mac OS X Interface: Mac OS X Port: * fixed Growl local notification plugin * the app bundle includes the Growl framework now + * eyeTV fixes + +Translations: + * Update of Lithuanian, Estonian, Chinese, Japanese, Bengali and Dutch + translations Changes between 1.1.7 and 1.1.8: diff --git a/configure.ac b/configure.ac index d260637..f961846 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team]) -AC_INIT(vlc, 1.1.9-git) +AC_INIT(vlc, 1.1.9) VERSION_MAJOR="1" VERSION_MINOR="1" VERSION_REVISION="9" -VERSION_EXTRA="-git" +VERSION_EXTRA="" PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
