[Xfce4-commits] [apps/xfce4-dict] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Mon Oct 7 02:03:52 CEST 2019


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

a   n   d   r   e       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 apps/xfce4-dict.

commit 14be5c95c4fe1e009f6d7b321454811673140f4a
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Oct 6 21:03:15 2019 -0300

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

diff --git a/NEWS b/NEWS
index 705dac4..f87077a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+xfce4-dict-0.8.3
+================
+- Allow compilation with panel 4.15
+- Show correct colors (Bug #15946)
+- Avoid mnemonic conflict
+- Fix g_type_class_add_private deprecation in recent GLib
+- Replace GtkStock buttons
+- Fix typo of dict.cc (Bug #15571)
+- Fix parallel build (Bug #14963)
+- Translation Updates: Albanian, Belarusian, Catalan, Chinese (China),
+  Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
+  Finnish, French, Galician, German, Hebrew, Hungarian, Icelandic, Italian,
+  Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Polish,
+  Portuguese, Portuguese (Brazil), Russian, Spanish, Thai, Turkish
+
 xfce4-dict-0.8.2
 ================
 - Avoid segfaults (Bug #14786)
diff --git a/configure.ac.in b/configure.ac.in
index 6751e0a..0b809f1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -3,9 +3,9 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([xfce4_dict_version_major], [0])
 m4_define([xfce4_dict_version_minor], [8])
-m4_define([xfce4_dict_version_micro], [2])
+m4_define([xfce4_dict_version_micro], [3])
 m4_define([xfce4_dict_version_build], [@REVISION@])
-m4_define([xfce4_dict_version_tag], [git])
+m4_define([xfce4_dict_version_tag], [])
 m4_define([xfce4_dict_version], [xfce4_dict_version_major().xfce4_dict_version_minor().xfce4_dict_version_micro()ifelse(xfce4_dict_version_tag(), [git], [xfce4_dict_version_tag()-xfce4_dict_version_build()], [xfce4_dict_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