summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-02-06 14:44:53 +0300
committermonsta <[email protected]>2017-02-06 14:44:53 +0300
commit00f5b62c5f08f3321f4fb2251be044c4027f8650 (patch)
tree8f4dc276fc0fa7a0e1f86a4fcc8c6dcba759976b
parent2255ce313a67c10841bef25d3564656ff6ee90b9 (diff)
downloadmate-terminal-00f5b62c5f08f3321f4fb2251be044c4027f8650.tar.bz2
mate-terminal-00f5b62c5f08f3321f4fb2251be044c4027f8650.tar.xz
release 1.16.2v1.16.2
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a6262d6..ef9f8e1 100644
--- a/NEWS
+++ b/NEWS
@@ -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])