summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-01-21 16:16:32 +0100
committerraveit65 <[email protected]>2020-01-21 16:16:32 +0100
commite2c34c4100893dc1854a19342daebc8335c9bfba (patch)
treed1cb7a0919662b06bc9a24d6850697086e630075
parent1cd58fb868f3d61c5fbfd1f6665b27f7370509b5 (diff)
downloadengrampa-e2c34c4100893dc1854a19342daebc8335c9bfba.tar.bz2
engrampa-e2c34c4100893dc1854a19342daebc8335c9bfba.tar.xz
release 1.23.3v1.23.3
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 981e356..21c3ad9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,24 @@
+### engrampa 1.23.3
+
+ * Translations update
+ * Update copyright to 2020
+ * fr-command-rpm: Use rpm2cpio binary shipped with rpm package
+ * help: pull updated Italian translation with fixed msgstr
+ * add source rpm to supported mime-types
+ * use cpio if no binary is found
+ * add a configure environment variable to select the cpio path
+ * 7z: Don't set the work directory, i.e. use temporary directory
+ * Check if a mime-type is an alias in compute_supported_archive_types
+ * define LOCALEDIR for bindtextdomain()
+ * migrate from intltool to gettext
+ * Clean file type selection in new archive dialog
+ * pull fixed Italian language for user-guide
+ * Automatically sets the maximum size of static arrays
+ * Fix localized pause UI logic
+
### engrampa 1.23.2
- * tx: sync with transifex
+ * Translations update
* LHA: add test for checking compressed file integrity
* Add application/(x-compress|x-rpm|x-lzh-compressed) in local magic
* Show archive type in properties dialog
@@ -39,7 +57,7 @@
### engrampa 1.23.1
- * tx: sync with transifex
+ * Translations update
* java-utils: Remove blank spaces before reading package name
* fr-command-lrzip: Fix empty string check
* Redundant redeclaration of ‘fr_command_is_capable_of’
@@ -56,7 +74,7 @@
### engrampa 1.23.0
- * tx: sync with transifex
+ * Translations update
* Remove trailing whitespaces
* Update FSF address
* [ci] Add cppcheck html report
diff --git a/configure.ac b/configure.ac
index 505f880..3a15da1 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.23.2], [http://www.mate-desktop.org/])
+AC_INIT([engrampa], [1.23.3], [http://www.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])])