summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-06-15 03:01:07 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-06-15 03:01:07 +0100
commit15eb883def371a660ee8c9e8f47edb164d0a7feb (patch)
tree0059cc4b3af4200df7aa37c88a1550a2523a1371 /ChangeLog
parentc98a025193cd6aa8c8c8cc1cf3404b5f7b9251e1 (diff)
parentbc589d30c18a0517804c1306869e77f67d0da3ec (diff)
downloadxine-lib-15eb883def371a660ee8c9e8f47edb164d0a7feb.tar.gz
xine-lib-15eb883def371a660ee8c9e8f47edb164d0a7feb.tar.bz2
Merge from 1.1.
--HG-- rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : po/libxine1.pot => po/libxine2.pot
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15df0e989..12b43f1bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,13 +64,14 @@ xine-lib (1.1.90) (Unreleased)
* Report more video output capabilities via (port)->get_capabilities():
colour controls, zooming, colour keying.
-xine-lib (1.1.12.1) 2008-??-??
+xine-lib (1.1.13) 2008-06-15
* Security fixes:
- Buffer overflow in the NSF demuxer which may allow remote attackers to
cause a denial of service (crash) or possibly execute arbitrary code
via an NSF file with a long title or copyright message. (CVE-2008-1878)
- For extra safety against possible Integer overflows like the ones found
in CVE-2008-1482, backport more calloc usage from 1.2 branch.
+ * Improved JACK output plugin.
* Added MIME types and .mpp for musepack.
* Fixed display of some MJPEG streams (YUVJ420P).
* Deprecate xine_xmalloc() function, see src/xine-utils/utils.c for more