summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-04-13 22:55:55 +0200
committerNick Schermer <nick@xfce.org>2012-04-13 22:55:55 +0200
commit07dd39da965da0b2060dad4823534f39b58bd75a (patch)
treef7a26e5e5922ecdd489c34eae7f68a92a85ff359
parent3c99383dcef3fd059c5be1fe28fd007718406d7b (diff)
downloadxfconf-07dd39da965da0b2060dad4823534f39b58bd75a.tar.gz
Updates for release.xfconf-4.9.1
-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])])