From f30402084780b89859dc2000afabe2bc3f73076c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 31 Jan 2018 13:32:34 +0100 Subject: release 1.20 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5bb4cbc..cb74939 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +### mate-sensors-applet 1.20.0 + + require GTK+ 3.22 and GLib 2.50 + build: enable udisk2 plugin again + sync with transifex + Remove deprecated udisks plugin + udisks plugin: fix memory management for GValue variables + Remove deprecated eee plugin + Fix popup shower on removed HDD + ibm-acpi.c: Fix build warning: + eee-plugin.c: Fix build warning: + active-sensor.c: Fix build warning: + sensors-applet.c: Fix build warning: + update copyright year to 2018 + Fix indents + Fix project cleanup + ### mate-sensors-applet 1.19.1 * Translations update diff --git a/configure.ac b/configure.ac index a94680d..c1e8515 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([MATE Sensors Applet], [1.19.1], [http://www.mate-desktop.org], +AC_INIT([MATE Sensors Applet], [1.20.0], [http://www.mate-desktop.org], [mate-sensors-applet]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) -- cgit v1.2.1