summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-03-04 23:21:01 +0100
committerraveit65 <[email protected]>2021-03-04 23:21:01 +0100
commit4437fd4c919d8b66f7852c79b5edfa2ae927ea60 (patch)
tree533237a2fc2cc990122d9a57b5d095f4fff8bc05
parentf4ed7690bff4021051f11fbe851b604d69caef2f (diff)
downloadpluma-4437fd4c919d8b66f7852c79b5edfa2ae927ea60.tar.bz2
pluma-4437fd4c919d8b66f7852c79b5edfa2ae927ea60.tar.xz
release 1.25.3v1.25.3
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a0afe272..a1625ca6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,18 @@
+### pluma 1.25.3
+
+ * port plugins to use the window-construct property.
+ * cppcheck warning: Checking if unsigned expression is less than zero
+ * cppcheck warning: Local variable 'icon' shadows outer argument
+ * pluma-window: unused variable ‘ui_file’ [-Wunused-variable]
+ * build: port to gtksourceview-4
+ * cppcheck warning: Local variable shadows outer variable
+
### pluma 1.25.2
* pluma-activatable-interfaces: use G_DECLARE_INTERFACE
* code formating fixes
* Introduce PlumaWindowActivatable, PlumaAppActivatable, PlumaViewActivatable
-
### pluma 1.25.1
* tx: disable "he" translations
diff --git a/configure.ac b/configure.ac
index ae16ddab..97dd6f07 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, 25)
-m4_define(pluma_micro_version, 2)
+m4_define(pluma_micro_version, 3)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
AC_INIT([pluma], [pluma_version],