diff options
-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.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) |