Commit 5ce614e8 authored by Christophe Massiot's avatar Christophe Massiot

Bumped up version number to 0.4.3.

parent 851f92d4
...@@ -3,8 +3,14 @@ ...@@ -3,8 +3,14 @@
#===================# #===================#
0.4.3 0.4.3
Not released yet. Fri, 26 Jul 2002 00:03:13 +0200
* ./plugins/macosx/vout_macosx.m : fixed _the_ bug with QuickTime 6.
* ./plugins/access/http.c: we are now parsing the http return code and
failing cleanly if it is >= 400.
* ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
a deadlock issue with demuxers waiting on p_fifo->data_lock.
* ./src/input/input_ext-plugins.c: fixed a memory leak.
* ./plugins/access/http.c: fixed a bug with HTTP/1.0 servers. * ./plugins/access/http.c: fixed a bug with HTTP/1.0 servers.
* ./src/interface/main.c: new --mtu option. * ./src/interface/main.c: new --mtu option.
* ./configure.in: fixed nanosleep detection on some platforms. * ./configure.in: fixed nanosleep detection on some platforms.
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h) ...@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
PACKAGE="vlc" PACKAGE="vlc"
VERSION="0.4.2" VERSION="0.4.3"
CODENAME=Ourumov CODENAME=Ourumov
dnl Save CFLAGS and LDFLAGS dnl Save CFLAGS and LDFLAGS
......
vlc (0.4.3-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Fri, 26 Jul 2002 00:03:13 +0200
vlc (0.4.2-1) unstable; urgency=low vlc (0.4.2-1) unstable; urgency=low
* New upstream release. * New upstream release.
......
...@@ -284,11 +284,11 @@ ...@@ -284,11 +284,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.4.2</string> <string>0.4.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>VLC#</string> <string>VLC#</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.4.2</string> <string>0.4.3</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
......
Package: vlc Package: vlc
Section: graphics Section: graphics
Priority: optional Priority: optional
Version: 0.4.2 Version: 0.4.3
Release: 1 Release: 1
Architecture: arm Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr> Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
......
%define name vlc %define name vlc
%define vlc_ver 0.4.2 %define vlc_ver 0.4.3
%define version %vlc_ver %define version %vlc_ver
%define cvs 0 %define cvs 0
...@@ -411,6 +411,9 @@ rm -fr %buildroot ...@@ -411,6 +411,9 @@ rm -fr %buildroot
%{_libdir}/videolan/vlc/alsa.so %{_libdir}/videolan/vlc/alsa.so
%changelog %changelog
* Fri Jul 26 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.3-1mdk
- new upstream release
* Sun Jul 7 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.2-1mdk * Sun Jul 7 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.2-1mdk
- new upstream release - new upstream release
......
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