summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-12-31 13:10:39 +0100
committerDavid Tardon <dtardon@redhat.com>2017-12-31 13:10:39 +0100
commita2ef3befa9057e770c60adc08b2b074b4930e68e (patch)
tree381beea4599a8a7ebd8c0ecc247fb4e166a62bdb
parenta9fd509cfa30653106931609508de526de741f1e (diff)
prepare for a release
Change-Id: I2c10b72c73e72f13b7a05c2c93cb7cf94bd1d18b
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
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])
# =============