[Xfce4-commits] <exo:master> Update for release.

Nick Schermer noreply at xfce.org
Wed Mar 28 17:20:01 CEST 2012


Updating branch refs/heads/master
         to 08be4a6c94d61882df37197380bd3d23d582f802 (commit)
       from a75feff692fd95eaa00fba508aa95ed10239520e (commit)

commit 08be4a6c94d61882df37197380bd3d23d582f802
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Mar 28 17:15:12 2012 +0200

    Update for release.

 NEWS            |    8 ++++++++
 configure.in.in |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index e35ba78..2d7544e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.7.2
+=====
+- Drop gtk 2.24 api (bug #8461).
+- Bump libxfce4ui dependency for help function.
+- Send exo-open startup-id to child instead of using it (bug #7093).
+- Translation updates (ar, ca, cs, da, de, es, eu, fi, fr, he, id,
+  it, kk, ko, lt, nl, pl, pt, ru, sk, tr, uk, zh_CN, zh_TW).
+
 0.7.1
 =====
 - Add preferred app helper for Chromium (bug #8398).
diff --git a/configure.in.in b/configure.in.in
index fef96db..8565332 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [7])
-m4_define([libexo_version_micro], [1])
+m4_define([libexo_version_micro], [2])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
 m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl ********************************************


More information about the Xfce4-commits mailing list