[Xfce4-commits] [apps/xfce4-dict] 03/04: Updates for release
noreply at xfce.org
noreply at xfce.org
Wed Nov 28 02:08:35 CET 2018
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 b6a3a082d99f6748381c7237f3f466d1fd7c9462
Author: Andre Miranda <andreldm at xfce.org>
Date: Tue Nov 27 22:00:42 2018 -0300
Updates for release
---
NEWS | 14 ++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 9a9e873..705dac4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+xfce4-dict-0.8.2
+================
+- Avoid segfaults (Bug #14786)
+- Only show web search link if we have a valid URL and in dict mode
+- Escape link tooltip
+- Minor visual improvements
+- Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian,
+ Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
+ Danish, Dutch, English (United Kingdom), Finnish, French, Galician, German,
+ Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean,
+ Latvian, Lithuanian, Norwegian Bokmål, Occitan, Polish, Portuguese,
+ Portuguese (Brazil), Russian, Slovak, Slovenian, Spanish, Swedish, Turkish,
+ Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
+
xfce4-dict-0.8.1
================
- Bump gtk3 minimum version to 3.22
diff --git a/configure.ac.in b/configure.ac.in
index d40c98c..28331ac 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], [1])
+m4_define([xfce4_dict_version_micro], [2])
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