diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-04-25 22:21:41 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-04-25 22:21:41 +0000 |
commit | bb49face1353fb6501cdd224b6278d354218849a (patch) | |
tree | 4316429023b29ccfdbafe058d05ad5c4d852e5ad | |
parent | a2a44876712f079610f0396fb9a682ea47e05b6e (diff) | |
download | xine-lib-bb49face1353fb6501cdd224b6278d354218849a.tar.gz xine-lib-bb49face1353fb6501cdd224b6278d354218849a.tar.bz2 |
rc4 preparations
CVS patchset: 6438
CVS date: 2004/04/25 22:21:41
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -29,6 +29,7 @@ xine-lib (1-rc4) * disable AUD content detection because of false positives * fix Real pnm/rtsp streaming on big endian platforms * big endian fix, and delay fixes for the file (wave) audio output plugin + * RTSP security fixes xine-lib (1-rc3c) * fix the deadlock with non-seekable input plugins diff --git a/configure.ac b/configure.ac index 10f01a955..6606d2d81 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ dnl for a release tarball do "rm .cvsversion" before "make dist" if test -f .cvsversion; then XINE_PRE="cvs" else - XINE_PRE="rc3c" + XINE_PRE="rc4" fi AC_SUBST(XINE_MAJOR) |