head 1.2; access; symbols pkgsrc-2015Q2:1.1.0.4 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2015.07.26.23.03.26; author wiz; state dead; branches; next 1.1; commitid TYb159cKnKnKIQuy; 1.1 date 2015.01.04.23.39.40; author wiz; state Exp; branches; next ; commitid Rs8rnoGr8KVJrL4y; desc @@ 1.2 log @Update to 0.1.3: libvisio 0.1.3 - Fix a build failure with some compilers. - Do not use C++11 syntax. 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). @ text @$NetBSD: patch-configure,v 1.1 2015/01/04 23:39:40 wiz Exp $ Fix unportable test(1) comparison operator. --- configure.orig 2015-01-02 15:33:55.000000000 +0000 +++ configure @@@@ -17840,7 +17840,7 @@@@ else fi -if test $platform_win32 == yes; then : +if test $platform_win32 = yes; then : else @ 1.1 log @Update to 0.1.1: libvisio 0.1.1 - Fix a minor issue reported by Coverity. - Check arguments of public functions. Passing NULL no longer causes a crash. - Set a minimal thickness for arrow markers to ensure they are visible. - Fix a crash when reading a broken file, found with the help of american-fuzzy-lop. - Use symbol visibility on Linux. The library only exports the two public functions now. - Import document metadata (fdo#86664). @ text @d1 1 a1 1 $NetBSD$ @