aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2009-10-24 16:55:54 +0000
committerLukáš Lalinský <lalinsky@gmail.com>2009-10-24 16:55:54 +0000
commite8281e1b9f6b28eb47ff92c3eb7f7ddb0186cc60 (patch)
treef755078dc0b2d505c21e0f6d9b1b0862fab267d1 /NEWS
parentbffd4da8b66bd8e72aae0302b7b70d5344a8578f (diff)
Support for MP4 cover art
CCMAIL:martin.trashbox@gmail.com git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1039809 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0d4bd527..437af6e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,15 @@
TagLib 1.6.1
============
- * Better detection of .oga files in FileRef.
+ * Better detection of the audio codec of .oga files in FileRef.
* Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to
include the Vorbis framing bit, which is only correct for Ogg Vorbis.
* Public symbols now have explicitly set visibility to "default" on GCC.
* Added missing exports for static ID3v1 functions.
* Fixed a typo in taglib_c.pc
* Fixed a failing test on ppc64.
- * Support for binary 'covr' atom in MP4 files.
+ * Support for binary 'covr' atom in MP4 files. TagLib 1.6 treated them
+ as text atoms, which corrupted them in some cases.
TagLib 1.6
==========