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