summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2019-08-17 15:10:12 +0200
committerDavid Tardon <dtardon@redhat.com>2019-08-17 15:22:00 +0200
commite22c55d8ead89bf4ba2f37629c021f9f9ff74fa7 (patch)
tree2e1fa1c3091eba424f156a2890f88bb87882861a
parent8f0ce0bb48185458bcaa0efb8cc01da7386e208a (diff)
prepare for a release
Change-Id: I660d3ccee41ef7fedf24819831cd56460cacba64
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27bbb03..f8bde52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+libvisio 0.1.7
+
+- Fix a few memory leaks found by oss-fuzz.
+- Fix date and time conversion to string. (tdf#98291)
+- Fix number conversion to string. (tdf#76829)
+- Fix unit conversion. (tdf#126292)
+- Handle more arrow styles. (tdf#126402)
+- Fix some issues found by Coverity.
+- Disable expanding entities by XML parser as a vulnerability
+ prevention measure. Applications writing VSDX/VDX documents do not use
+ entities, so there is no difference in behavior.
+
libvisio 0.1.6
- Consider stencil txtxform in binary formats (tdf#67914).