diff options
author | David Tardon <dtardon@redhat.com> | 2015-07-25 08:38:18 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-07-25 08:39:48 +0200 |
commit | aca1257a3ea68e1a3e83f62c92fa82192cbccaa6 (patch) | |
tree | f620795e47e31bfb8e286bd1a0a9376b23182e5f | |
parent | a548f7e813df966960fe9284602f91a79b0ea7e0 (diff) |
prepare for a new release
Change-Id: I3097abd098dc37d9a73d573eaa70e6948cab1e29
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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]) # ============= |