From a2ef3befa9057e770c60adc08b2b074b4930e68e Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 31 Dec 2017 13:10:39 +0100 Subject: prepare for a release Change-Id: I2c10b72c73e72f13b7a05c2c93cb7cf94bd1d18b --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2591047..10cfef6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +libabw 0.1.2 + +- Fix several issues identified by Coverity. +- Parse paragraph and cell borders. +- Improve parsing of lists. +- Fix build with boost >= 1.59. +- Make the output of abw2* --help more compatible with help2man. +- Fix various problems when parsing broken files found by oss-fuzz. +- Require C++11 for build. +- Parse date/time and some metadata fields. +- Parse floating (not inline) images. (tdf#74463) +- Parse text boxes. +- Drop outdated MSVC project files. +- Set minimal width/height of inline images (which usually do not have + dimensions set in the file) to 1 inch. (tdf#74462) + libabw 0.1.1 - Use symbol visibility on Linux. The library only exports the two public diff --git a/configure.ac b/configure.ac index 01432aa..1ce28b1 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.65]) # ==================== m4_define([libabw_version_major],[0]) m4_define([libabw_version_minor],[1]) -m4_define([libabw_version_micro],[1]) +m4_define([libabw_version_micro],[2]) m4_define([libabw_version],[libabw_version_major.libabw_version_minor.libabw_version_micro]) # ============= -- cgit v1.2.3