From ffd9f787959af837b5898107b7649474e0967626 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 5 Jun 2021 00:03:32 +0200 Subject: release 1.25.1 --- NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index caf75f3..5d499d1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +### engrampa 1.25.1 + + * Translations update + * ar: fix filename in file list + * dlg-package-installer: Don't build the path to packages.match + * build: Don't install packages.match when packagekit is disabled + * packages.match: add and run update-packages-match script + * build: don't add twice the file engrampa.appdata.xml to CLEANFILES + * rar 6.00: fix listing archive content with encrypted file list + * i18n: use g_dngettext instead of ngettext + * build: allow users to disable gettext support (--disable-nls) + * build: Use PACKAGE_URL variable + * build: display package name and version in configure summary + * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME + * update resource for transifex + * Update copyright to 2021 + * Remove cppcheck warnings about the variable scope can be reduced + * update issue template + * update issue template + * Remove USE_MATE2_MACROS from autogen.sh (legacy) + * fr-archive: Fix memory leak + * Add Electronic Publication (EPUB) support + * Remove unused macros + * update.ui: missing on_update_file_ok_button_clicked handler + * fr-command-unarchiver: Remove trailing spaces + * Avoid memory leak in java utils + * Do not use stock icons in ui files (#392) + * Update compilation instructions + ### engrampa 1.25.0 * Translations update diff --git a/configure.ac b/configure.ac index 87aed9d..d419e6a 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.25.0], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org]) +AC_INIT([engrampa], [1.25.1], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://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])]) -- cgit v1.2.1