diff options
author | raveit65 <[email protected]> | 2018-02-27 11:21:14 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-27 11:38:16 +0100 |
commit | 44ed6dbf2a7cda45f333bf4d894fb4558193cad9 (patch) | |
tree | 7308170af0f30e45938a5cded9d8ab40cd29c1c0 | |
parent | 64e3232ae121027c56673a2cc9af6f4f927bce64 (diff) | |
download | mate-sensors-applet-44ed6dbf2a7cda45f333bf4d894fb4558193cad9.tar.bz2 mate-sensors-applet-44ed6dbf2a7cda45f333bf4d894fb4558193cad9.tar.xz |
release 1.20.1
-rw-r--r-- | NEWS | 36 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 15 deletions
@@ -1,19 +1,27 @@ +### mate-sensors-applet 1.20.1 + + * Translations update + * fix save order of sensors v2 + * prefs-dialog: drop unneeded space in general tab + * prefs-dialog: set a min_width for enable_column + * prefs-dialog: use hscrollbar-policy GTK_POLICY_NEVER + ### 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 + * require GTK+ 3.22 and GLib 2.50 + * build: enable udisk2 plugin again + * Translations update + * 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 diff --git a/configure.ac b/configure.ac index c1e8515..abf9177 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([MATE Sensors Applet], [1.20.0], [http://www.mate-desktop.org], +AC_INIT([MATE Sensors Applet], [1.20.1], [http://www.mate-desktop.org], [mate-sensors-applet]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) |