summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-08-22 22:25:32 +0200
committerraveit65 <[email protected]>2023-08-22 22:25:32 +0200
commitd776a618adf85def890a4c73b44ef5683e71c385 (patch)
tree197a8ea2e42409def093ab679a39971f5107fb85
parent91ec8e6c1a07c6dd3b74f40f3bdc53183f177834 (diff)
downloadengrampa-d776a618adf85def890a4c73b44ef5683e71c385.tar.bz2
engrampa-d776a618adf85def890a4c73b44ef5683e71c385.tar.xz
release 1.27.1v1.27.1
-rw-r--r--NEWS34
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 36 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 68557b3..36a411f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+### engrampa 1.27.1
+
+ * update translations
+ * Check if the remaining disk space is sufficient when add extract
+ * Fix MIME detection logic
+ * Update to change the fallback and fix gzip issue
+ * Fixed libmagic bug
+ * Add "Extract to subdirectory" option
+ * Add meson compilation support
+ * Set the current folder of the file chooser dialog using a local file name
+ * Fix failure to extract multiple files
+ * Uniform file chooser dialog margin size
+ * Archive do not track symbolic link
+ * Fix failed restore of saved sessions
+ * Add MIME aliases for gzip and bzip2
+ * Replace deprecated functions and fix compilation warnings
+ * command-7z: Add new 7-zip(7zz and 7zzs) project support
+ * file-utils: Include <strings.h> for strcasecmp
+ * action: Delete unused sort_by_entries code
+ * fr-process: fix memory leak
+ * UI: Remove useless code and file
+ * Fix icon missing when compressing files with the right mouse button
+ * Extract: add the function of automatically closing the dialog box after decompression
+ * zstd: support both old and new mime type
+ * fr-command-rar: Parameter 'line' can be declared with const
+ * Fix archive file save as function
+ * glib-utils: redundant condition
+ * fix: Encrypted documents in all formats cannot be successfully pasted to the
+ specified directory after copying and cutting encrypted files and folders
+ * fix: Encrypted documents in. 7z format cannot delete locked files and folders
+ * fr-window: fix -Wincompatible-pointer-types warning
+ * file-utils: remove unused functions
+ * fr-command-rar: parse date & time using strptime
+
### engrampa 1.27.0
* tx: sync with transifex
diff --git a/configure.ac b/configure.ac
index 2c903f9..2193c2e 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.27.0], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
+AC_INIT([engrampa], [1.27.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])])
diff --git a/meson.build b/meson.build
index 045a041..454dd72 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('engrampa', 'c',
license : 'GPL2+',
- version : '1.27.0',
+ version : '1.27.1',
meson_version : '>=0.43'
)