vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Dec 20 00:30:59 2011 +0100| [62b976e3e1b2e0fc3e69ee0e8f8cacf46f26f606] | committer: Jean-Baptiste Kempf
Version should be 1.1.13-git If anyone needs a build from HEAD, fix the version for them. > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=62b976e3e1b2e0fc3e69ee0e8f8cacf46f26f606 --- NEWS | 21 +++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1ed8dd9..f2328f3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Changes between 1.1.12 and 1.1.13-git: +---------------------------------- + +Audio output: + * improvements for PulseAudio 1.0 and fixes + +Qt interface: + * fix potential crash and v4l2 opening panel + +XCB/XVideo: + * Turn on XVideo color key automatic painting + * Allow mixed endian format if 8 or 4 bits per component + +Misc: + * Build and packaging fixes + * Fix RTP crash on initialization error + +Translations: + * Update of Polish, Simplified Chinese, Estonian and German + + Changes between 1.1.11 and 1.1.12: ---------------------------------- diff --git a/configure.ac b/configure.ac index 7970a80..d648036 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team]) -AC_INIT(vlc, 1.1.12) +AC_INIT(vlc, 1.1.13-git) VERSION_MAJOR="1" VERSION_MINOR="1" -VERSION_REVISION="12" +VERSION_REVISION="13" VERSION_EXTRA="-git" PKGDIR="vlc" AC_SUBST(PKGDIR) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
