aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2016-01-28 12:13:18 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2016-01-28 12:13:18 +0900
commit4ba7bb5a8ab6f3e55e277f772244a063ca18cd01 (patch)
tree645f0bbd695bcda0f07b6535eb2885f0bce362e8 /NEWS
parent0b62ba15305ddd86108192c62288985c1644cb13 (diff)
Reorganize NEWS to put new features first.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d9aa57b7..1fcd90c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
+TagLib 1.11 (??? ??, 2015)
==========================
+1.11 BETA:
+
* New API for creating FileRef from IOStream.
* Added support for ID3v2 PCST and WFED frames.
* Added support for pictures in XiphComment.
@@ -8,6 +11,7 @@
* Added alternative functions to XiphComment::removeField().
* Added BUILD_BINDINGS build option.
* Added ENABLE_CCACHE build option.
+ * Replaced ENABLE_STATIC build option with BUILD_SHARED_LIBS.
* Better handling of duplicate ID3v2 tags in all kinds of files.
* Better handling of duplicate tag chunks in WAV files.
* Better handling of duplicate tag chunks in AIFF files.
@@ -25,7 +29,6 @@
* Fixed possible file corruptions when saving WavPack files.
* Fixed updating the comment field of Vorbis comments.
* Fixed reading date and time in ID3v2.3 tags.
- * Replaced ENABLE_STATIC build option with BUILD_SHARED_LIBS.
* Marked ByteVector::null and ByteVector::isNull() deprecated.
* Marked String::null and ByteVector::isNull() deprecated.
* Marked XiphComment::removeField() deprecated.