diff options
author | raveit65 <[email protected]> | 2018-02-04 20:55:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-04 20:55:47 +0100 |
commit | 94618cb836c3213e28c3d75fc6bc458bf6cd59b3 (patch) | |
tree | e7350a602223be7cada9727fbf998e03c7b33a8a | |
parent | cf069ed55c94c73e893b88925ceaebddc23e62f4 (diff) | |
download | mate-applets-94618cb836c3213e28c3d75fc6bc458bf6cd59b3.tar.bz2 mate-applets-94618cb836c3213e28c3d75fc6bc458bf6cd59b3.tar.xz |
release 1.20v1.20.0
-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) |