diff options
author | monsta <[email protected]> | 2017-02-06 14:44:53 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-06 14:44:53 +0300 |
commit | 00f5b62c5f08f3321f4fb2251be044c4027f8650 (patch) | |
tree | 8f4dc276fc0fa7a0e1f86a4fcc8c6dcba759976b | |
parent | 2255ce313a67c10841bef25d3564656ff6ee90b9 (diff) | |
download | mate-terminal-00f5b62c5f08f3321f4fb2251be044c4027f8650.tar.bz2 mate-terminal-00f5b62c5f08f3321f4fb2251be044c4027f8650.tar.xz |
release 1.16.2v1.16.2
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +1.16.2 + + * Bring back exit confirmation when there's a process running + * Fix possible crash on window closing + * Fix various issues with drag-n-drop of tabs + * Encodings and keybindings dialogs: fix expand of content on + window resize + * Find, profile manager, profile prefs dialogs: fix runtime + warnings about transient parent + * Attach popup menus to their parent widgets (useful on Wayland) + * Force X11 backend + 1.16.1 * Fix crash after detaching tab and then changing its title diff --git a/configure.ac b/configure.ac index 8bdda50..01a42e5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([gt_version_major],[1]) m4_define([gt_version_minor],[16]) -m4_define([gt_version_micro],[1]) +m4_define([gt_version_micro],[2]) m4_define([gt_version_extra],[]) m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra]) |