From 91f94f593b565e128614d2fa96f30adcf799f2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Mon, 12 Apr 2010 18:41:10 +0000 Subject: [PATCH] Info about the new toInt method git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1114094 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- NEWS | 2 ++ taglib/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8f3a121f..3b5e6dbe 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ TagLib 1.6.3 (Apr 13, 2010) * Fixed definitions of the TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF macros. * Fixed upgrading of ID3v2.3 genre frame with ID3v1 code 0 (Blues). + * New method `int String::toInt(bool *ok)` which can return whether the + conversion to a number was successfull. TagLib 1.6.2 (Apr 9, 2010) ========================== diff --git a/taglib/Makefile.am b/taglib/Makefile.am index f3e5b64c..e1df6aaa 100644 --- a/taglib/Makefile.am +++ b/taglib/Makefile.am @@ -47,8 +47,9 @@ taglib_includedir = $(includedir)/taglib # 7:1:6 -- TagLib 1.6 # 8:0:7 -- TagLib 1.6.1 # 9:0:8 -- TagLib 1.6.2 +# 10:0:9 -- TagLib 1.6.3 -libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 9:0:8 +libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 10:0:9 libtag_la_LIBADD = ./mpeg/libmpeg.la ./ogg/libogg.la ./flac/libflac.la ./mpc/libmpc.la \ ./ape/libape.la ./toolkit/libtoolkit.la ./wavpack/libwavpack.la \ ./trueaudio/libtrueaudio.la ./riff/libriff.la \