]> git.sesse.net Git - vlc/commitdiff
* ALL: preparing for a 0.6.2 release
authorGildas Bazin <gbazin@videolan.org>
Sun, 10 Aug 2003 21:26:07 +0000 (21:26 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 10 Aug 2003 21:26:07 +0000 (21:26 +0000)
NEWS
configure.ac
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/vlc.pbproj/project.pbxproj
share/vlc_win32_rc.rc

diff --git a/NEWS b/NEWS
index 33118d3c5b748265563e524e7b1c2cb660642091..a41cd1118bad381c2e4b66a419b61f9ec03bddc4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,33 @@
-$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:
 ---------------------------------
index 43fbcdbccc0878e7525b05bd9d6913e36888b71b..488e26d14e6c4acbf40071f3f9285059552b2118 100644 (file)
@@ -1,7 +1,7 @@
 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
index dca415e2e9e57e081d94dcd9f2a933c6a6d135b4..722464e2540324807196b603d03b5156a215d27c 100644 (file)
@@ -1,6 +1,6 @@
 /* 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.";
index a682d268d9dff9b30a7acdc5d684c3df1fcb93d9..7b426090e3686944475202c65782fc9dfbd5b31a 100644 (file)
        <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>
        <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>
                </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>
index 1512b239d5f82351c9caa2630e3b72b747da9276..d3f4ba11ae735b7979472068b9b77fdeebc75b71 100644 (file)
@@ -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