[Libreoffice-commits] libvisio.git: configure.ac NEWS

David Tardon dtardon at redhat.com
Sat Oct 21 08:53:32 UTC 2017


 NEWS         |   19 +++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

New commits:
commit 5e2a48e31ed0208ce59bbfd6beb1b3977ec75538
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Oct 21 10:26:09 2017 +0200

    prepare for a release
    
    Change-Id: I12d0d8e4d99a588bc8683d6cfb821718fbde4ff2

diff --git a/NEWS b/NEWS
index b153337..1231ebc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+libvisio 0.1.6
+- Consider stencil txtxform in binary formats (tdf#67914).
+- Parse font width scaling.
+- Fix dependency of tests on time zone (tdf#92396).
+- Enable building of unit tests without command-line tools.
+- Remove namespace check for VDX to allow parsing documents produced by
+  lucidchart.com (tdf#98791).
+- Output shape ID if set.
+- Fix parsing of text block background color in some cases.
+- Write bitmaps with color palette correctly.
+- Deduce text encoding from font name.
+- Parse theme fill and shadow color.
+- Parse font scheme in VSDX documents.
+- Require C++11 for build.
+- Fix various crashes, leaks and hangs when reading damaged files found
+  by oss-fuzz.
+- Drop outdated Windows project files.
+- Many other small improvements and fixes.
+
 libvisio 0.1.5
 
 - Rewrite text output to avoid empty spans and to make the function
diff --git a/configure.ac b/configure.ac
index 542ed97..a0113fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
 # ====================
 m4_define([libvisio_version_major],[0])
 m4_define([libvisio_version_minor],[1])
-m4_define([libvisio_version_micro],[5])
+m4_define([libvisio_version_micro],[6])
 m4_define([libvisio_version],[libvisio_version_major.libvisio_version_minor.libvisio_version_micro])
 
 # =============


More information about the Libreoffice-commits mailing list