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

noreply at xfce.org noreply at xfce.org
Sat Jul 27 17:08:21 CEST 2019


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

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/garcon.

commit ad6c65f72928a2bd6a62be4592723f85558e7ff1
Author: Romain Bouvier <skunnyk at alteroot.org>
Date:   Sat Jul 27 17:07:44 2019 +0200

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

diff --git a/NEWS b/NEWS
index 2faa296..20faaac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.6.4
+======
+ - Update gitignore
+ - Fix use after free crash (Bug #15679)
+ - Translation Updates:
+   Finnish, Norwegian, Armenian 
+
 0.6.3
 =====
 - Fix g_type_class_add_private deprecation in recent GLib
diff --git a/configure.ac.in b/configure.ac.in
index 60fad1a..4939fb1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -25,9 +25,9 @@ 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], [6])
-m4_define([garcon_version_micro], [3])
+m4_define([garcon_version_micro], [4])
 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