summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2004-04-25 22:21:41 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2004-04-25 22:21:41 +0000
commitbb49face1353fb6501cdd224b6278d354218849a (patch)
tree4316429023b29ccfdbafe058d05ad5c4d852e5ad
parenta2a44876712f079610f0396fb9a682ea47e05b6e (diff)
downloadxine-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--ChangeLog1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b23fe8c94..1faa2bcde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)