Skip to content

Commit

Permalink
release 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Sep 23, 2019
1 parent 839c5ef commit 982e7b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
### pluma 1.22.2

* Translations update
* smart-converter: Fix memory leaks
* spell-checker plugin: add missing translation (i18n)

### pluma 1.22.1

* tx: sync with transifex
* Translations update
* update installation instructions and fix spelling and old reference
* Help: replace link linkend with xref linkend
* help: update copyright
Expand All @@ -9,7 +15,7 @@

### pluma 1.22.0

* tx: sync with transifex
* Translations update
* Add update-authors.pl script which helps to update pluma.about
* Read authors (updated) from pluma.about file
* show enchant version when configure
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)

m4_define(pluma_major_version, 1)
m4_define(pluma_minor_version, 22)
m4_define(pluma_micro_version, 1)
m4_define(pluma_micro_version, 2)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)

AC_INIT([pluma], [pluma_version],
Expand Down

0 comments on commit 982e7b1

Please sign in to comment.