From 94618cb836c3213e28c3d75fc6bc458bf6cd59b3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 4 Feb 2018 20:55:47 +0100 Subject: release 1.20 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9a59a1d6..05ef4137 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +### mate-applets 1.20.0 + + * Translations update + * require GTK+ 3.22 and GLib 2.50 + * multiload: Scaling network graph using thresholds defined by user + * multiload: fix tabs/spaces mix in more places + * multiload: fix spacing in some places + * multiload: remove some unneeded spaces + * Revert "Added logic to not send notification if weather update is equal + * Revert "If location changes, abort any outstanding weather updates" + * weather: fix possible crash when opening prefs dialog + ### mate-applets 1.19.4 * Translations update diff --git a/configure.ac b/configure.ac index 982277d7..289acabc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.19.4) +AC_INIT(mate-applets, 1.20.0) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) -- cgit v1.2.1