From e25579ca8a0215c4c19b32c3d0fcd91d93d3e023 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 2 Sep 2019 21:48:03 +0200 Subject: release 1.22.2 --- NEWS | 30 +++++++++++++++++++----------- configure.ac | 2 +- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index 4386b8d..4e9d76d 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,24 @@ +### engrampa 1.22.2 + + * Translations update + * java-utils: Remove blank spaces before reading package name + * glib-utils: Remove unused function - g_ptr_array_copy + * caja extension: fix icon name for compress menu item + * fr-command-unarchiver: ask password if required + ### engrampa 1.22.1 - sync with transifex - Help: replace link linkend with xref linkend - file-utils: avoid out of bound memory access - actions: avoid use of memory after it is freed - fr-process: Fix memory leak: 'g_shell_quote' needs to be freed - fr-process: Fix memory leak: 'g_strconcat' needs to be freed - [Security] fr-process: avoid 'strcpy' and 'strcat' - fr-process: Fix memory leak - Help: Fix version to 1.22 - help: update copyright - Upgrade the manual to docbook 5.0 + * Translations update + * Help: replace link linkend with xref linkend + * file-utils: avoid out of bound memory access + * actions: avoid use of memory after it is freed + * fr-process: Fix memory leak: 'g_shell_quote' needs to be freed + * fr-process: Fix memory leak: 'g_strconcat' needs to be freed + * [Security] fr-process: avoid 'strcpy' and 'strcat' + * fr-process: Fix memory leak + * Help: Fix version to 1.22 + * help: update copyright + * Upgrade the manual to docbook 5.0 ### engrampa 1.22.0 diff --git a/configure.ac b/configure.ac index 9adf960..778ff10 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.22.1], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.22.2], [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