diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +### 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 + ### engrampa 1.22.0 * Translations update diff --git a/configure.ac b/configure.ac index 926b3e9..9adf960 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.0], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.22.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])]) |