summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0bcbe0a..cde71fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+libvisio 0.1.2
+
+- Fix several build problems with different compilers.
+- Import more metadata properties.
+- Fix theme color import (tdf#92270).
+- Fix a bunch of crashes and hangs when reading broken documents, found
+ with the help of american-fuzzy-lop.
+- Fix several memory leaks.
+- Ignore errors when parsing metadata. This makes some documents readable
+ again.
+- Fix handling of character background (tdf#92271).
+
libvisio 0.1.1
- Fix a minor issue reported by Coverity.
diff --git a/configure.ac b/configure.ac
index 00d0f3a..4569a17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
# ====================
m4_define([libvisio_version_major],[0])
m4_define([libvisio_version_minor],[1])
-m4_define([libvisio_version_micro],[1])
+m4_define([libvisio_version_micro],[2])
m4_define([libvisio_version],[libvisio_version_major.libvisio_version_minor.libvisio_version_micro])
# =============