diff options
-rw-r--r-- | ChangeLog | 47 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 48 insertions, 1 deletions
@@ -1,3 +1,50 @@ +xine (0.5.0) unstable; urgency=low + + This is the big, long-awaited architecture change + + * new, plugin-based architecture + * major GUI enhancements (MRL browser, usability...) + * ports to Solaris (sparc/intel), IRIX (mips) + * fullscreen and yuy2 support for XShm + * support for remote X11 displays + * aalib video output + * artsd support + * dxr3/h+ support now finally in the official tree + * 4/5/5.1 audio channel output (OSS/ ALSA?) + + -- Guenter Bartsch <guenter@users.sourceforge.net> Sun, 22 Jul 2001 13:10:52 +0200 + +xine (0.4.3) unstable; urgency=low + + This is a minor bugfix release + + * GUI bugfixes and minor improvements + * build fixes for FreeBSD + * tarball should be complete now + * improved demuxer file type detection + * making metronom a bit more tolerant for small wraps + * improved mp3 sample rate handling + + -- Guenter Bartsch <guenter@users.sourceforge.net> Sun, 16 May 2001 22:59:00 +0200 + +xine (0.4.2) unstable; urgency=low + + This is mainly a bugfix release for those who want a stable xine _now_, + before the new, better, universal 0.5 architecture has stabilized. + + * RPM package fixes (version 0.4.01) + * Stability/portability patches by Henry Worth + (fixes lots of hangs and the like, should build on ppc now) + * tests for ALSA version <0.9 in configure + * improved synchronization, especially for AVIs + * added file browser dialog (bad hack, but mostly working) + * fixed "squeeking mpeg sound" bug + * fixed segfault bug with non-seekable input plugins + * fifo plugin now refuses to handle plain file name MRLs + (fixes broken seek for files on some installations) + + -- Siggi Langauf <siggi@debian.org> Sun, 6 May 2001 14:24:01 +0200 + xine (0.4.0) unstable; urgency=low * new multithreaded architecture - xine becomes idle diff --git a/configure.in b/configure.in index 1dc974af5..3e7ba7a82 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ dnl AC_PREREQ_LIBTOOL(1.4.0,,AC_MSG_ERROR(*** You should have libtool >= 1.4 ins XINE_MAJOR=0 XINE_MINOR=5 XINE_SUB=0 -XINE_PRE=".alpha1" +XINE_PRE=".rc1" TAR_NAME="xine-lib-"$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE SPEC_VERSION=$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PRE |