summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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],