summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-02-04 20:55:47 +0100
committerraveit65 <[email protected]>2018-02-04 20:55:47 +0100
commit94618cb836c3213e28c3d75fc6bc458bf6cd59b3 (patch)
treee7350a602223be7cada9727fbf998e03c7b33a8a
parentcf069ed55c94c73e893b88925ceaebddc23e62f4 (diff)
downloadmate-applets-94618cb836c3213e28c3d75fc6bc458bf6cd59b3.tar.bz2
mate-applets-94618cb836c3213e28c3d75fc6bc458bf6cd59b3.tar.xz
release 1.20v1.20.0
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
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)