summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-09-14 19:36:16 +0200
committerDavid Tardon <dtardon@redhat.com>2017-09-14 19:37:25 +0200
commitef2f52e891fd4c004f3a4491defe68e179a1a892 (patch)
treea6b492929760fa9b314eb5ffb517f733800b5ab6
parent2e2490c0a84de2b7b51f9dc32a720f5f5d1a95c0 (diff)
prepare for release
Change-Id: Ia5859777f6129d6695f9bbefe626ae0aa8e2ef8c
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ea9dea5..e110ca7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+libfreehand 0.1.2
+
+- Fix several hangs and leaks when reading damaged files found with the
+ help of american-fuzzy-lop.
+- Fix build with recent clang.
+- Make --help output of all command-line tools more help2man-friendly.
+- Require C++11 for build.
+- Parse more features:
+ * text on path
+ * more text attributes
+ * stroke patterns
+ * arrows
+ * paragraph attributes
+ * custom line and fill styles
+ * text effects
+- Write correct rotation center of a textbox.
+- Fix an issue found by oss-fuzz.
+- Various code cleanups and other small improvements.
+
libfreehand 0.1.1
- drastical improvement of all features
diff --git a/configure.ac b/configure.ac
index b96c386..e1ff29e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
# ====================
m4_define([libfreehand_version_major],[0])
m4_define([libfreehand_version_minor],[1])
-m4_define([libfreehand_version_micro],[1])
+m4_define([libfreehand_version_micro],[2])
m4_define([libfreehand_version],[libfreehand_version_major.libfreehand_version_minor.libfreehand_version_micro])
# =============