[Xfce4-commits] <libxfce4ui:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Dec 20 12:22:01 CET 2009
Updating branch refs/heads/master
to d0fa051598c0ec36e68bf33c7b7be9c943ebc4f9 (commit)
from ea3c80ad32f9f7cd9f4de59d0d2bfb55585ef5c4 (commit)
commit d0fa051598c0ec36e68bf33c7b7be9c943ebc4f9
Author: Nick Schermer <nick at xfce.org>
Date: Sun Dec 20 12:19:36 2009 +0100
Updates for release.
NEWS | 12 ++++++++++++
configure.ac.in | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index d9aaccf..0d5c216 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+4.7.1
+=====
+- New function xfce_spawn_on_screen_with_child_watch().
+- Don't generate enums for XfceSMClientPriority.
+- Build ChangeLog during make dist.
+- Add visibility/alias handing code.
+- Rename configure.in.in to configure.ac.in.
+- Some other small fixes.
+- Translation updates (es, pt_BR, sv, pt, kk, ca, gl, sk, cs, lv, eu,
+ zh_CN, ja).
+
+
4.7.0
=====
Initial version of the library. The intention of this new library is a
diff --git a/configure.ac.in b/configure.ac.in
index e82ba23..c7d3c6a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
m4_define([libxfce4ui_version_api], [1])
m4_define([libxfce4ui_version_major], [4])
m4_define([libxfce4ui_version_minor], [7])
-m4_define([libxfce4ui_version_micro], [0])
+m4_define([libxfce4ui_version_micro], [1])
m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
m4_define([libxfce4kbd_private_verinfo], [0:0:0])
More information about the Xfce4-commits
mailing list