diff options
author | David Tardon <dtardon@redhat.com> | 2014-11-24 15:02:54 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-11-24 15:02:54 +0100 |
commit | 06f9844bd62f718bed85ca74d3769f73b5b9b2ab (patch) | |
tree | b3f93bc410b4cf3fe7129c925e562fa8ffbdbcad | |
parent | d8f9b82f345e3f22b440e17e58adfc23a40ee6a0 (diff) |
prepare for a releaselibcdr-0.1.1
Change-Id: I4d02133381c7cad26f2fabb25eb1abb6d1b10992
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +libcdr 0.1.1 + +* Fix several problems found by Coverity. +* Fix crash when NULL is passed as input stream. +* Fix various crashes and hangs when reading broken files found with the + help of american-fuzzy-lop. +* Only export public symbols on Linux. + libcdr 0.1.0 * switch to librevenge diff --git a/configure.ac b/configure.ac index af456c3..e5f51aa 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.65]) # ==================== m4_define([libcdr_version_major],[0]) m4_define([libcdr_version_minor],[1]) -m4_define([libcdr_version_micro],[0]) +m4_define([libcdr_version_micro],[1]) m4_define([libcdr_version],[libcdr_version_major.libcdr_version_minor.libcdr_version_micro]) # ============= |