summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-12-20 14:22:31 +0100
committerDavid Tardon <dtardon@redhat.com>2014-12-20 14:22:31 +0100
commit0822e285c7acda1e4457aa9a60e9d69dafce9f80 (patch)
treee706f2d5815c6a61f2b46fd002f195b3dc9c208e
parent52821af0b9dcd4f0856f2952e54bc64e0d9342a5 (diff)
prepare for a releaselibabw-0.1.1
Change-Id: I7c65bc7736fb18ae1ee0be8cb059c942bda52389
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c7047f6..2591047 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+libabw 0.1.1
+
+- Use symbol visibility on Linux. The library only exports the two public
+ functions now.
+- Handle text language.
+- Honor global setting of writing mode.
+- Handle basic document metadata.
+- Handle headings.
+- Fix the loss of text formatting attributes that would happen in certain
+ cases.
+- Several other smaller changes and improvements.
+
0.0.1 -> 0.1.0
- Switch to librevenge
- Do not add extra tab for list indentation
diff --git a/configure.ac b/configure.ac
index c85b04d..8f788ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
# ====================
m4_define([libabw_version_major],[0])
m4_define([libabw_version_minor],[1])
-m4_define([libabw_version_micro],[0])
+m4_define([libabw_version_micro],[1])
m4_define([libabw_version],[libabw_version_major.libabw_version_minor.libabw_version_micro])
# =============