From f908ec287773c35245ad53d645d8c67d4755812b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 21 Jan 2020 18:48:15 +0100 Subject: release 1.23.1 --- NEWS | 28 +++++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ea78a3be..e34d85f8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,32 @@ +### mate-applets 1.23.1 + + * update translations + * use ${datadir}/dbus-1/system.d as the default D-Bus config dir + * Update copyright to 2020 + * make the dbus directory configurable + * fix redefined MATELOCALEDIR + * migrate from intltools to gettext + * Initialize "surface" before testing its value to avoid a crash. + * avoid redundant redeclarations + * build: Don't stop building when cpufreq.h isn't available + * drivemount: remove -Wformat-nonliteral warning + * netspeed: remove -Wunused-but-set-variable warning + * cpufreq: remove -Wabsolute-value warning + * build: extend --enable-more-warnings configure flag + * Make cpufreq builds independent from kernel header version. + * timerapplet.c: remove reductant condition + * geyes: avoid memory leak + * multiload: Use /proc/diskstats for NVMe drives + * treat output as utf8 when limiting width. + * command: use MaCommand object + * Make command applet run commands asynchronously + * command: use MaCommand object + * Make command applet run commands asynchronously + * Update FSF address + ### mate-applets 1.23.0 - * tx: sync with transifex + * update translations * Create FUNDING.yml * [ci] Add cppcheck html report * cpufreq: deprecated g_type_class_add_private diff --git a/configure.ac b/configure.ac index cda49767..a54505d7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.23.0) +AC_INIT(mate-applets, 1.23.1) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) -- cgit v1.2.1