[vlc-commits] 2.0.5 on the way

Jean-Baptiste Kempf git at videolan.org
Wed Dec 19 15:36:32 CET 2012


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 19 15:31:36 2012 +0100| [87a072413d9d63720c133308fdf6c27c6ae3614c] | committer: Jean-Baptiste Kempf

2.0.5 on the way

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=87a072413d9d63720c133308fdf6c27c6ae3614c
---

 NEWS         |   13 +++++++++++++
 configure.ac |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 95972bb..cccde6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes between VLC 2.0.2 and 2.0.5:
+-----------------------------------
+ * NPAPI: core class rework and redesign
+ * NPAPI: core windowless support
+ * Update test page
+ * Drop OJI support
+ * Improve packaging on most platforms
+ * Fix memory and Handle leaks
+ * Fix browser events propagation in NPAPI
+ * ActiveX: first step of Win64 support
+ * Upgrade the libVLC wrapper
+ 
+
 Changes between VLC 2.0.0 and 2.0.2:
 -----------------------------------
  * introduce MediaDescription object for exposing media meta information
diff --git a/configure.ac b/configure.ac
index bdcdd10..87073f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,12 +2,12 @@ dnl Autoconf settings for npapi-vlc
 
 AC_COPYRIGHT([Copyright 2002-2012 VLC authors and VideoLAN])
 
-AC_INIT(npapi-vlc, 2.0.2)
+AC_INIT(npapi-vlc, 2.0.5)
 VERSION_MAJOR="2"
 AC_SUBST(VERSION_MAJOR)
 VERSION_MINOR="0"
 AC_SUBST(VERSION_MINOR)
-VERSION_REVISION="2"
+VERSION_REVISION="5"
 AC_SUBST(VERSION_REVISION)
 VERSION_EXTRA=""
 AC_SUBST(VERSION_EXTRA)



More information about the vlc-commits mailing list