summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-09 23:32:26 +0100
committermbkma <[email protected]>2022-11-09 23:32:26 +0100
commitf628a6ef38b7c42febf8fbc450d46ab1f5461f6f (patch)
tree734480a06fb8a6e213d6960970fe40cc3abcaa02
parenteac72ae7bd8f11d2091de19c44cb41d496474fde (diff)
downloadpluma-f628a6ef38b7c42febf8fbc450d46ab1f5461f6f.tar.bz2
pluma-f628a6ef38b7c42febf8fbc450d46ab1f5461f6f.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b6861047..1c2cf85f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+### pluma 1.27.0
+
+ * tx: sync with transifex
+ * tx: update resource
+ * tx: migrate config file
+ * Fix out-of-bounds write
+ * pluma-view: 'len' is assigned a value that is never used
+ * pluma-commands-search: 'len' is assigned a value that is never used
+ * filebrowser: fix warning -Wincompatible-pointer-types
+ * pluma-metadata-manager: remove time.h
+ * pluma: fix build warning about missing field initializer
+ * pluma-document: Redundant null check
+ * pluma-encodings-combo-box: implicit conversion changes signedness
+ * Increase POSIX compliance and simplify. Remove bashisms and non-POSIX expr(1) usage.
+ * Revert the shebang changes for /bin/sh (9a99c3c7b). See also issue 640:
+ * filebrowser: use GLib's new g_clear_signal_handler() function
+ * Unnecessary G_OBJECT cast when calling signal connect function
+ * pluma-commands-search: fix warning -Wenum-conversion
+ * ci: drop -Wunused-parameter compiler cflag from debian build
+ * pluma: handler IDs are gulong, not guint
+ * pluma: use GLib's new g_clear_signal_handler() function
+ * pluma-plugins-engine: fix memory leak
+ * Fix double activation of extensions
+ * pluma-tab: remove a whitespace before #if
+
### pluma 1.26.0
* Translations update
diff --git a/configure.ac b/configure.ac
index d86727d6..aeb49875 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63.2)
m4_define(pluma_major_version, 1)
-m4_define(pluma_minor_version, 26)
+m4_define(pluma_minor_version, 27)
m4_define(pluma_micro_version, 0)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)