summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-12-23 17:05:03 +0100
committerNick Schermer <nick@xfce.org>2011-12-23 17:06:48 +0100
commita8fdfd5c16cecd3c86c0141a8fa4de6575d6280f (patch)
treeabd4168a1a19c51d1dc89a325db4313dd83dc76d
parent66256cd753152ab7632654996843ef10b257b713 (diff)
downloadxfconf-4.8.1.tar.gz
Updates for release.xfconf-4.8.1
-rw-r--r--NEWS14
-rw-r--r--configure.ac.in2
2 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8edcf5c..030dfce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Xfconf 4.8.1
+============
+
+ * Fix double free crash (bug #8169).
+ * Fix compiler warnings on solaris.
+ * Avoid gcc 4.6 compiler warning.
+ * Allow installation of the helpers in a custom location.
+ * Updated translations: hr, is, ko, ms, nl, ru, sk, te, tr, zh_CN.
+
+
Xfconf 4.8.0
============
@@ -7,7 +17,7 @@ Xfconf 4.8.0
Xfconf 4.7.5
============
- * Updated translations: he, nb, en+GB, pt, ar.
+ * Updated translations: he, nb, en_GB, pt, ar.
Xfconf 4.7.4
@@ -109,7 +119,7 @@ Xfce 4.6beta3 (Xfce 4.5.93)
Daniel Nylander (sv), Terje Uriansrud (nb), Carles Muñoz Gorriz (ca),
Abel Martín (es), Maximilian Schleiss (fr), Og Maciel (pt_BR),
Eren Turkay (tr)
-
+
Xfce 4.6beta2 (Xfce 4.5.92)
===========================
diff --git a/configure.ac.in b/configure.ac.in
index 6d851b0..8370918 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ m4_define([libxfconf_verinfo], [2:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [8])
-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], [])