NEWS                 |   12 ++++++++++++
 configure.ac         |    2 +-
 src/test/Makefile.am |    2 ++
 3 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit e600236729af1c6307e68582a7eda2f93732fb38
Author: David Tardon <dtar...@redhat.com>
Date:   Sat Jul 25 08:45:15 2015 +0200

    distribute newly added test docs
    
    Change-Id: I7eb02cac3ee4137280856062b151738d336be0ac

diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 619302a..59d3419 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -20,6 +20,8 @@ test_SOURCES = \
               test.cpp
 
 EXTRA_DIST = \
+            data/bgcolor.vsdx \
+            data/color-boxes.vsdx \
             data/fdo86664.vsdx \
             data/fdo86729-ms1252.vsd \
             data/fdo86729-utf8.vsd \
commit aca1257a3ea68e1a3e83f62c92fa82192cbccaa6
Author: David Tardon <dtar...@redhat.com>
Date:   Sat Jul 25 08:38:18 2015 +0200

    prepare for a new release
    
    Change-Id: I3097abd098dc37d9a73d573eaa70e6948cab1e29

diff --git a/NEWS b/NEWS
index 0bcbe0a..cde71fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+libvisio 0.1.2
+
+- Fix several build problems with different compilers.
+- Import more metadata properties.
+- Fix theme color import (tdf#92270).
+- Fix a bunch of crashes and hangs when reading broken documents, found
+  with the help of american-fuzzy-lop.
+- Fix several memory leaks.
+- Ignore errors when parsing metadata. This makes some documents readable
+  again.
+- Fix handling of character background (tdf#92271).
+
 libvisio 0.1.1
 
 - Fix a minor issue reported by Coverity.
diff --git a/configure.ac b/configure.ac
index 00d0f3a..4569a17 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],[1])
+m4_define([libvisio_version_micro],[2])
 
m4_define([libvisio_version],[libvisio_version_major.libvisio_version_minor.libvisio_version_micro])
 
 # =============
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to