summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-12-30 18:24:57 +0100
committerDavid Tardon <dtardon@redhat.com>2017-12-30 19:23:35 +0100
commit5cf1de8dd9894922023798ecf735ed9c90d4fe68 (patch)
treeb8f119aed023d511a2b7a989836f2be040daed59
parent99e33fec6e9372840dc0c2e6d29a2b08a311e00a (diff)
prepare for a release
Change-Id: If5a278612971ea0926355edf85aac76b625e8396
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2202ba2..2d7e214 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+libmspub 0.1.3
+
+- Workaround a build error on some 32-bit systems.
+- Parse table row and column sizes. (tdf#89061)
+- Fix various problems when parsing broken files, found with the help of
+ american-fuzzy-lop and oss-fuzz.
+- Make the output of pub2foo --help more compatible with help2man.
+- Extract more metadata from documents.
+- Require C++11 for build.
+- Drop outdated MSVC project files.
+- Handle table cells containing multiple paragraphs correctly. (tdf#89393)
+- Parse more text formatting attributes: all underline types, small
+ caps, all caps, outline, emboss, engrave, shadow.
+- Parse text language.
+- Various minor changes and improvements.
+
libmspub 0.1.2
- Check arguments of public functions. Passing NULL no longer causes
diff --git a/configure.ac b/configure.ac
index 6c5a2be..af20a5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
# ====================
m4_define([libmspub_version_major],[0])
m4_define([libmspub_version_minor],[1])
-m4_define([libmspub_version_micro],[2])
+m4_define([libmspub_version_micro],[3])
m4_define([libmspub_version],[libmspub_version_major.libmspub_version_minor.libmspub_version_micro])
# =============