summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 474170536..7c6afea71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+xine-lib (1-rc3c)
* fix the deadlock with non-seekable input plugins
* guess codeset for OSD if nl_langinfo(CODESET) is missing or not working
* new option - list of domains, where don't use proxy
@@ -7,6 +8,8 @@
DVDs
* use xine network functions in CDDB lookups, fix connection timeout
* preparing for future MinGW port
+ * improved network buffer management policy.
+ * asf/mmst/mmsh proper support for "media changing" command.
xine-lib (1-rc3b)
* fix SDL plugin that was broken in rc3
diff --git a/configure.ac b/configure.ac
index c7a4dcba1..4351aa361 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="rc3b"
+ XINE_PRE="rc3c"
fi
AC_SUBST(XINE_MAJOR)