diff options
author | David Tardon <dtardon@redhat.com> | 2015-01-02 16:30:33 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-01-02 16:30:33 +0100 |
commit | 02eea2cf353bb405c5073d9169868a93b29f197c (patch) | |
tree | b6266c3c259d4f30b2686e482c2a683afd3add2f /NEWS | |
parent | bec680b235f06b439340fbc25b20b2f5a131300f (diff) |
prepare for a release
Change-Id: I1022e4003f468d7c66eec459b41016ec1ab53556
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +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). + libvisio 0.1.0 - switch to librevenge |