[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/taglib
From:       Lukáš Lalinský <lalinsky () gmail ! com>
Date:       2011-02-13 10:59:34
Message-ID: 20110213105934.3FD6FAC8D0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1220230 by lalinsky:

Set the version number to 1.7

 M  +2 -2      CMakeLists.txt  
 M  +1 -1      Makefile.am  
 M  +4 -0      NEWS  
 M  +1 -1      bindings/c/taglib_c.pc.in  
 M  +1 -1      configure.in.in  
 M  +1 -1      taglib-config.cmake  
 M  +1 -1      taglib-config.in  
 M  +1 -1      taglib.pc.in  
 M  +2 -2      taglib/toolkit/taglib.h  


--- trunk/kdesupport/taglib/CMakeLists.txt #1220229:1220230
@@ -39,8 +39,8 @@
 endif (WIN32)
 
 SET(TAGLIB_LIB_MAJOR_VERSION "1")
-SET(TAGLIB_LIB_MINOR_VERSION "6")
-SET(TAGLIB_LIB_PATCH_VERSION "3")
+SET(TAGLIB_LIB_MINOR_VERSION "7")
+SET(TAGLIB_LIB_PATCH_VERSION "0")
 
 SET(TAGLIB_LIB_VERSION_STRING \
"${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}")
  
--- trunk/kdesupport/taglib/Makefile.am #1220229:1220230
@@ -38,7 +38,7 @@
 	fi; \
 	cp $(top_srcdir)/admin/Doxyfile.global taglib.doxyfile; \
 	echo "PROJECT_NAME        = TagLib" >> taglib.doxyfile; \
-	echo "PROJECT_NUMBER      = \"Version 1.6.3\"" >> taglib.doxyfile; \
+	echo "PROJECT_NUMBER      = \"Version 1.7\"" >> taglib.doxyfile; \
 	echo "INPUT               = $(srcdir)" >> taglib.doxyfile; \
 	echo "OUTPUT_DIRECTORY    = doc/api" >> taglib.doxyfile; \
 	echo "HTML_OUTPUT         = html" >> taglib.doxyfile; \
--- trunk/kdesupport/taglib/NEWS #1220229:1220230
@@ -1,6 +1,8 @@
 TagLib 1.7
 ==========
 
+1.7 RC1:
+
  * Support for reading/writing tags from Monkey's Audio files. (BUG:210404)
  * Support for reading/writing embedded pictures from WMA files.
  * Support for reading/writing embedded pictures from FLAC files (BUG:218696).
@@ -13,6 +15,8 @@
  * WavPack reader now tries to get the audio length by finding the final
    block, if the header doesn't have the information. (BUG:258016)
 * Fixed a memory leak in the ID3v2.2 PIC frame parser. (BUG:257007)
+ * Fixed writing of RIFF files with even chunk sizes. (BUG:243954)
+ * Fixed compilation on MSVC 2010.
 
 TagLib 1.6.3 (Apr 17, 2010)
 ===========================
--- trunk/kdesupport/taglib/bindings/c/taglib_c.pc.in #1220229:1220230
@@ -6,6 +6,6 @@
 Name: TagLib C Bindings
 Description: Audio meta-data library (C bindings)
 Requires: taglib
-Version: 1.6.3
+Version: 1.7.0
 Libs: -L${libdir} -ltag_c
 Cflags: -I${includedir}/taglib 
--- trunk/kdesupport/taglib/configure.in.in #1220229:1220230
@@ -38,7 +38,7 @@
 AC_ARG_PROGRAM
 
 dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(taglib,1.6.3)
+AM_INIT_AUTOMAKE(taglib,1.7.0)
 
 dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
 dnl
--- trunk/kdesupport/taglib/taglib-config.cmake #1220229:1220230
@@ -35,7 +35,7 @@
 	  flags="$flags -I$includedir/taglib"
 	  ;;
     --version)
-	  echo 1.6.3
+	  echo 1.7.0
 	  ;;
     --prefix)
 	  echo $prefix
--- trunk/kdesupport/taglib/taglib-config.in #1220229:1220230
@@ -35,7 +35,7 @@
 	  flags="$flags -I$includedir/taglib"
 	  ;;
     --version)
-	  echo 1.6.3
+	  echo 1.7.0
 	  ;;
     --prefix)
 	  echo $prefix
--- trunk/kdesupport/taglib/taglib.pc.in #1220229:1220230
@@ -6,6 +6,6 @@
 Name: TagLib
 Description: Audio meta-data library
 Requires: 
-Version: 1.6.3
+Version: 1.7.0
 Libs: -L${libdir} -ltag
 Cflags: -I${includedir}/taglib 
--- trunk/kdesupport/taglib/taglib/toolkit/taglib.h #1220229:1220230
@@ -27,8 +27,8 @@
 #define TAGLIB_H
 
 #define TAGLIB_MAJOR_VERSION 1
-#define TAGLIB_MINOR_VERSION 6
-#define TAGLIB_PATCH_VERSION 3
+#define TAGLIB_MINOR_VERSION 7
+#define TAGLIB_PATCH_VERSION 0
 
 #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1))
 #define TAGLIB_IGNORE_MISSING_DESTRUCTOR _Pragma("GCC diagnostic ignored \
\"-Wnon-virtual-dtor\"")


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic