]> git.sesse.net Git - vlc/commitdiff
* NEWS:
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 4 Mar 2003 21:54:03 +0000 (21:54 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 4 Mar 2003 21:54:03 +0000 (21:54 +0000)
  - added item on fix of 'clicking' sound between stream changes.
  - added item on new bandlimited resampler
* ALL:
  - bumped up revision number to 0.5.2-test3

NEWS
configure.ac.in
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/vlc.pbproj/project.pbxproj

diff --git a/NEWS b/NEWS
index 0650fdc7f76368afa57b2a2b4b0b13798189cd44..b5179a9b9b4eb696645c6e81788abc0976fa0dc4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-$Id: NEWS,v 1.25 2003/03/03 19:39:48 hartman Exp $
+$Id: NEWS,v 1.26 2003/03/04 21:54:03 hartman Exp $
 
 Changes between 0.5.1a and 0.5.2:
 --------------------------------
@@ -6,6 +6,8 @@ Changes between 0.5.1a and 0.5.2:
 Core support:
  * advanced config options are now hidden by default.
  * new --spdif option to use the S/PDIF audio output by default.
+ * fixed a 'clicking' sound when switching between streams.
+ * new bandlimited resampler that should improve audio quality on primarily Mac OS X. 
 
 Codecs:
  * support for DV audio through the ffmpeg library.
index 22bda444bc8765207d332413dcb73ae5da75fb80..5ffa4abca88e4014b319ba4a3edc94488d912995 100644 (file)
@@ -1,6 +1,6 @@
 dnl Autoconf settings for vlc
 
-AC_INIT(vlc,0.5.2-test2)
+AC_INIT(vlc,0.5.2-test3)
 
 CONFIGURE_LINE="$0 $*"
 CODENAME="Natalya"
@@ -11,7 +11,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.5.2-test2)
+AM_INIT_AUTOMAKE(vlc,0.5.2-test3)
 AM_CONFIG_HEADER(config.h)
 
 dnl
index b20b739fd2c3ffb3252428f37f9f3ec8166bbd92..de7f2e8f09f5251ad055ac30b26f5391e9cb52d6 100644 (file)
@@ -1,6 +1,6 @@
 /* Localized versions of Info.plist keys */
 
 CFBundleName = "VLC";
-CFBundleShortVersionString = "0.5.1a";
-CFBundleGetInfoString = "VLC media player 0.5.1a, Copyright (c) 1996-2003 VideoLAN.";
+CFBundleShortVersionString = "0.5.2-test3";
+CFBundleGetInfoString = "VLC media player 0.5.2-test3, Copyright (c) 1996-2003 VideoLAN.";
 NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN.";
index b0861055c1afecfd69cd2505c78f72c3a08e0eba..3c5b2e874254198bd44e0a640482ea091b0f3b42 100644 (file)
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>0.5.2-test2</string>
+       <string>0.5.2-test3</string>
        <key>CFBundleSignature</key>
        <string>VLC#</string>
        <key>CFBundleURLTypes</key>
                </dict>
        </array>
        <key>CFBundleVersion</key>
-       <string>0.5.1a</string>
+       <string>0.5.2-test3</string>
        <key>NSAppleScriptEnabled</key>
        <string>YES</string>
        <key>NSMainNibFile</key>