]> git.sesse.net Git - vlc/commitdiff
* Updated version number to 0.2.82.
authorSam Hocevar <sam@videolan.org>
Tue, 7 Aug 2001 10:54:51 +0000 (10:54 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 7 Aug 2001 10:54:51 +0000 (10:54 +0000)
  * Updated ChangeLog.
  * Fixed a typo in Makefile.dep.

AUTHORS
ChangeLog
Makefile.dep
configure
configure.in
debian/changelog
debian/control
vlc.spec

diff --git a/AUTHORS b/AUTHORS
index d9d8f8e4d99f66a5ff8223c078c4cc03434b9e58..a26452746b5e7ea96f192207d528a01b4e20671e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -181,6 +181,10 @@ N: Olivier Pomel
 E: pomel@via.ecp.fr
 C: pomel
 
+N: Steven M. Schultz
+E: sms@TO.GD-ES.COM
+D: BSD/OS port
+
 N: Vincent Seguin
 E: seguin@via.ecp.fr
 C: seguin
index 9ada21cd064e1f5b866f068c54642f6763bdbd9f..0346df205611e3bd052b692171f3bdde648af265 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,58 @@
 #===================#
 
 HEAD
+
+  * Nothing yet.
+
+0.2.82
+Tue,  7 Aug 2001 12:39:16 +0200
+
+  * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
+  * Various debian scripts fixes.
+  * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
+  * Fixed broken soname setting under Solaris (and OS X, sort of).
+  * Made the illegal instruction report more explicit.
+  * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
+  * Fixed the sdl video output plugin that was broken 2 days ago.
+  * libdvdcss* packages are now a bit more policy-compliant.
+  * Tidied the snapshot-* Makefile rules.
+  * Tidied the modules Makefiles.
+  * Removed useless stuff in the debian/ directory.
+  * Removed the "make all" kludge in the Makefile.opts rule. I hope this
+    patch is harmless on all systems.
+  * Added a dummy libdvdcss so that the DVD plugin can be used without
+    libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
+    and will use the dummy functions only if it couldn't find a valid
+    libdvdcss. This is probably only useful to package maintainers.
+  * Made the remote command plugin usable even with no stream.
+  * Fixed a deadlock in the remote command plugin.  
+  * Fixed a deadlock in the SPU decoder.
+  * Minor bug fix to aout_directx.c.
+  * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
+    perfect on Win32.
+  * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
+  * On Win32, open() will now open files in binary mode by default.
+  * A few minor changes to vout_xvideo.c.
+  * Fixed a segfault in yuv_End() in video_yuvmmx.c.
+  * Fixed the "Gdk-ERROR **: BadCursor" bug in the x11 and xvideo plugins.
+  * Fixed a segfault in SetBufferPicture() in video_output.c.
+  * Fixed a segfault in PSEnd in input_ps.c.
+  * The video decoder thread is now also reniced to a lower priority on
+    Win32 (like in the Linux version). This slightly increases the
+    responsiveness of vlc.
+  * Fixed a Win32 bug in libdvdcss. This bug was appearing on title change.
+  * Modified input_dvd so you can now go directly to the selected chapter
+    when you change the title.
+  * Implemented the Probe function in the Xvideo plugin. Xvideo is now the
+    default video output plugin when it is supported. 
+  * Now use SDL_CFLAGS for searching SDL/SDL.h.
+  * Don't miserably die in `make` when ./configure hasn't be run.
+  * Fixed a bug when compiling KDE plug-in without Qt plug-in.
+  * Now taking into account $KDEDIR.
+  * Made SDL configure error messages more explicit.
+  * --disable-sdl is now correctly taken into account.
+  * Changed the order of evaluation of sdl-config and sdl11-config.
+  * Finally fixed SDL*/SDL.h check.
   * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
   * Better gtk-config detection.
   * Removed duplicate checks in configure.in.
index 4e1d950f3b6d3af1678c5a55243ed4de1ca7b982..42285392e6171522b0a68bab2acc820802e2a621 100644 (file)
@@ -54,7 +54,7 @@ $(C_DEP): .dep/%.d: %.c
        [ -s $@ ] || rm -f $@'
 
 $(CPP_DEP): .dep/%.dpp: %.cpp
-       @test -d .dep/$(dir $*) || mkdir -p $(shell dirname .dep/$$*)
+       @test -d .dep/$(dir $*) || mkdir -p $(shell dirname .dep/$*)
        @echo "regenerating dependencies for $*.c"
        @$(SHELL) -ec '$(CC) $(DCFLAGS) $(CFLAGS) $(DEFINE) 2>/dev/null $< \
        | sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/$(subst /,\/,$*).o \
index fb2f2c1ad07d0007a7f1bc46cc44ede8ab0fe591..846991de850555c221d3712324ecb6921fbbc2f4 100755 (executable)
--- a/configure
+++ b/configure
@@ -635,7 +635,7 @@ echo "$ac_t""$host" 1>&6
 HAVE_VLC=0
 if test -r src/interface/main.c; then
   HAVE_VLC=1
-  VLC_VERSION=0.2.81
+  VLC_VERSION=0.2.82
   
   VLC_CODENAME=Ourumov
   
index 3ddfb7177341ac8b69d3443c098d0c6f3c4d95e2..8eace66bc2a9d6c4c203c6b11326c6e627977c83 100644 (file)
@@ -7,7 +7,7 @@ AC_CANONICAL_HOST
 HAVE_VLC=0
 if test -r src/interface/main.c; then
   HAVE_VLC=1
-  VLC_VERSION=0.2.81
+  VLC_VERSION=0.2.82
   AC_SUBST(VLC_VERSION)
   VLC_CODENAME=Ourumov
   AC_SUBST(VLC_CODENAME)
index aac5b964cd94623c7f1c35d0969f1619e70bfb32..415d2da08077f07e178e83c3e764b21045fa1c96 100644 (file)
@@ -1,3 +1,10 @@
+vlc (0.2.82-1) unstable; urgency=low
+
+  * New upstream release.
+  * Fixed broken manpage symlinks (Closes: #99561).
+
+ -- Samuel Hocevar <sam@zoy.org>  Tue,  7 Aug 2001 12:39:16 +0200
+
 vlc (0.2.81-1) unstable; urgency=low
 
   * New upstream release.
index 54a681336b9bb40d5b6e4e023814a7fc8740ee2f..605d4e66983abae70b2e55ad597e5958261f9eae 100644 (file)
@@ -8,7 +8,7 @@ Standards-Version: 3.0.1
 Package: vlc
 Architecture: any
 Depends: ${shlibs:Depends}, vlc-gui
-Suggests: vlc-sdl, vlc-esd, vlc-gnome
+Suggests: vlc-sdl, vlc-gnome
 Description: a free MPEG and DVD player
  VideoLAN is a free MPEG, MPEG2 and DVD software solution.
  .
index 6af19e2008d1398117453584b4800277832b9a91..1903e2f166242068e5435ef8fec68cac03da61af 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,10 +1,10 @@
 Name: vlc
-Version: 0.2.81
+Version: 0.2.82
 Release: 1
 License: GPL
 Url: http://www.videolan.org/
 Group: X11/Applications/Graphics
-Source0: http://www.videolan.org/packages/0.2.81/vlc-0.2.81.tar.gz
+Source0: http://www.videolan.org/packages/0.2.82/vlc-0.2.82.tar.gz
 Prefix: /usr
 Packager: Samuel Hocevar <sam@zoy.org>
 
@@ -13,6 +13,9 @@ Summary: VideoLAN Client.
 Summary(fr): Client VideoLAN.
 
 %changelog
+* Tue Aug 7 2001 Samuel Hocevar <sam@zoy.org>
+New upstream release (0.2.82)
+
 * Sat Jul 28 2001 Samuel Hocevar <sam@zoy.org>
 New upstream release (0.2.81)