Commit a9167db8 authored by Christophe Massiot's avatar Christophe Massiot

* Bumped up revision number to 0.4.6.

parent 1d97c50b
...@@ -3,10 +3,13 @@ ...@@ -3,10 +3,13 @@
#===================# #===================#
0.4.6 0.4.6
Not released yet. Mon, 28 Oct 2002 23:53:56 +0100
* plugins/network/ipv4.c: fixed a crash with multicast addresses when no * plugins/network/ipv4.c: fixed a crash with multicast addresses when no
interface address is given. interface address is given.
* plugins/directx/vout_directx.c: fixed a nasty segfault on initialization.
* plugins/dsp/aout_dsp.c: Added O_NONBLOCK flag to the open command,
so that if /dev/dsp is used, vlc tries with other plugins (like esd).
0.4.5 0.4.5
Fri, 11 Oct 2002 15:37:41 +0200 Fri, 11 Oct 2002 15:37:41 +0200
......
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.5" VERSION="0.4.6"
CODENAME=Ourumov CODENAME=Ourumov
dnl Save CFLAGS and LDFLAGS dnl Save CFLAGS and LDFLAGS
......
vlc (0.4.6-1) unstable; urgency=low
* New upstream release.
-- Alexis de Lattre <alexis@videolan.org> Mon, 28 Oct 2002 23:53:56 +0100
vlc (0.4.5-1) unstable; urgency=low vlc (0.4.5-1) unstable; urgency=low
* New upstream release. * New upstream release.
-- Samuel Hocevar <sam@zoy.org> Fri, 11 Oct 2002 15:37:41 +0200 -- Alexis de Lattre <alexis@videolan.org> Fri, 11 Oct 2002 15:37:41 +0200
vlc (0.4.4-1) unstable; urgency=low vlc (0.4.4-1) unstable; urgency=low
......
...@@ -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.5</string> <string>0.4.6</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>VLC#</string> <string>VLC#</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.4.5</string> <string>0.4.6</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.5 Version: 0.4.6
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.5 %define vlc_ver 0.4.6
%define version %vlc_ver %define version %vlc_ver
%define cvs 0 %define cvs 0
...@@ -408,6 +408,9 @@ rm -fr %buildroot ...@@ -408,6 +408,9 @@ rm -fr %buildroot
%{_libdir}/videolan/vlc/alsa.so %{_libdir}/videolan/vlc/alsa.so
%changelog %changelog
* Mon Oct 28 2002 Alexis de Lattre <alexis@videolan.org> 0.4.6
- new upstream release
* Mon Oct 14 2002 Alexis de Lattre <alexis@videolan.org> 0.4.5 * Mon Oct 14 2002 Alexis de Lattre <alexis@videolan.org> 0.4.5
- 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