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

noreply at xfce.org noreply at xfce.org
Tue Sep 6 17:58:19 CEST 2016


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

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit 03a4cbed22a6365ccfab64cd230c120dcc555899
Author: Igor <f2404 at yandex.ru>
Date:   Tue Sep 6 18:58:11 2016 +0300

    Release 0.6.92
---
 NEWS            | 10 ++++++++++
 configure.ac.in |  6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 6b2809e..c4b86f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.6.92
+======
+- Fix geometry setting (default ot provided via the command line option)
+  for GTK 3.20.5 (bug #12810)
+- Remove "Update utmp/wtmp records when command is launched" setting since
+  the feature has been removed from vte (bug #12817)
+- Replace deprecated GtkTable with GtkGrid in Preferences
+- Disable Zoom-In/Out actions on reaching zoom limits
+- Do not allow Reset in Read-Only mode
+
 0.6.91
 ======
 - Fix solarized light theme colors (bug #12800)
diff --git a/configure.ac.in b/configure.ac.in
index 073ce5a..4dcaa91 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,11 +9,11 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([terminal_version_major], [0])
-m4_define([terminal_version_minor], [7])
-m4_define([terminal_version_micro], [0])
+m4_define([terminal_version_minor], [6])
+m4_define([terminal_version_micro], [92])
 m4_define([terminal_version_nano], [])
 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