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

noreply at xfce.org noreply at xfce.org
Wed Jun 8 22:08:26 CEST 2016


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

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

commit b8cd143b87931993f8733523bf515ebd56361d42
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Wed Jun 8 22:06:55 2016 +0200

    Updates for release
---
 NEWS            | 16 ++++++++++++++++
 configure.ac.in |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 68ea969..577a233 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+4.13.0
+======
+- Add xfce_widget_reparent to replace the deprecated gtk_widget_reparent
+- Add xfce_titled_dialog_new_with_mixed_buttons to allow for setting
+  icon names, button label text and response id.
+- Add xfce_gtk_menu_popup_until_mapped as a convenience function to fix
+  widespread problems with popping up menus (e.g. on keyboard shortcuts)
+- Add dialog UI tests for Gtk2 and Gtk3
+- Fix Glade Gtk3 support
+- Fix a memory leak
+- Translation updates: Asturian, Basque, Bulgarian, Catalan, Chinese
+  (Taiwan), Croatian, Danish, English (Australia), Finnish, French, Galician,
+  German, Greek, Hebrew, Hungarian, Icelandic, Korean, Lithuanian, Malay,
+  Norwegian Bokmål, Occitan, Portuguese, Russian, Slovak, Slovenian, Spanish,
+  Swedish
+
 4.12.1
 ======
 - Fix glade directory information in .pc file (bug #11353)
diff --git a/configure.ac.in b/configure.ac.in
index cd3b2e1..ad312f6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ m4_define([libxfce4ui_version_minor], [13])
 m4_define([libxfce4ui_version_micro], [0])
 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