[Xfce4-commits] [apps/xfce4-terminal] 01/01: Release 0.8.7.3

noreply at xfce.org noreply at xfce.org
Wed Mar 28 21:05:33 CEST 2018


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

f   2   4   0   4       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-terminal.

commit 19339aed56c018967ab5722efc2bad5861da6fd6
Author: Igor <f2404 at yandex.ru>
Date:   Wed Mar 28 15:04:29 2018 -0400

    Release 0.8.7.3
---
 NEWS            | 11 +++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 262de8f..7aec37d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.8.7.3
+=======
+- Fix drop-down terminal hotkey (bug #14289)
+- Suppress gdk_keyboard_(un)grab deprecation warnings
+- Restore "Allow bold text" option (bug #14292)
+- Fix app crash when running a non-existing command (bug #14295)
+- Correct foreground process check for async child spawn
+- Add an option to disable "Relaunch" dialog pop-up (bug #14287)
+- Translation updates: Belarusian, Catalan, English (Australia), French, Greek,
+  Italian, Japanese, Portuguese, Ukrainian
+
 0.8.7.2
 =======
 - Fix gdk_keyboard_(un)grab deprecation warnings
diff --git a/configure.ac.in b/configure.ac.in
index 905847f..ada0bcd 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,9 +11,9 @@ dnl ***************************
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [8])
 m4_define([terminal_version_micro], [7])
-m4_define([terminal_version_nano], [2])
+m4_define([terminal_version_nano], [3])
 m4_define([terminal_version_build], [@REVISION@])
-m4_define([terminal_version_tag], [git])
+m4_define([terminal_version_tag], [])
 m4_define([terminal_version_dbus], [5])
 m4_define([terminal_version], [terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(), [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], [terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list