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

* Update version to 0.8.6

* Update NEWS just a tad
* Update contrib in INSTALL.win32
parent 430c52f4
......@@ -89,14 +89,14 @@ external libraries.
* We also provide a package with all the libraries already compiled so it is
actually really easy to compile a full-featured version of vlc (these compiled
libraries will only work with mingw or cygwin):
http://download.videolan.org/pub/testing/win32/contrib-20060330-win32-bin-gcc-3.4.5-only.tar.bz2
http://download.videolan.org/pub/testing/win32/contrib-20061202-win32-bin-gcc-3.4.5-only.tar.bz2
(Check out for more recent versions at the same location).
All you need to do is extract it in your root directory (the include files
and libraries will be put in /usr/win32). You can do this with the following
command:
tar xjvf contrib-20060330-win32-bin-gcc-3.4.5-only.tar.bz2 -C /
tar xjvf contrib-20061202-win32-bin-gcc-3.4.5-only.tar.bz2 -C /
Please note the "-C /".
......
$Id$
Changes between 0.8.5 and 0.8.6-rc1:
Changes between 0.8.5 and 0.8.6:
--------------------------------
Playlist:
......@@ -18,9 +18,10 @@ Input:
Decoders:
* Native WMV9/VC-1 support
* WMA Speech support (through binary codecs)
* VP5/VP6 - Flash Video support
* VP5/VP6 - Flash Video support (not VP61)
* The True Audio Lossless codec support
* Improved H.264 support (interlaced, speed improvements etc)
* Matroska WavPack support
* Improved H.264 support (interlaced, speed improvements etc but no PFAFF)
* Fixed a problem with MPEG2 field pictures
* Fixed swapped colors on DVB subtitles
......
dnl Autoconf settings for vlc
AC_INIT(vlc,0.8.6-rc1)
AC_INIT(vlc,0.8.6)
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_REVISION="6"
VERSION_EXTRA="rc1"
VERSION_EXTRA=""
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
......
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "0.8.6-rc1";
CFBundleGetInfoString = "VLC media player 0.8.6-rc1 Copyright (c) 1996-2006 the VideoLAN team";
CFBundleShortVersionString = "0.8.6";
CFBundleGetInfoString = "VLC media player 0.8.6 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-rc1, Copyright (c) 1996-2006 the VideoLAN team.</string>
<string>VLC media player 0.8.6, 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-rc1</string>
<string>0.8.6</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
......@@ -813,7 +813,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.8.6-rc1</string>
<string>0.8.6</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
......
var version = "0.8.6-rc1";
var version = "0.8.6";
initInstall( "VideoLAN", "VLC", version, 1);
......@@ -13,9 +13,9 @@ if ( ! fileExists( tmpFolder) )
setPackageFolder( tmpFolder );
addFile( "http://downloads.videolan.org/pub/videolan/testing/0.8.6-rc1/win32/vlc-0.8.6-rc1-win32.exe" );
addFile( "http://downloads.videolan.org/pub/videolan/vlc/0.8.6/win32/vlc-0.8.6-win32.exe" );
var exe = getFolder(tmpFolder, "vlc-0.8.6-rc1-win32.exe");
var exe = getFolder(tmpFolder, "vlc-0.8.6-win32.exe");
File.execute( exe );
performInstall();
......
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