diff options
author | raveit65 <[email protected]> | 2018-12-11 18:06:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-11 18:06:55 +0100 |
commit | 7f9434ec65dffc154505edc042514ef47f805c8a (patch) | |
tree | d187214d5ebdb542846762a795cb91b5c9637f2f | |
parent | dc0f4902c148b1a39ce814a5d69ba28f23819224 (diff) | |
download | engrampa-7f9434ec65dffc154505edc042514ef47f805c8a.tar.bz2 engrampa-7f9434ec65dffc154505edc042514ef47f805c8a.tar.xz |
release 1.20.2v1.20.2
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 2 deletions
@@ -1,6 +1,18 @@ +### engrampa 1.20.2 + + * disable deprecation warnings for distcheck + * Translations update + * Use make functions for HELP_LINGUAS + * Replace -Dokumentationsprojekt with Documentation Project + * Manual: Update file format descriptions using shared-mime-info + * Fix url of ulinks to point to mate-user-guide + * UNIX and Linux systems -> Linux and UNIX-like systems + * tx: add engrampa help to transifex config + * fr-window: fix typo + ### engrampa 1.20.1 - * sync with transifex + * Translations update * Add .a (Ar) support * fix crash on exit after using Open With dialog diff --git a/configure.ac b/configure.ac index 20ba53c..914e0a7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([engrampa], [1.20.1], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.20.2], [http://www.mate-desktop.org/]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |