aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2009-09-13 11:15:54 +0000
committerLukáš Lalinský <lalinsky@gmail.com>2009-09-13 11:15:54 +0000
commit639b604a556820c87509891ca1435a6d0adc94fd (patch)
treed90e10c5cc712746d507a7c476e4280f0a9e8203 /NEWS
parent482431286e311e8830345d8f51f65517de2beddd (diff)
Changelog
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1022849 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 097b9d29..1a0ce8ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
TagLib 1.6
==========
+1.6:
+
+ * New CMake option to build a static version - ENABLE_STATIC.
+ * Added support for disabling dllimport/dllexport on Windows using the
+ TAGLIB_STATIC macro.
+ * Support for parsing the obsolete 'gnre' MP4 atom.
+ * New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determin if
+ TagLib was built with MP4/ASF support.
+
+1.6 RC1:
+
* Split Ogg packets larger than 64k into multiple pages. (BUG:171957)
* TagLib can now use FLAC padding block. (BUG:107659)
* ID3v2.2 frames are now not incorrectly saved. (BUG:176373)