[Xfce4-commits] <libxfce4util:xfce-4.8> Updates for release.

Nick Schermer noreply at xfce.org
Mon Sep 12 20:50:05 CEST 2011


Updating branch refs/heads/xfce-4.8
         to 59c5fda86409bce9a8cf9b1e5853e29ccdc4060a (commit)
       from 11761db3642d82656387ee803e639776186033a5 (commit)

commit 59c5fda86409bce9a8cf9b1e5853e29ccdc4060a
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Sep 12 20:43:49 2011 +0200

    Updates for release.

 NEWS            |   11 +++++++++++
 configure.in.in |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 373dfed..7c5981e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.8.2
+=====
+- Change the version string to 4.8.
+- Fixed incorrect assertion in xfce_strjoin (bug #7122).
+- Fix "empty declaration" compiler warnings.
+- Update FSF address and add missing licenses.
+- Fix undef in libxfce4util.h header.
+- Remove the internal slice allocator macros.
+- Use chain to free slice instead of a loop.
+- Translation updates (ko, ru, sk, zh_CN, nl).
+
 4.8.1
 =====
 - Set xfce_version_string to 4.8.0.
diff --git a/configure.in.in b/configure.in.in
index d9adac0..ccec97a 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -13,7 +13,7 @@ dnl ***************************
 m4_define([libxfce4util_verinfo], [5:1:1])
 m4_define([libxfce4util_version_major], [4])
 m4_define([libxfce4util_version_minor], [8])
-m4_define([libxfce4util_version_micro], [1])
+m4_define([libxfce4util_version_micro], [2])
 m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no nano version
 m4_define([libxfce4util_version_build], [@REVISION@])
 m4_define([libxfce4util_version_tag], [])


More information about the Xfce4-commits mailing list