diff options
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +pluma 1.17.3 +============ + + * Translations update + * panel: use the correct property name for panel orientation + * snippets plugin: MESSAGE_INFORMATION doesn't exist, use MESSAGE_INFO + * snippets plugin: kill useless code + * externaltools plugin: fix indent a bit + * quickopen plugin: port to gi and libpeas + * pythonconsole plugin: port to gi and libpeas + * externaltools plugin: port to gi and libpeas + * plugins engine: enable python plugin loader from libpeas + * externaltools plugin: kill useless code + * taglist plugin: don't look for taglist in non-existing legacy dirs + pluma 1.17.2 ============ diff --git a/configure.ac b/configure.ac index b3d4f941..4b2fbf74 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, 17) -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], |