summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog16
3 files changed, 19 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cd20a7716..b3255705e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
xine-lib (1-rc3a)
* new subtitle formats: jacobsub, subviewer 2.0, subrip 0.9
- * auto hidding of the subtitles
+ * auto hiding of the subtitles
* raw AAC file demuxer
* fix starvation problem with kernel 2.6 NPTL
* not overwrite the files by saving plugin
diff --git a/configure.ac b/configure.ac
index ed322bc02..58753588e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,14 +34,14 @@ dnl AGE = 0;
dnl }
LT_CURRENT=9
-LT_REVISION=0
+LT_REVISION=1
LT_AGE=8
dnl for a release tarball do "rm .cvsversion" before "make dist"
if test -f .cvsversion; then
XINE_PRE="cvs"
else
- XINE_PRE="rc3"
+ XINE_PRE="rc3a"
fi
AC_SUBST(XINE_MAJOR)
diff --git a/debian/changelog b/debian/changelog
index ce7fe83ea..b840cca33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+xine-lib (1-rc3a-1) unstable; urgency=high
+
+ * new upstream release
+ * fixes ABI compatibility (closes: 224931)
+ * audio demuxer group is loaded again (closes: 225158)
+
+ -- Siggi Langauf <siggi@debian.org> Sun, 28 Dec 2003 11:56:16 +0100
+
+xine-lib (1-rc3-2) unstable; urgency=low
+
+ * merged some updates from upstream CVS:
+ * define SCSI_BLK_MAJOR macro for kernel 2.6 (closes: 224695)
+ * fix endianness for arts audio (closes: 190356)
+
+ -- Siggi Langauf <siggi@debian.org> Tue, 23 Dec 2003 01:38:29 +0100
+
xine-lib (1-rc3-1) unstable; urgency=low
* new upstream release