From b37773ded4dd15c7591a2e40e4c2e40ba9341c8f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 2 Sep 2019 20:57:36 +0200 Subject: release 1.23.1 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 00b12f7..b36c29e 100644 --- a/NEWS +++ b/NEWS @@ -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])]) -- cgit v1.2.1