Changeset e915596df5988ab3768437a8a94ec1ae9f1fa1ef

Show
Ignore:
Timestamp:
15/11/04 10:41:05 (4 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1100511665 +0000
git-parent:

[42b391ea71ffb36472d22c66a9ad257de919ed71]

git-author:
Gildas Bazin <gbazin@videolan.org> 1100511665 +0000
Message:

* ALL: bumped version number to 0.8.2-svn.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • NEWS

    r0f6af8a re915596  
    11$Id$ 
    22 
    3 Changes between 0.8.0 and 0.8.1-svn
     3Changes between 0.8.1 and 0.8.2
    44----------------------------------------------------- 
    55 
    66Core support: 
    7  * Include TLS/SSL API 
    8  * SSL support in the HTTP daemon 
     7 * Rewrite of the playlist 
     8 
     9Changes between 0.8.0 and 0.8.1: 
     10----------------------------------------------------- 
     11 
     12Core support: 
     13 * Include TLS/SSL API (on plattforms where libgnutls is available) 
     14 * SSL support in the HTTP daemon (HTTP stream output and HTTP interface) 
    915 
    1016Windows port: 
    11  * Fixed multichannel audio support (which was broken in 0.8.0) 
     17 * Fixed win32 multichannel audio output support (which was broken in 0.8.0) 
    1218 * Fixed DV and MPEG (WinTV PVR 250/350) support in the dshow input 
     19 * Fixed spurious taskbar item after switching to fullscreen 
     20 
     21WinCE port: 
     22 * A few more updates (we still miss an interface and a fast video output). 
     23 
     24Audio Output: 
     25 * Portaudio audio output plugin improvements 
     26 
     27Video Output: 
     28 * Proper subpictures scaling using the aspect-ratio info when available 
     29 
     30Demuxers: 
     31 * Fixed crash with ODML avi files 
     32 * Fixed autodetection of VCD/SVCD bin files 
    1333 
    1434Stream Output: 
    15  Encoders: 
    16   * Fixed aspect ratio and interlaced support in ffmpeg encoder module 
     35 * Encoders: 
     36   * Fixed aspect ratio and interlaced support in ffmpeg encoder module 
     37 * Stream output: 
     38   * Support of playlist group announcement 
    1739 
    1840Changes between 0.7.2 and 0.8.0: 
  • configure.ac

    re7396f1 re915596  
    22dnl $Id$ 
    33  
    4 AC_INIT(vlc,0.8.1-svn) 
     4AC_INIT(vlc,0.8.2-svn) 
    55 
    66CONFIGURE_LINE="$0 $*" 
     
    1414dnl XXX: we don't put any flags here, because automake 1.5 doesn't support 
    1515dnl them. And we need the comma otherwize automake will choke on it. 
    16 AM_INIT_AUTOMAKE(vlc,0.8.1-svn) 
     16AM_INIT_AUTOMAKE(vlc,0.8.2-svn) 
    1717AM_CONFIG_HEADER(config.h) 
    1818 
  • extras/MacOSX/Resources/English.lproj/InfoPlist.strings

    r7d5ba15 re915596  
    22 
    33CFBundleName = "VLC"; 
    4 CFBundleShortVersionString = "0.8.1-svn"; 
    5 CFBundleGetInfoString = "VLC media player 0.8.1-svn, Copyright (c) 1996-2004 VideoLAN."; 
     4CFBundleShortVersionString = "0.8.2-svn"; 
     5CFBundleGetInfoString = "VLC media player 0.8.2-svn, Copyright (c) 1996-2004 VideoLAN."; 
    66NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN."; 
  • extras/MacOSX/vlc.pbproj/project.pbxproj

    r7d5ba15 re915596  
    619619    <string>VLC</string> 
    620620    <key>CFBundleGetInfoString</key> 
    621     <string>VLC media player 0.8.1-svn, Copyright (c) 1996-2003 VideoLAN.</string> 
     621    <string>VLC media player 0.8.2-svn, Copyright (c) 1996-2003 VideoLAN.</string> 
    622622    <key>CFBundleIconFile</key> 
    623623    <string>vlc.icns</string> 
     
    631631    <string>APPL</string> 
    632632    <key>CFBundleShortVersionString</key> 
    633     <string>0.8.1-svn</string> 
     633    <string>0.8.2-svn</string> 
    634634    <key>CFBundleSignature</key> 
    635635    <string>VLC#</string> 
     
    688688    </array> 
    689689    <key>CFBundleVersion</key> 
    690     <string>0.8.1-svn</string> 
     690    <string>0.8.2-svn</string> 
    691691    <key>NSAppleScriptEnabled</key> 
    692692    <string>YES</string>