Commit a9167db8 authored by Christophe Massiot's avatar Christophe Massiot

* Bumped up revision number to 0.4.6.

parent 1d97c50b
......@@ -3,10 +3,13 @@
#===================#
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
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
Fri, 11 Oct 2002 15:37:41 +0200
......
This diff is collapsed.
......@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h)
AC_CANONICAL_SYSTEM
PACKAGE="vlc"
VERSION="0.4.5"
VERSION="0.4.6"
CODENAME=Ourumov
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
* 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
......
......@@ -284,11 +284,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.5</string>
<string>0.4.6</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleVersion</key>
<string>0.4.5</string>
<string>0.4.6</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
......
Package: vlc
Section: graphics
Priority: optional
Version: 0.4.5
Version: 0.4.6
Release: 1
Architecture: arm
Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>, Christophe Massiot <massiot@via.ecp.fr>
......
%define name vlc
%define vlc_ver 0.4.5
%define vlc_ver 0.4.6
%define version %vlc_ver
%define cvs 0
......@@ -408,6 +408,9 @@ rm -fr %buildroot
%{_libdir}/videolan/vlc/alsa.so
%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
- 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