SET(TAGLIB_LIB_MAJOR_VERSION "1")
SET(TAGLIB_LIB_MINOR_VERSION "6")
-SET(TAGLIB_LIB_PATCH_VERSION "0")
+SET(TAGLIB_LIB_PATCH_VERSION "1")
SET(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}")
-TagLib 1.6.1
-============
+TagLib 1.6.1 (Oct 31, 2009)
+===========================
* Better detection of the audio codec of .oga files in FileRef.
* Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to
as text atoms, which corrupted them in some cases.
* Fixed ID3v1-style genre to string conversion in MP4 files.
-TagLib 1.6
-==========
+TagLib 1.6 (Sep 13, 2009)
+=========================
1.6:
AC_ARG_PROGRAM
dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(taglib,1.6)
+AM_INIT_AUTOMAKE(taglib,1.6.1)
dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
dnl
flags="$flags -I$includedir/taglib"
;;
--version)
- echo 1.6
+ echo 1.6.1
;;
--prefix)
echo $prefix
flags="$flags -I$includedir/taglib"
;;
--version)
- echo 1.6
+ echo 1.6.1
;;
--prefix)
echo $prefix
# 6:0:5 -- TagLib 1.5
# 7:0:6 -- TagLib 1.6 RC1
# 7:1:6 -- TagLib 1.6
+# 8:0:7 -- TagLib 1.6.1
-libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 7:1:6
+libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 8:0:7
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 \