aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2011-02-13 10:59:33 +0000
committerLukáš Lalinský <lalinsky@gmail.com>2011-02-13 10:59:33 +0000
commit4b00ef4acb26a79f873342401b198aedd7bd070e (patch)
treeea86569515d490e13c12b55816cb5c502ec8228f /NEWS
parentc21fd955ff51ae0c01c66cf182406535e818df67 (diff)
Set the version number to 1.7
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1220230 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 512c29b6..017178bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
TagLib 1.7
==========
+1.7 RC1:
+
* Support for reading/writing tags from Monkey's Audio files. (BUG:210404)
* Support for reading/writing embedded pictures from WMA files.
* Support for reading/writing embedded pictures from FLAC files (BUG:218696).
@@ -12,7 +14,9 @@ TagLib 1.7
* Added function ByteVector::toHex() for hex-encoding of byte vectors.
* WavPack reader now tries to get the audio length by finding the final
block, if the header doesn't have the information. (BUG:258016)
-* Fixed a memory leak in the ID3v2.2 PIC frame parser. (BUG:257007)
+ * Fixed a memory leak in the ID3v2.2 PIC frame parser. (BUG:257007)
+ * Fixed writing of RIFF files with even chunk sizes. (BUG:243954)
+ * Fixed compilation on MSVC 2010.
TagLib 1.6.3 (Apr 17, 2010)
===========================