[vlc-devel] commit: Let's get the ball rolling for 0.9.10 (Christophe Mutricy )

git version control git at videolan.org
Mon Apr 6 00:09:33 CEST 2009


vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Sun Apr  5 23:04:30 2009 +0100| [8f621703c2c4d2a4a48a2bfe3c49548e57f74df5] | committer: Christophe Mutricy 

Let's get the ball rolling for 0.9.10

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f621703c2c4d2a4a48a2bfe3c49548e57f74df5
---

 NEWS         |    7 +++++++
 configure.ac |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 42928fe..163dd59 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 0.9.9a and 0.9.10-git:
+--------------------------------------
+
+Interfaces:
+ * Fix default ACL of http interface
+
+
 Changes between 0.9.9 and 0.9.9a:
 ---------------------------------
 
diff --git a/configure.ac b/configure.ac
index ae9d297..3a00fe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
 dnl Autoconf settings for vlc
 
-AC_INIT(vlc, 0.9.9a)
+AC_INIT(vlc, 0.9.10-git)
 VERSION_MAJOR="0"
 VERSION_MINOR="9"
-VERSION_REVISION="9"
-VERSION_EXTRA="a"
+VERSION_REVISION="10"
+VERSION_EXTRA="-git"
 
 CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
 CODENAME="Grishenko"




More information about the vlc-devel mailing list