[vlc-devel] commit: Approaching 0.9.10-rc ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Jul 26 15:17:54 CEST 2009
vlc | branch: 0.9-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jul 26 15:17:42 2009 +0200| [ec9557f207fcf69b8417fcef7c9a29739c71e82a] | committer: Felix Paul Kühne
Approaching 0.9.10-rc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec9557f207fcf69b8417fcef7c9a29739c71e82a
---
NEWS | 3 ++-
configure.ac | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 5ea77c7..c7cb76f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 0.9.9a and 0.9.10-git:
+Changes between 0.9.9a and 0.9.10-rc:
--------------------------------------
HTTP Interface:
@@ -10,6 +10,7 @@ Mac OS X:
* Improved Information panel behavior, when playlist is not displayed
* Fixed QTCapture input support for the latest iSight models
* Added a menu-item to unlock the video window's aspect ratio
+ * Fixed redraw issues when autosizing the video window
* Updated libpng, libgpg-error, libgcrypt, fribidi
Various fixes to the following modules:
diff --git a/configure.ac b/configure.ac
index 3a00fe7..2d775d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
dnl Autoconf settings for vlc
-AC_INIT(vlc, 0.9.10-git)
+AC_INIT(vlc, 0.9.10-rc)
VERSION_MAJOR="0"
VERSION_MINOR="9"
VERSION_REVISION="10"
-VERSION_EXTRA="-git"
+VERSION_EXTRA="-rc"
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="Grishenko"
More information about the vlc-devel
mailing list