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

noreply at xfce.org noreply at xfce.org
Tue Jan 10 13:57:45 CET 2017


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 986ab78c4e92cd18fe0c89631e3b0259eef000c2
Author: Igor <f2404 at yandex.ru>
Date:   Tue Jan 10 15:57:02 2017 +0300

    Release 0.8.3
---
 NEWS            | 14 ++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index ba07e75..a467def 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.8.3
+=====
+- Fix incorrect initial position of a drop-down window under Unity
+- min-height/width CSS properties not available in old GTK versions
+- Remove redundant set_window_geometry_hints() call (bug #13280)
+- Add Help button to Set Title dialog
+- GtkColorButton show-editor property only available starting with GTK 3.20
+  (bug #13278)
+- Watch for screen size changes to update drop-down window size or position
+  accordingly. Size change signal is emitted when monitor resolution is
+  changed or another monitor is connected
+- Make slim tabs even more slim
+- Translation updates: Chinese (China), Lithuanian, Thai
+
 0.8.2
 =====
 - Add hidden option MiscSlimTabs to override huge gtk3 tabs style (bug #12796)
diff --git a/configure.ac.in b/configure.ac.in
index b0a127a..c44b599 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [8])
-m4_define([terminal_version_micro], [2])
+m4_define([terminal_version_micro], [3])
 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