summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-07-11 03:40:20 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-07-11 03:40:20 +0000
commit695e46e58ed9a45e85ed83eaa88c2b1d5ba1be78 (patch)
treee7edc512f94182a69c87d4ec938c72ec1248d88b
parente4b5ba71fc587c0333fbc5a8d6c6192fa7d5fb37 (diff)
downloadxine-lib-695e46e58ed9a45e85ed83eaa88c2b1d5ba1be78.tar.gz
xine-lib-695e46e58ed9a45e85ed83eaa88c2b1d5ba1be78.tar.bz2
Add something to the ChangeLog.
CVS patchset: 8112 CVS date: 2006/07/11 03:40:20
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cde7c721..e674f9595 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+xine-lib (1.1.3)
+ * Update build system to support x86 Darwin setups, and merge patches to
+ support Darwin OS better.
+ * Replace custom ALSA check with pkg-config check, and make sure 0.9.0 is
+ the requried version.
+ * When the compiler supports it, enable hidden visibility for all the
+ plugins to export only the plugin info entry (and eventual needed
+ special functions), to replace the min-symtab option that wasn't working.
+ * Add "m4b" to the list of supported file extensions for the Qt demuxer, to
+ allow playing (unprotected) audiobooks in AAC format.
+
xine-lib (1.1.2)
* Security fixes:
- CVE-2005-4048: possible buffer overflow in libavcodec (crafted PNGs).