[Xfce4-commits] [xfce/libxfce4ui] 02/02: Updates for release

noreply at xfce.org noreply at xfce.org
Wed Feb 18 20:43:13 CET 2015


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/libxfce4ui.

commit b9e6a57385ff6f0c15bbc637b76472211e3696b0
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Feb 18 20:36:35 2015 +0100

    Updates for release
---
 NEWS            |   15 +++++++++++++++
 README          |    8 ++++----
 TODO            |    2 +-
 configure.ac.in |    4 ++--
 4 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index d6d2d41..6eecf44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.11.2
+======
+- Bump dependencies versions (autotools, Xfce libraries)
+- Remove SVN $Id$ tags
+- Properly quote AC_LANG_SOURCE
+- Fix autoconf m4 directory warning
+- Fix IT_PROG_INTLTOOL warning
+- Fix build with --enable-debug=full and GTK3 (bug #11176)
+- Add .gitignore
+- Fix grabbing shortcuts with <Super> modifier (bug #10373)
+- Avoid double forking when spawning external apps (bug #9373)
+- Don't drop startup notify hint when resetting to defaults (bug #10630)
+- Add <Ctrl><Alt>l shortcut for screen locking (xflock4) (bug #10728)
+- Fix xfce_dialog_show_help()
+
 4.11.1
 ======
 - Add xfce_dialog_show_help_with_version() so applications can send
diff --git a/README b/README
index 5cb2db3..8a05d71 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ What is it?
 ===========
 
 This is libxfce4ui, the replacement of the old libxfcegui4 library. It is used
-to share commonly used Xfce widgets amoung the Xfce applications.
+to share commonly used Xfce widgets among the Xfce applications.
 
 
 Required packages
@@ -10,9 +10,9 @@ Required packages
 
 Libxfce4ui depends on the following packages:
 
- - GTK+ 2.10.0 or above
- - GLib 2.12.0 or above
- - Libxfce4util 4.4.0 or above
+ - GTK+ 2.24.0 or above
+ - GLib 2.28.0 or above
+ - Libxfce4util 4.10.0 or above
 
 
 
diff --git a/TODO b/TODO
index 6feaafa..dfee0d2 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,3 @@
- * Implement the GtkBuildable interface into XfceTitelDialog
+ * Implement the GtkBuildable interface into XfceTitleDialog
    and add the needed code for GtkBuilder and Glade 3.5 to
    recognize it.
diff --git a/configure.ac.in b/configure.ac.in
index 5124d83..aea8ca3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,10 +9,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], [11])
-m4_define([libxfce4ui_version_micro], [1])
+m4_define([libxfce4ui_version_micro], [2])
 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])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list