summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-05-14 14:20:36 +0300
committermonsta <[email protected]>2017-05-14 14:20:36 +0300
commit7ef90b78ab739c3f2c76cb576d24cfc6a0dee2fc (patch)
treee00cf60b5c87529e476fa9c57a19389110a00758
parent78d2c87c7a37fda1a18f654567e5497e4a8030fc (diff)
downloadmate-netbook-1.16.tar.bz2
mate-netbook-1.16.tar.xz
release 1.16.2v1.16.21.16
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9178295..6c9ba64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.16.2
+======
+
+ * Maximus: don't crash on invalid window ID
+
1.16.1
======
diff --git a/configure.ac b/configure.ac
index 987e6a2..25fe927 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(mate-netbook, 1.16.1, [])
+AC_INIT(mate-netbook, 1.16.2, [])
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR(maximus/main.c)