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

Nick Schermer noreply at xfce.org
Sat Feb 22 23:42:01 CET 2014


Updating branch refs/heads/master
         to 717be39f44594fa012a625d562f5397b14892858 (commit)
       from b61bf316f73e886934a7d66309f312a8d3d11b51 (commit)

commit 717be39f44594fa012a625d562f5397b14892858
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Feb 22 23:38:34 2014 +0100

    Updates for release.

 NEWS            |   11 +++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 5f5e2ee..765d904 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.11.0
+======
+- Autotools updates.
+- Don't use freed rc file to avoid crash (bug #9026).
+- Remove unused or unrequired API functions: xfce_strjoin,
+  xfce_gethostname, xfce_putenv, xfce_setenv, xfce_unsetenv.
+- Translation updates: Arabic, Bulgarian, Welsh, Dzongkha, English
+  (Australia), Georgian, Korean, Macedonian, Malay, Dutch (Flemish),
+  Occitan (post 1500), Slovenian, Serbian, Thai, Tagalog (Philippines),
+  Uyghur, Chinese (Hong Kong).
+
 4.10.0
 ======
 - Translation updates: Romanian, Chinese (China).
diff --git a/configure.ac.in b/configure.ac.in
index 41aceff..1314980 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,11 +12,11 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([libxfce4util_verinfo], [6:0:0])
 m4_define([libxfce4util_version_major], [4])
-m4_define([libxfce4util_version_minor], [10])
+m4_define([libxfce4util_version_minor], [11])
 m4_define([libxfce4util_version_micro], [0])
 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], [git])
+m4_define([libxfce4util_version_tag], [])
 m4_define([libxfce4util_version], [libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(), [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), [git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 dnl **************************************************************


More information about the Xfce4-commits mailing list