npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Jan 1 22:37:20 2013 +0100| [522044e7a491bb8bc48d28f03fb706e0c9007aeb] | committer: Jean-Baptiste Kempf
On the road to 2.0.6 and copyright update > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=522044e7a491bb8bc48d28f03fb706e0c9007aeb --- NEWS | 7 +++++-- configure.ac | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index b73af5e..574d202 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Changes between VLC 2.0.2 and 2.0.5: ------------------------------------ +Changes between VLC 2.0.2 and 2.0.6: +------------------------------------ * NPAPI: core class rework and redesign * NPAPI: core windowless support * Update test page @@ -11,6 +11,9 @@ Changes between VLC 2.0.2 and 2.0.5: * Upgrade the libVLC wrapper * Drop the dependency on external NPAPI headers: it will get downloaded * Support for Windowless under X11 with XCB + * Support for Windowless under Mac OS X using CoreGraphic + * Support for Windowless under Windows using GDI+ + * Port the Mac OS X version to 64 bits Changes between VLC 2.0.0 and 2.0.2: diff --git a/configure.ac b/configure.ac index 197c083..397ee51 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,13 @@ dnl Autoconf settings for npapi-vlc -AC_COPYRIGHT([Copyright 2002-2012 VLC authors and VideoLAN]) +AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN]) -AC_INIT(npapi-vlc, 2.0.5) +AC_INIT(npapi-vlc, 2.0.6) VERSION_MAJOR="2" AC_SUBST(VERSION_MAJOR) VERSION_MINOR="0" AC_SUBST(VERSION_MINOR) -VERSION_REVISION="5" +VERSION_REVISION="6" AC_SUBST(VERSION_REVISION) VERSION_EXTRA="" AC_SUBST(VERSION_EXTRA) @@ -18,7 +18,7 @@ case $( echo ${VERSION_EXTRA}|wc -m ) in *) if test "${VERSION_EXTRA}" = "-git"; then VERSION_EXTRA_RC="666"; else VERSION_EXTRA_RC="99"; fi esac AC_SUBST(VERSION_EXTRA_RC) -COPYRIGHT_YEARS="2002-2012" +COPYRIGHT_YEARS="2002-2013" AC_SUBST(COPYRIGHT_YEARS) COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN" AC_SUBST(COPYRIGHT_MESSAGE) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
