summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiggi Langauf <siggi@users.sourceforge.net>2004-03-16 21:36:08 +0000
committerSiggi Langauf <siggi@users.sourceforge.net>2004-03-16 21:36:08 +0000
commit812ea1e4960e508bbdc3ce79924dc70542f15ee3 (patch)
tree483d10eb7204b803127685a787432c0b3ba76653
parentdada0bb666c3c6900802fb929e724e45f8a2e682 (diff)
downloadxine-lib-812ea1e4960e508bbdc3ce79924dc70542f15ee3.tar.gz
xine-lib-812ea1e4960e508bbdc3ce79924dc70542f15ee3.tar.bz2
release preparations...
CVS patchset: 6277 CVS date: 2004/03/16 21:36:08
-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)