Skip to content

Commit

Permalink
Prepare 1.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Apr 20, 2012
1 parent cce6ad4 commit 059f224
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -40,7 +40,7 @@ endif (WIN32)

SET(TAGLIB_LIB_MAJOR_VERSION "1")
SET(TAGLIB_LIB_MINOR_VERSION "7")
SET(TAGLIB_LIB_PATCH_VERSION "1")
SET(TAGLIB_LIB_PATCH_VERSION "2")

SET(TAGLIB_LIB_VERSION_STRING "${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}")

Expand Down
6 changes: 6 additions & 0 deletions NEWS
@@ -1,3 +1,9 @@
TagLib 1.7.2 (Apr 20, 2012)
===========================

* Fixed division by zero while parsing corrupted MP4 files (CVE-2012-2396).
* Fixed compilation on Haiku.

TagLib 1.7.1 (Mar 17, 2012)
===========================

Expand Down

0 comments on commit 059f224

Please sign in to comment.