]> granicus.if.org Git - taglib/commitdiff
1.10 v1.10
authorLukáš Lalinský <lukas@oxygene.sk>
Wed, 11 Nov 2015 21:41:59 +0000 (22:41 +0100)
committerLukáš Lalinský <lukas@oxygene.sk>
Wed, 11 Nov 2015 21:41:59 +0000 (22:41 +0100)
CMakeLists.txt
NEWS

index dbd2fcd3af6117412c391e44b12258371097c095..f2455a798bb6a466e410cb1253a7ca55c4acab8b 100644 (file)
@@ -67,7 +67,7 @@ endif()
 # 3. If any interfaces have been added since the last public release, then increment age.
 # 4. If any interfaces have been removed since the last public release, then set age to 0. 
 set(TAGLIB_SOVERSION_CURRENT  16)
-set(TAGLIB_SOVERSION_REVISION 0)
+set(TAGLIB_SOVERSION_REVISION 1)
 set(TAGLIB_SOVERSION_AGE      15)
 
 math(EXPR TAGLIB_SOVERSION_MAJOR "${TAGLIB_SOVERSION_CURRENT} - ${TAGLIB_SOVERSION_AGE}")
diff --git a/NEWS b/NEWS
index 5db9da59a27479ad09992420ff86e081d741d1e8..b5a2790111f5d49a452802d87d0ff7dc18b59b77 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-TagLib 1.10 (Aug 23, 2015)
+TagLib 1.10 (Nov 11, 2015)
 ==========================
 
+1.10:
+
+ * Added new options to the tagwriter example.
+ * Fixed self-assignment operator in some types.
+ * Fixed extraction of MP4 tag keys with an empty list.
+
 1.10 BETA:
 
  * New API for the audio length in milliseconds.