summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-11-23 13:14:13 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-11-23 13:14:13 +0000
commit8457c60edcd05452701ba6d9bc37e5f048917667 (patch)
treef0e3c9213a799a1e6fe8e190a81620fe67ec8345
parent5fc5b8d231dc86699b3f710aa60afb0b2f3c6f63 (diff)
downloadxine-lib-8457c60edcd05452701ba6d9bc37e5f048917667.tar.gz
xine-lib-8457c60edcd05452701ba6d9bc37e5f048917667.tar.bz2
preparing for 0.9.5, AUTHORS update
CVS patchset: 1098 CVS date: 2001/11/23 13:14:13
-rw-r--r--AUTHORS14
-rw-r--r--ChangeLog5
-rw-r--r--configure.in8
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 <f1rmb@users.sourceforge.net>
+many bug and deadlock fixes, bitrate detection, soft deinterlacer,
+ massive libwin32 updates
+
+ Miguel Freitas <miguel@cetuc.puc-rio.br>
+
teletux/syncfb video output module, various bugfixes/reviews, alsa
Joachim Koenig <Joachim.Koenig@gmx.net>
@@ -85,7 +90,7 @@ Contributions
input_vcd code for FreeBSD
Rich Wareham <richwareham@users.sourceforge.net>
- subtitle support
+ subtitle support, navigation
Christoph Pittracher <pitt@gmx.at>
pitt skin
@@ -97,13 +102,13 @@ Contributions
powerpc patch
James Courtier-Dutton <James@superbug.demon.co.uk>
- AC3 direct out via spdif on oss
+ AC3 direct out via spdif on oss, subtitle interface, audio_output interface
Juergen Keil <jk@tools.de>
solaris port and other bugfixes
Philip Stadermann <pstadermann@gmx.de>
- arts audio server support
+ arts audio server support, kde frontend
Eduard Hasenleithner <eduardh@aon.at>
dxr3 support
@@ -129,9 +134,6 @@ Contributions
Marco Solari <marcosolari@libero.it>
FAQ and README italian translation
- Miguel Freitas <miguel@cetuc.puc-rio.br>
- buf types cleanup, bitrate detection, soft deinterlacer
-
Luis Silva <luix.silvix@clix.pt>
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 <guenter@users.sourceforge.net> Tue Nov 6 11:06:53 CET 2001
+ -- Guenter Bartsch <guenter@users.sourceforge.net> 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)