From 14396d506a31d1c305e3667c9c75ddad8fc3e323 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 17 Jun 2007 01:16:52 +0100 Subject: A few minor changelog cleanups. --- ChangeLog | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ddb00eabc..933a5b700 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ xine-lib (1.1.8) (Unreleased) - * Send a channel changed event to the frontend when receiving the SYNC + * Send a channel-changed event to the frontend when receiving the SYNC string from last.fm streaming server. * Disable mediaLib support by default (the licenses probably disallow the distribution of xine binaries built against mediaLib, and on non-VIS - capable boxes is probably worse than our own code). + capable boxes it's probably worse than our own code). xine-lib (1.1.7) * Support libdca (new name for libdts) by shuffling around the dts.h file. @@ -19,7 +19,7 @@ xine-lib (1.1.7) * Ensure that the ffmpeg video image size is properly initialised. * Allow XxMC to switch back to software decoding; don't deinterlace if it's not needed for any given frame. - * Document dvba: MRLs (ATSC with full tuning info). + * Document "dvba:" MRLs (ATSC with full tuning info). * Fix VCD playback (broken since 1.1.4). * Fix demuxing of FLAC files with ID3v2 tags. * Use the integer versions of Speex decoding functions, this avoids an @@ -167,7 +167,6 @@ xine-lib (1.1.4) * Fix audio/video sync problem with NTSC DVDs (introduced in 1.1.2). [bugs #1544349 and #1589644] - xine-lib (1.1.3) * Security fixes: - Heap overflow in libmms (related to CVE-2006-2200) -- cgit v1.2.3 From ff52af5fe34b2a32730a6ce85961943146dfc1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 17 Jun 2007 20:55:57 +0200 Subject: Add a ChangeLog entry for the Solaris branch. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 933a5b700..3cc2f4b93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ xine-lib (1.1.8) (Unreleased) * Disable mediaLib support by default (the licenses probably disallow the distribution of xine binaries built against mediaLib, and on non-VIS capable boxes it's probably worse than our own code). + * Rename endianness-reading macros so that they don't collide with Solaris + system macros. BE_/LE_ are now _X_BE_ and _X_LE_. xine-lib (1.1.7) * Support libdca (new name for libdts) by shuffling around the dts.h file. -- cgit v1.2.3