From cb1bd11f37e315eefb68ef3341234882618066a3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 9 May 2009 01:22:45 +0200 Subject: [PATCH] 1.0.0 RC1 --- NEWS | 13 +++++++++++-- configure.ac | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) 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) -- 2.39.2