Commit 8e8c87dd authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* NEWS:

  - 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
parent 2dd2df69
$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.
......
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
......
/* 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.";
......@@ -356,7 +356,7 @@
<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>
......@@ -403,7 +403,7 @@
</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>
......
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