diff options
author | raveit65 <[email protected]> | 2019-09-02 20:57:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-02 20:57:36 +0200 |
commit | b37773ded4dd15c7591a2e40e4c2e40ba9341c8f (patch) | |
tree | add1bcb9cadfc854f658dad79104a16782c522f2 | |
parent | 8fb12d38466d09e69555730e42b17f70210bfceb (diff) | |
download | engrampa-b37773ded4dd15c7591a2e40e4c2e40ba9341c8f.tar.bz2 engrampa-b37773ded4dd15c7591a2e40e4c2e40ba9341c8f.tar.xz |
release 1.23.1v1.23.1
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +### engrampa 1.23.1 + + * tx: sync with transifex + * java-utils: Remove blank spaces before reading package name + * fr-command-lrzip: Fix empty string check + * Redundant redeclaration of ‘fr_command_is_capable_of’ + * comparison of unsigned expression >= 0 is always true + * gtk-utils: Remove unused wrapper for gtk_builder_new_from_file + * glib-genmarshal warning: BOOL token is deprecated + * comparison of integers of different signs: 'int' and 'guint' + * glib-utils: Remove unused function - g_ptr_array_copy + * return sentence won't be never executed as it's preceded by exit + * Add zcompress support + * caja extension: fix icon name for compress menu item + * fr-window: remove unused struct members + * fr-command-unarchiver: ask password if required + ### engrampa 1.23.0 * tx: sync with transifex diff --git a/configure.ac b/configure.ac index 3f25dc3..c2e6238 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.0], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.23.1], [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])]) |