From: Jean-Baptiste Kempf Date: Fri, 8 May 2009 23:22:45 +0000 (+0200) Subject: 1.0.0 RC1 X-Git-Tag: 1.0.0-rc1^0 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=cb1bd11f37e315eefb68ef3341234882618066a3;hp=7f779acabee17a673db1c14bdc74bbd5bcf9287c;p=vlc 1.0.0 RC1 --- diff --git a/NEWS b/NEWS index 0c4c54b31a..52671ec67d 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 36e9840fd1..51a42d9d8e 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)