[Xfce4-commits] [xfce/garcon] 01/02: updates for release
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 16:36:06 CET 2015
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository xfce/garcon.
commit 6203653bc46659110bcf802066ece3362af31771
Author: Landry Breuil <landry at xfce.org>
Date: Sat Feb 28 16:34:13 2015 +0100
updates for release
---
NEWS | 8 ++++++++
configure.ac.in | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 405aadf..d372c3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.4.0
+=====
+- Update intltool (bug #8930)
+- Fix menu icons for misconfigured desktop files (Bug 10709)
+- Add case insensitive sorting to the menu (bug #10594)
+- Don't force URLs to be opened in a web browser (bug #10212)
+- Translation updates: ast, bg, de, el, eo, es, fr, he, nb, pl, sk, te
+
0.3.0
=====
- Avoid direct include of garcon-menu.h.
diff --git a/configure.ac.in b/configure.ac.in
index 830aa30..3d075ed 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], [3])
+m4_define([garcon_version_minor], [4])
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