Skip to content

Commit 6e731ef

Browse files
author
raveit65
committed
release 1.25.1
1 parent ad1bb7f commit 6e731ef

2 files changed

Lines changed: 55 additions & 1 deletion

File tree

NEWS

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
### mate-applets 1.25.1
2+
3+
* update translations
4+
* accessx-status: add src and data folders
5+
* accessx-status: Simplify icons installation
6+
* geyes: Use common subdirs - src, icons, data
7+
* command: Use common subdirs - src, data
8+
* Remove -Wtype-limits warnings
9+
* netspeed: Simplify icons/Makefile.am
10+
* netspeed: Load netspeed-menu.xml from resources
11+
* netspeed: move ui files to data folder
12+
* battstat: Rewrite preference dialog from scratch
13+
* battstat: invalidScanfArgType_int cppcheck warnings (/proc/apm)
14+
* cpufreq: Remove warning about unreachable code reported by scan-build
15+
* cpufreq: -1 indicates error obtaining max frequency
16+
* cpufreq: Update cpufreq-preferences.ui
17+
* cpufreq: remove builder_DATA, ui_DATA variables from EXTRA_DIST
18+
* cpufreq: avoid deprecated GtkAlignment
19+
* cpufreq: create all needed widgets only once
20+
* cpufreq: fix code-style
21+
* geyes: Load menu from resources
22+
* charpick: Load menu from resources
23+
* cpufreq: Load menu and ui file from resources
24+
* multiload: Use the id instead of the name to identify the graph type
25+
* multiload: Display the percentage used accurately on tooltip
26+
* accessx-status: Load menu from resources
27+
* battstat: Fix memory leak
28+
* battstat: Reduce the dynamically allocated memory
29+
* battstat: Free only dynamically allocated memory
30+
* netspeed: remove warning about g_object_disconnect on remove it from panel
31+
* Netspeed kernel warning (#510)
32+
* netspeed: Add netspeed-details.ui
33+
* netspeed: fix memory leaks on backend
34+
* charpick: Fix memory leak reported by clang static analyzer
35+
* mateweather: Add mateweather-dialog.ui in POTFILES.in
36+
* mateweather: Add mateweather-dialog.ui
37+
* multiload: code formatting - global.h
38+
* multiload: the initialization of the variable is not really used
39+
* multiload: set and check the ranges for all network thresholds
40+
* multiload: Do not add the same global variables within all graphs
41+
* stickynotes: Fix -Wformat-nonliteral warning
42+
* multiload: Fix memory leak
43+
* netspeed: Use a macro for setting refresh time value
44+
* netspeed: Use IEC units for transfer rates
45+
* netspeed: add netlink support
46+
* Remove warning about assigned value is never used reported by cppcheck
47+
* battstat: warning about boolean algebra reported by cppcheck
48+
* Remove unused variable warning reported by cppcheck
49+
* command: Remove runtime warning about invalid icon size 24
50+
* battstat: bump upower required version and drop legacy code
51+
* batstatt: fix deprecated up_client_get_devices
52+
* Guard block is missing
53+
* geyes: Add themes.ui
54+
155
### mate-applets 1.25.0
256

357
* update translations

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl ***************************************************************************
22
dnl *** configure.in for MATE-APPLETS ***
33
dnl ***************************************************************************
4-
AC_INIT(mate-applets, 1.25.0)
4+
AC_INIT(mate-applets, 1.25.1)
55
AC_PREREQ(2.59)
66

77
AC_CONFIG_HEADERS(config.h)

0 commit comments

Comments
 (0)