]> git.sesse.net Git - vlc/commitdiff
1.0.0 RC1 1.0.0-rc1
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 May 2009 23:22:45 +0000 (01:22 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 May 2009 23:24:25 +0000 (01:24 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0c4c54b31afe770d7475454ab3d50184e64968d0..52671ec67dff8efcfbffe2a707a44bd8558e2a37 100644 (file)
--- 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:
 ---------------------------------
 
index 36e9840fd1b2fd1837785c2f1501f6959e1e0b2d..51a42d9d8ea84755050a306a0394f14f276d84f5 100644 (file)
@@ -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)