diff options
author | David Tardon <dtardon@redhat.com> | 2015-12-25 18:26:08 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-12-25 18:52:23 +0100 |
commit | af5ef20d8a0ac1c7cae2bc493156d299f246b214 (patch) | |
tree | e0af18ec964f0caaabb31eb373e51208f240caed | |
parent | b2e5cbf18b4eb690fb2704bfaa3215075863b23c (diff) |
prepare for a release
Change-Id: Id180c188c4c2675ab96417d1b4f2ea8f0052eae5
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +libcdr 0.1.2 + +* Fix various crashes and hangs when reading broken files found with the + help of american-fuzzy-lop. +* Fix build with boost 1.59. (rhbz#1258127) +* Fix various problems detected by Coverity. +* Do not drop empty text lines. (tdf#67873) +* Make --help output of all command line tools more help2man-friendly. +* Several other small improvements. + libcdr 0.1.1 * Fix several problems found by Coverity. diff --git a/configure.ac b/configure.ac index b6285ab..0d57fe2 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],[1]) +m4_define([libcdr_version_micro],[2]) m4_define([libcdr_version],[libcdr_version_major.libcdr_version_minor.libcdr_version_micro]) # ============= |