From 9f697fce8e287d6720cb37d5ee6e30eeccb9fb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Wed, 11 Nov 2015 22:41:59 +0100 Subject: [PATCH] 1.10 --- CMakeLists.txt | 2 +- NEWS | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbd2fcd3..f2455a79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 5db9da59..b5a27901 100644 --- 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.