diff options
author | raveit65 <[email protected]> | 2019-04-22 20:12:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-22 20:12:13 +0200 |
commit | 86f75af1b735af8bc779dc564cd31e99a08e53c7 (patch) | |
tree | dd7ac26f2e883f1f700ab8f67935c13f3f333deb | |
parent | b59b24872cd83b572beb7094ef66a06ab0fb8c17 (diff) | |
download | mate-applets-1.22.1.tar.bz2 mate-applets-1.22.1.tar.xz |
release 1.22.1v1.22.1
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +### mate-applets 1.22.1 + + * update translations + * Use g_list_free_full() convenience function + * Fix use-after-free clang warning + * help: update copyright + * Help: Use XInclude instead of ENTITY for legal.xml + * assignment discards 'const' qualifier from pointer target type + * Make translatable documenters in about dialog + * Make translatable copyright info in about dialog + * Ensure proper translation of the about dialog title + ### mate-applets 1.22.0 * update translations diff --git a/configure.ac b/configure.ac index 35195b83..dbcfb66c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.22.0) +AC_INIT(mate-applets, 1.22.1) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |