Skip to content

Commit 3cc3898

Browse files
committed
release 1.26.2
1 parent 4e0906a commit 3cc3898

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### engrampa 1.28.2
2+
3+
* Fix extract of encrypted archives
4+
* Fix volume split button in "Compress" window
5+
* src/file-utils.c: Fix "error: implicit declaration of function ‘strcasecmp’..."
6+
* fr-process.c: Setting error status
7+
18
### engrampa 1.28.1
29

310
* Distribute Meson build system

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.28.1], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
5+
AC_INIT([engrampa], [1.28.2], [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

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('engrampa', 'c',
22
license : 'GPL2+',
3-
version : '1.28.1',
3+
version : '1.28.2',
44
meson_version : '>=0.43'
55
)
66

0 commit comments

Comments
 (0)