Commit 143a4b95 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Approaching 1.0.1-rc

parent 2387f88d
Changes between 1.0.0 and 1.0.1-pre:
Changes between 1.0.0 and 1.0.1-rc:
--------------------------------
Demuxers:
......@@ -16,6 +16,7 @@ Muxers:
Decoders:
* Fix seeking in mpeg2 video files
* Improve SSA subtitles rendering
Qt Interface:
* Possibility to change the opacity level of the Fullscreen controller
......@@ -25,6 +26,7 @@ Mac OS X Interface:
* Added options to disable support for Apple Remote and Media Keys
* Preferences panel now includes help through tool-tips
* More reliable Information and Messages panels
* Fix various crashes
Translations updates for Brazillian, French, German, Korean, Norwegian Nynorsk
......
......@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2009 the VideoLAN team])
AC_INIT(vlc, 1.0.1-pre)
AC_INIT(vlc, 1.0.1-rc)
VERSION_MAJOR="1"
VERSION_MINOR="0"
VERSION_REVISION="1"
VERSION_EXTRA="-pre"
VERSION_EXTRA="-rc"
PKGDIR="vlc"
AC_SUBST(PKGDIR)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment