diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-22 11:20:31 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-22 11:20:31 +0000 |
commit | 85ceda26b256cd05df927ca6d666e1c765d25ab7 (patch) | |
tree | c52d9f1406b622fd5074fdd8303e2f54b09aeb7c | |
parent | 399c1ad333b1618d1f671404305d36f50ac58d2c (diff) | |
download | xine-lib-85ceda26b256cd05df927ca6d666e1c765d25ab7.tar.gz xine-lib-85ceda26b256cd05df927ca6d666e1c765d25ab7.tar.bz2 |
updated changelog (any suggestions what i have forgotten to mention?), we're getting really close to the 0.5.0 release now, still waiting for Eduards audio_oss_out commit and perhaps a new cool default skin
CVS patchset: 320
CVS date: 2001/07/22 11:20:31
-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 |