diff options
author | raveit65 <[email protected]> | 2019-02-24 11:08:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-24 11:08:41 +0100 |
commit | d31e2ae713e8dabc24d0432b322093065b7c5831 (patch) | |
tree | dcb145aa77e9d35c88e197bdcf1f9a375b8abbaa | |
parent | 1015d56cc47bfb82e933a364b8b0d1b809a9fd9a (diff) | |
download | pluma-d31e2ae713e8dabc24d0432b322093065b7c5831.tar.bz2 pluma-d31e2ae713e8dabc24d0432b322093065b7c5831.tar.xz |
release 1.22.0v1.22.0
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 26 insertions, 3 deletions
@@ -1,6 +1,29 @@ +### pluma 1.22.0 + + tx: sync with transifex + Add update-authors.pl script which helps to update pluma.about + Read authors (updated) from pluma.about file + show enchant version when configure + Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add. + Make translatable the documenters in the about dialog + Ensure proper translation of the about dialog title + initial travis support + Add License button in About Pluma dialog + Make translatable the copyright in about dialog + Update Documenters + remove type & url attr of ulink in translation + remove deprecated help section: Opening a File from a URI + eggsmclient: avoid deprecated 'g_type_class_add_private' + addresses #391 - gets snippet window size before destroying it + simple bug fix of misplaced underscore + disable deprecation warnings for distcheck + move appdata to metainfo directory + pluma-utils: Fix memory leak + pluma-window: Fix memory leaks + ### pluma 1.21.2 - * sync with transifex + * Translations update * tx: update translation sources * Use the same legal.xml file * Use make functions for HELP_LINGUAS diff --git a/configure.ac b/configure.ac index 5dc511a8..7c554bb0 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ 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, 21) -m4_define(pluma_micro_version, 2) +m4_define(pluma_minor_version, 22) +m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |