[Xfce4-commits] <xfconf:xfce-4.8> Updates for release.
Nick Schermer
noreply at xfce.org
Fri Dec 23 17:08:05 CET 2011
Updating branch refs/heads/xfce-4.8
to a8fdfd5c16cecd3c86c0141a8fa4de6575d6280f (commit)
from 66256cd753152ab7632654996843ef10b257b713 (commit)
commit a8fdfd5c16cecd3c86c0141a8fa4de6575d6280f
Author: Nick Schermer <nick at xfce.org>
Date: Fri Dec 23 17:05:03 2011 +0100
Updates for release.
NEWS | 14 ++++++++++++--
configure.ac.in | 2 +-
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], [])
More information about the Xfce4-commits
mailing list