summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2015-12-29 19:19:58 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2015-12-29 19:19:58 +0100
commit5e1dd4fe6b8fe15050139e63541c6950c9ca3bab (patch)
treebdcbbbba83a172dbdc968445dc0a1971000380d1
parente5e30daf905fc6d41caa3c50d78ebc66b9e70c05 (diff)
Bump version and start NEWS entries
Change-Id: Ic6c6d0c5b8079e5cfd08e9294b3c73e2de2f8321
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 41b6fd0..393a552 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+libvisio 0.1.5
+
+- Rewrite text output to avoid empty spans and to make the function
+ a bit more readable for common mortal (wo)man.
+- Initial emulation of line rounding property (tdf#90603).
+
libvisio 0.1.4
- Implement overriding of colour of lines and of text from layer
diff --git a/configure.ac b/configure.ac
index 9f0138d..3b6edc7 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],[4])
+m4_define([libvisio_version_micro],[5])
m4_define([libvisio_version],[libvisio_version_major.libvisio_version_minor.libvisio_version_micro])
# =============