Commit ae141f9a authored by Gildas Bazin's avatar Gildas Bazin

* ALL: preparing for a 0.6.2 release
parent 8a07cfad
$Id: NEWS,v 1.62 2003/08/05 11:54:11 jpsaman Exp $
$Id: NEWS,v 1.63 2003/08/10 21:26:07 gbazin Exp $
Changes between 0.6.1 and 0.6.2:
---------------------------------
Core support:
* Fixed a nasty regression in 0.6.1 which made some streams unplayable.
Stream output:
* Transcoder now generates proper pts/dts thus should work a lot better.
* Improved MPEG TS muxer.
Access input:
* Support for DVB-S/C/T cards using v4l2 API for Linux 2.6.x kernels.
* Few fixes to the VCD navigation.
UNIX ports:
* ALSA multi-channel support fixed and tested.
* Fixed fullscreen with gnome metacity.
Win32 port:
* Fixed VCD support which was broken on some machines.
iPaq port:
* Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated)
* Familiar interface with Gtk+-1.2 and GPE support removed (deprecreated).
Miscellaneous:
* Text subtitles now centered on the picture.
* Ffmpeg decoder now generates proper pts and can be used to play
mpeg1/2 videos.
Changes between 0.6.0 and 0.6.1:
---------------------------------
......
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.54 2003/08/05 11:54:11 jpsaman Exp $
dnl $Id: configure.ac,v 1.55 2003/08/10 21:26:07 gbazin Exp $
AC_INIT(vlc,0.6.2-cvs)
AC_INIT(vlc,0.6.2)
CONFIGURE_LINE="$0 $*"
CODENAME="Trevelyan"
......@@ -13,7 +13,7 @@ AC_CANONICAL_SYSTEM
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
dnl them. And we need the comma otherwize automake will choke on it.
AM_INIT_AUTOMAKE(vlc,0.6.2-cvs)
AM_INIT_AUTOMAKE(vlc,0.6.2)
AM_CONFIG_HEADER(config.h)
dnl
......
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "0.6.2-cvs";
CFBundleGetInfoString = "VLC media player 0.6.2-cvs, Copyright (c) 1996-2003 VideoLAN.";
CFBundleShortVersionString = "0.6.2";
CFBundleGetInfoString = "VLC media player 0.6.2, Copyright (c) 1996-2003 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN.";
......@@ -415,7 +415,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.6.2-cvs, Copyright (c) 1996-2003 VideoLAN.</string>
<string>VLC media player 0.6.2, Copyright (c) 1996-2003 VideoLAN.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
......@@ -427,7 +427,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.2-cvs</string>
<string>0.6.2</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
......@@ -474,7 +474,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.6.2-cvs</string>
<string>0.6.2</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
......
......@@ -17,7 +17,7 @@ BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "VideoLAN"
VALUE "FileVersion", "0.6.1"
VALUE "FileVersion", "0.6.2"
VALUE "FileDescription", "VLC media player"
VALUE "LegalCopyright", "(c) 1996-2003 VideoLAN"
END
......
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