From 8457c60edcd05452701ba6d9bc37e5f048917667 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Fri, 23 Nov 2001 13:14:13 +0000 Subject: preparing for 0.9.5, AUTHORS update CVS patchset: 1098 CVS date: 2001/11/23 13:14:13 --- AUTHORS | 14 ++++++++------ ChangeLog | 5 ++++- configure.in | 8 ++++---- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/AUTHORS b/AUTHORS index 70f816093..384d905d2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,11 @@ various suggestions, bug and build fixes, alsa plugin, gui Daniel Caujolle-Bert +many bug and deadlock fixes, bitrate detection, soft deinterlacer, + massive libwin32 updates + + Miguel Freitas + teletux/syncfb video output module, various bugfixes/reviews, alsa Joachim Koenig @@ -85,7 +90,7 @@ Contributions input_vcd code for FreeBSD Rich Wareham - subtitle support + subtitle support, navigation Christoph Pittracher pitt skin @@ -97,13 +102,13 @@ Contributions powerpc patch James Courtier-Dutton - AC3 direct out via spdif on oss + AC3 direct out via spdif on oss, subtitle interface, audio_output interface Juergen Keil solaris port and other bugfixes Philip Stadermann - arts audio server support + arts audio server support, kde frontend Eduard Hasenleithner dxr3 support @@ -129,9 +134,6 @@ Contributions Marco Solari FAQ and README italian translation - Miguel Freitas - buf types cleanup, bitrate detection, soft deinterlacer - Luis Silva xine about movie diff --git a/ChangeLog b/ChangeLog index 47c4baaf3..4e4209872 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,8 +10,11 @@ xine (0.9.5) unstable; urgency=low * snapshots of YUY2 images should work now * SyncFB video out plugin: bug fixes, YUY2 support and several enhancements * dxr3 overlay<->tv & TV mode switching on-the-fly (see README.dxr3) + * new config file handling (.xinerc is gone, .xine/config is the replacement) + * setup dialog preview + * new metronom code for smoother playback of streams containing broken pts - -- Guenter Bartsch Tue Nov 6 11:06:53 CET 2001 + -- Guenter Bartsch Fri Nov 23 14:10:26 CET 2001 xine (0.9.4) unstable; urgency=low diff --git a/configure.in b/configure.in index bc005e3cb..4c75fa432 100644 --- a/configure.in +++ b/configure.in @@ -25,10 +25,10 @@ dnl set XINE_BIN_AGE _and_ XINE_IFACE_AGE to 0. dnl XINE_MAJOR=0 XINE_MINOR=9 -XINE_SUB=4 -XINE_PRE="`if test -f ./.cvsversion; then echo cvs;fi`" -XINE_IFACE_AGE=4 -XINE_BIN_AGE=4 +XINE_SUB=5 +XINE_PRE="" +XINE_IFACE_AGE=0 +XINE_BIN_AGE=0 AC_SUBST(XINE_MAJOR) AC_SUBST(XINE_MINOR) -- cgit v1.2.3