From 3c1e8fcc11d2b9a127bbaccda0f1f97b14f9a9f1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 6 Jan 2017 19:33:04 +0100 Subject: release 1.17.3 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 86f54a93..40f03a81 100644 --- a/NEWS +++ b/NEWS @@ -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], -- cgit v1.2.1