summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)