summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac.in4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 378cbab..2d2bdfc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.9.1
+=====
+- Use LT_PREREQ and LT_INIT.
+- UTF-8 check xfconf strings.
+- Do not dup strings in xfconf_channel_set_string.
+- Bump package dependency versions.
+- Fix comment in perl package info (bug #8661).
+- Don't use deprecated g_value_set_char (bug #8690).
+- Translation updates: German, Greek, Japanese, Korean, Dutch
+ (Flemish), Polish, Portuguese, Turkish.
+
4.9.0
=====
- Use sh as interpreter in tests.
diff --git a/configure.ac.in b/configure.ac.in
index e64238c..c3e2f2e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ m4_define([libxfconf_verinfo], [2:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [9])
-m4_define([xfconf_version_micro], [0])
+m4_define([xfconf_version_micro], [1])
m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [@REVISION@])
-m4_define([xfconf_version_tag], [git])
+m4_define([xfconf_version_tag], [])
m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])])