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

noreply at xfce.org noreply at xfce.org
Sun Apr 16 06:41:25 CEST 2017


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

eric pushed a commit to branch master
in repository xfce/garcon.

commit 881b92c8e220a37ace68a7663affa2f459f14ad8
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Apr 16 07:39:14 2017 +0300

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

diff --git a/NEWS b/NEWS
index 80ef4c1..d8313b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.6.0
+=====
+- Fix left-alignment of labels in menuitems
+- garcon-gtk: Add an option to edit launchers
+- Desktop actions custom icon support
+- Show desktop actions in a submenu
+- Added desktop actions support (bug #11268)
+- Don't add a placeholder menu (Bug 11626)
+- Fix assertion 'GTK_IS_WIDGET (widget)' failed.
+- Fix missing menus when all items are in submenus (bug 11801)
+- Translation updates: am, ast, bg, ca, cs, da, de, en_AU, eo, es, fi,
+  fr, gl, he, hr, id, is, it, ja, kk, ko, lt, ms, nb, nn, oc, pl, pt,
+  pt_BR, ro, ru, sr, sv, th, tr, uk, zh_CN, zh_TW
+
 0.5.0
 =====
 - Port to Gtk3
diff --git a/configure.ac.in b/configure.ac.in
index 4247cca..b2cb25c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -23,10 +23,10 @@ dnl ***************************
 m4_define([garcon_verinfo], [0:0:0])
 m4_define([garcon_version_api_major], [1])
 m4_define([garcon_version_major], [0])
-m4_define([garcon_version_minor], [5])
+m4_define([garcon_version_minor], [6])
 m4_define([garcon_version_micro], [0])
 m4_define([garcon_version_build], [@REVISION@])
-m4_define([garcon_version_tag], [git])
+m4_define([garcon_version_tag], [])
 m4_define([garcon_version], [garcon_version_major().garcon_version_minor().garcon_version_micro()ifelse(garcon_version_tag(), [git], [garcon_version_tag()-garcon_version_build()], [garcon_version_tag()])])
 
 dnl ********************************************

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


More information about the Xfce4-commits mailing list