Skip to content

Commit ffd9f78

Browse files
author
raveit65
committed
release 1.25.1
1 parent 89d1694 commit ffd9f78

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

NEWS

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
### engrampa 1.25.1
2+
3+
* Translations update
4+
* ar: fix filename in file list
5+
* dlg-package-installer: Don't build the path to packages.match
6+
* build: Don't install packages.match when packagekit is disabled
7+
* packages.match: add and run update-packages-match script
8+
* build: don't add twice the file engrampa.appdata.xml to CLEANFILES
9+
* rar 6.00: fix listing archive content with encrypted file list
10+
* i18n: use g_dngettext instead of ngettext
11+
* build: allow users to disable gettext support (--disable-nls)
12+
* build: Use PACKAGE_URL variable
13+
* build: display package name and version in configure summary
14+
* build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
15+
* update resource for transifex
16+
* Update copyright to 2021
17+
* Remove cppcheck warnings about the variable scope can be reduced
18+
* update issue template
19+
* update issue template
20+
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
21+
* fr-archive: Fix memory leak
22+
* Add Electronic Publication (EPUB) support
23+
* Remove unused macros
24+
* update.ui: missing on_update_file_ok_button_clicked handler
25+
* fr-command-unarchiver: Remove trailing spaces
26+
* Avoid memory leak in java utils
27+
* Do not use stock icons in ui files (#392)
28+
* Update compilation instructions
29+
130
### engrampa 1.25.0
231

332
* Translations update

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.61)
44

5-
AC_INIT([engrampa], [1.25.0], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
5+
AC_INIT([engrampa], [1.25.1], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
66
AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news])
77
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
88

0 commit comments

Comments
 (0)