summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-10-21 10:26:09 +0200
committerDavid Tardon <dtardon@redhat.com>2017-10-21 10:26:09 +0200
commit5e2a48e31ed0208ce59bbfd6beb1b3977ec75538 (patch)
tree9ef219c9d08bdbe4abb1eb4ab89122ff54a977f2
parentaef4af08f5a2a6e3301cfe3088975820185da81d (diff)
prepare for a release
Change-Id: I12d0d8e4d99a588bc8683d6cfb821718fbde4ff2
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
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])
# =============