NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-)
New commits: commit 5cf1de8dd9894922023798ecf735ed9c90d4fe68 Author: David Tardon <[email protected]> Date: Sat Dec 30 18:24:57 2017 +0100 prepare for a release Change-Id: If5a278612971ea0926355edf85aac76b625e8396 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]) # ============= _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
