[vlc-devel] commit: 1.0.0 RC1 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat May 9 01:26:32 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 9 01:22:45 2009 +0200| [cb1bd11f37e315eefb68ef3341234882618066a3] | committer: Jean-Baptiste Kempf
1.0.0 RC1
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb1bd11f37e315eefb68ef3341234882618066a3
---
NEWS | 13 +++++++++++--
configure.ac | 4 ++--
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 0c4c54b..52671ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Changes between 0.9.9 and 1.0.0-pre2:
--------------------------------------
+Changes between 0.9.9a and 1.0.0-rc1:
+------------------------------------
Important notes:
----------------
@@ -120,6 +120,15 @@ Video output:
Miscellanous:
* Invmem, a fake codec to display images from external applications
+
+Changes between 0.9.9 and 0.9.9a:
+---------------------------------
+
+Mac OS X:
+ * Updated multiple 3rd party libraries to keep in sync with the Win32 port
+ * Playback fixes for PowerPC-based Macs
+
+
Changes between 0.9.8a and 0.9.9:
---------------------------------
diff --git a/configure.ac b/configure.ac
index 36e9840..51a42d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2009 the VideoLAN team])
-AC_INIT(vlc, 1.0.0-pre2)
+AC_INIT(vlc, 1.0.0-rc1)
VERSION_MAJOR="1"
VERSION_MINOR="0"
VERSION_REVISION="0"
-VERSION_EXTRA="-pre2"
+VERSION_EXTRA="-rc1"
PKGDIR="vlc"
AC_SUBST(PKGDIR)
More information about the vlc-devel
mailing list