summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
3 files changed, 11 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2796392cd..217fc46cd 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,7 @@ frontends
The majority of config entries should have a proper help string.
Decision should be made, what messages to report on console and
what to put in the log. The config option naming is cleaned up.
+ + clean fix for the subtitle switching deadlock fixed in 1-rc3b
1-rc5 There is a well-defined bug handling mechanism, even if it is a
paper based checklist on someones desk. 1.0-critical bugs are
diff --git a/configure.ac b/configure.ac
index 09765b54b..c7a4dcba1 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="rc3a"
+ XINE_PRE="rc3b"
fi
AC_SUBST(XINE_MAJOR)
diff --git a/debian/changelog b/debian/changelog
index 26ec2db1c..5ba84d4a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xine-lib (1-rc3b-1) unstable; urgency=low
+
+ * new upstream release
+ - lots of bug fixes (see upstream ChangeLog), including:
+ - allows devfs compatible DSP device names (closes: #193459)
+ - Michel's segfault patch (closes: #22875)
+
+ -- Siggi Langauf <siggi@debian.org> Tue, 16 Mar 2004 22:43:36 +0100
+
xine-lib (1-rc3a-2) unstable; urgency=high
* updated shlibs: 1-rc3(a) provides new OSD functions (will close: 225618)