Skip to content

Commit 1f1fb3c

Browse files
author
raveit65
committed
release 1.28.0
1 parent 00b19b8 commit 1f1fb3c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

NEWS

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### engrampa 1.28.0
2+
3+
* update translations
4+
* Use unar instead of cpio for CPIO archives
5+
* Add correct jar mime type
6+
* Fix double URI escaping
7+
* Escapes a string for use in a URI. replace special "# and ?" characters in uri
8+
* rar: Actually accept unrar-free as the executable name
9+
* rar: Add support for unrar-free
10+
* rar: Fix out of bounds read on malformed output
11+
* rar: Simplify and merge duplicate code
12+
* zip: Fix crashes on buggy zip output
13+
* 7z: Fix accepting RAR archives when unar-open-zip=true
14+
* correct translation string
15+
* Fix Segfault on opening .deb files after recent Debian Unstable updates
16+
* fix warning in Japanese translations
17+
118
### engrampa 1.27.1
219

320
* update translations

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.27.1], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
5+
AC_INIT([engrampa], [1.28.0], [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.27.1',
3+
version : '1.28.0',
44
meson_version : '>=0.43'
55
)
66

0 commit comments

Comments
 (0)