[Xfce4-commits] [xfce/exo] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Fri Jun 14 03:18:08 CEST 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b 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 xfce/exo.
commit c760ffc2452f0ee54aa0b2648dcceb107456691b
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Jun 13 21:17:32 2019 -0400
Updates for release
---
NEWS | 19 ++++++++++++++++++-
configure.ac.in | 4 ++--
2 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 5a3e0fa..a4e8453 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.12.6
+======
+- Bug Fixes:
+ - Add trailing ";" to mimeapps.list (Xfce #15087)
+ - Clear bad entries from mimeapps.list (Xfce #15046, #15238)
+ - Synchronize default applications to gio-mime (Xfce #14633)
+ - Disable emoji menu in type-ahead search (Xfce #15451)
+ - Enable dismissal of "Failed to open default" dialogs
+ - Related: https://github.com/brave/brave-browser/issues/4142
+ - If the error can be safely ignored, the user is able to dismiss
+ it. After changing defaults, the dismissal is forgotten.
+- Translation Updates: Albanian, Armenian (Armenia), Bulgarian,
+ Chinese (China), Chinese (Taiwan), Croatian, Danish, French,
+ Galician, German, Hungarian, Icelandic, Interlingue, Italian,
+ Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Thai,
+ Turkish
+
0.12.5
======
- Bug Fixes:
@@ -15,7 +32,7 @@
- exo-compose-mail has dropped the library version since it
does not depend on either version of the library
- The expansion-to-defined flag was re-enabled
-- Translation Updates: Albanian, Bulgarian, Danish, Dutch,
+- Translation Updates: Albanian, Bulgarian, Danish, Dutch,
English (United Kingdom), Finnish, Indonesian, Korean, Spanish
0.12.4
diff --git a/configure.ac.in b/configure.ac.in
index fd0a470..9618b5e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -14,10 +14,10 @@ m4_define([libexo_version_api], [1])
m4_define([libexo2_version_api], [2])
m4_define([libexo_version_major], [0])
m4_define([libexo_version_minor], [12])
-m4_define([libexo_version_micro], [5])
+m4_define([libexo_version_micro], [6])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_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