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

Nick Schermer noreply at xfce.org
Fri Apr 13 23:32:01 CEST 2012


Updating branch refs/heads/master
         to 20ebb2f8234981adf39d767924fed5668dc1c618 (commit)
       from 5ee135131e1e5318349306f2876494814c47ce89 (commit)

commit 20ebb2f8234981adf39d767924fed5668dc1c618
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Apr 13 23:28:54 2012 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 2d7544e..58d13e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.7.3
+=====
+- Enable startup-notify in the exo-open desktop files.
+- Use g_file_set_contents on local files.
+- Bump gtk to 2.20 and glib to 2.24.
+- Don't set invalid startup id.
+- Replace deprecated function g_strcasecmp (bug #8647).
+- Fix possible segfault in exo_str_looks_like_an_uri.
+- Updates licenses.
+- Fix saving of desktop files in local dir.
+- Translation updates: Arabic, Greek, French, Galician, Japanese,
+  Korean, Dutch (Flemish), Norwegian Nynorsk, Portuguese, Portuguese
+  (Brazilian).
+
 0.7.2
 =====
 - Drop gtk 2.24 api (bug #8461).
diff --git a/configure.in.in b/configure.in.in
index 39d3708..a1ab9fe 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], [2])
+m4_define([libexo_version_micro], [3])
 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