summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-03-30 17:46:54 +0300
committermonsta <[email protected]>2017-03-30 17:46:54 +0300
commit10259c00954fd7fdd6a1ea4fefb9a9bf3c0054ee (patch)
tree5a1f84e05b36452e145b3054cb8c9a2187134cd3
parent0fd147543d2af1c285393daa92f87070926166d6 (diff)
downloadpluma-10259c00954fd7fdd6a1ea4fefb9a9bf3c0054ee.tar.bz2
pluma-10259c00954fd7fdd6a1ea4fefb9a9bf3c0054ee.tar.xz
release 1.16.1v1.16.1
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 98188cc0..a28bb289 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+pluma 1.16.1
+============
+
+ * Build: remove --enable-deprecations option - it actually
+ disabled all deprecated stuff
+ * Modelines plugin: fix random crash on closing one of several
+ Pluma windows
+ * Snippets plugin: fix snippet parts staying after Ctrl-Z
+ * Fix unexpected closing of the first tab with middle-click
+ under the line numbers column
+ * Fix some runtime warnings in plugins
+ * Some more fixes and cleanups in code and docs
+
pluma 1.16.0
============
diff --git a/configure.ac b/configure.ac
index 38b1bf03..ed879e21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
m4_define(pluma_major_version, 1)
m4_define(pluma_minor_version, 16)
-m4_define(pluma_micro_version, 0)
+m4_define(pluma_micro_version, 1)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
AC_INIT([pluma], [pluma_version],