Commit d6faf1b8 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Update the version string to 0.8.6-test2

* Update the NEWS
parent a5e5084d
$Id$
Changes between 0.8.5 and 0.8.6-test1:
Changes between 1.8.5 and 0.8.6-test2:
--------------------------------
Playlist:
......@@ -13,6 +13,7 @@ Input:
* ATSC support for DVB
* Partial support for DVR-ms recordings
* Partial support for MXF fileformat
* Improved support for Flash Video files
Decoders:
* Native WMV3 / VC-1 support
......@@ -21,6 +22,8 @@ Decoders:
* The True Audio Lossless codec support
* WavPack support
* Improved H.264 support (interlaced, speed improvements etc)
* Fixed a problem with MPEG2 field pictures
* Fixed swapped colors on DVB subtitles
Video output:
* Additional OpenGL effects (cylinder, torus, sphere, ...)
......@@ -34,8 +37,8 @@ Interfaces:
* Systray support in skins
* OS X
* Support for Apple Remote control
* Fullscreen controller panel
* new playmode buttons
* Fullscreen controller panel (artwork by Simon Damkjær Andersen)
* New playmode buttons (artwork by Simon Damkjær Andersen)
* right/ctrl-click menu in video outputs
* Main Menu keeps accessible when playing videos in fullscreen mode
* Linux
......
......@@ -131,7 +131,7 @@ Rudolf Cornelissen <rag.cornelissen at inter.nl.net> - BeOS fixes
Scott Caudle <dorkmanzcot at gmail dot com> - Visualization, WX
improvements
Sebastien Chaumat <Sebastien.Chaumat at ens-lyon.fr> - YOPY port tests
Simon Damkjr Andersen <simondamkjaer at gmail.com> - playmode icons and the entire Fullscreen Panel design for the OSX GUI (v0.8.6)
Simon Damkjær Andersen <simondamkjaer at gmail.com> - playmode icons and the entire Fullscreen Panel design for the OSX GUI (v0.8.6)
Steve Lhomme <steve dot lhomme at free dot fr> - MSVC fixes and Matroska enhancements
Steve Brown <sbrown at cortland.com> - fix for optional PES size bug
Steven M. Schultz <sms at TO.GD-ES.COM> - BSD/OS port
......
dnl Autoconf settings for vlc
AC_INIT(vlc,0.8.6-test1)
AC_INIT(vlc,0.8.6-test2)
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_REVISION="6"
VERSION_EXTRA="test1"
VERSION_EXTRA="test2"
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
......
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "0.8.6-test1";
CFBundleGetInfoString = "VLC media player 0.8.6-test1 Copyright (c) 1996-2006 the VideoLAN team";
CFBundleShortVersionString = "0.8.6-test2";
CFBundleGetInfoString = "VLC media player 0.8.6-test2 Copyright (c) 1996-2006 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team";
......@@ -744,7 +744,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.8.6-test1, Copyright (c) 1996-2006 the VideoLAN team.</string>
<string>VLC media player 0.8.6-test2, Copyright (c) 1996-2006 the VideoLAN team.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
......@@ -756,7 +756,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.6-test1</string>
<string>0.8.6-test2</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
......@@ -813,7 +813,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.8.6-test1</string>
<string>0.8.6-test2</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
......
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