aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2012-04-20 17:57:13 +0200
committerLukáš Lalinský <lalinsky@gmail.com>2012-04-20 17:57:13 +0200
commit059f2243b315f9b8c31d491c8b58b192264c5f98 (patch)
tree3aadb765ef9eba559697a68505c9adea3aae3206
parentcce6ad46c912c4137131c97f67136a3d11881726 (diff)
Prepare 1.7.2 releasev1.7.2
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS6
2 files changed, 7 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 06b876cf..cb4c3382 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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}")
diff --git a/NEWS b/NEWS
index 55a5b7e3..89ca3d3b 100644
--- a/NEWS
+++ b/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)
===========================