diff options
author | raveit65 <[email protected]> | 2020-01-21 18:48:15 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-21 18:48:15 +0100 |
commit | f908ec287773c35245ad53d645d8c67d4755812b (patch) | |
tree | 002ab2fc99653a7c2b54f1a61f302b06acca7855 | |
parent | 1b7d48dc58e648c16b71379ec77c067e23e11604 (diff) | |
download | mate-applets-f908ec287773c35245ad53d645d8c67d4755812b.tar.bz2 mate-applets-f908ec287773c35245ad53d645d8c67d4755812b.tar.xz |
release 1.23.1v1.23.1
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 28 insertions, 2 deletions
@@ -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) |