diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2004-04-07 17:55:02 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2004-04-07 17:55:02 +0000 |
commit | 325ccefb54068a4eda0700ec828ccedf9a3a975e (patch) | |
tree | e5e5fe265f7c69430c47665429b3ce7bd469efd2 | |
parent | d84866af73f87964314570a0d383a5bef7adb6b9 (diff) | |
download | xine-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-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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) |