summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiggi Langauf <siggi@users.sourceforge.net>2004-04-07 17:55:02 +0000
committerSiggi Langauf <siggi@users.sourceforge.net>2004-04-07 17:55:02 +0000
commit325ccefb54068a4eda0700ec828ccedf9a3a975e (patch)
treee5e5fe265f7c69430c47665429b3ce7bd469efd2
parentd84866af73f87964314570a0d383a5bef7adb6b9 (diff)
downloadxine-lib-325ccefb54068a4eda0700ec828ccedf9a3a975e.tar.gz
xine-lib-325ccefb54068a4eda0700ec828ccedf9a3a975e.tar.bz2
release preparations
CVS patchset: 6340 CVS date: 2004/04/07 17:55:02
-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)