vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Mar 22 12:56:18 2011 +0100| [8aa767d43e2c93a9094791b1a49cdc61072d439c] | committer: Jean-Baptiste Kempf
VLC 1.1.8 NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=8aa767d43e2c93a9094791b1a49cdc61072d439c --- NEWS | 3 ++- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 96e30ca..dd0507d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 1.1.7 and 1.1.8-git: +Changes between 1.1.7 and 1.1.8: -------------------------------- Mac OS X Interface: @@ -26,6 +26,7 @@ Miscellaneous fixes in: * Pulseaudio audio output, notably for usb cards * Stacktraces are now limited in size on Windows * Video resolution is now limited to 8192x8192, for security reasons + See CORE-2011-0208 * Configure and build system improvements * DirectShow and BDA build headers have been updated diff --git a/configure.ac b/configure.ac index 0953b64..845e5aa 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.8-git) +AC_INIT(vlc, 1.1.8) VERSION_MAJOR="1" VERSION_MINOR="1" VERSION_REVISION="8" -VERSION_EXTRA="-git" +VERSION_EXTRA="" PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
