Skip to content

Commit

Permalink
release 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 11, 2020
1 parent ad1bb7f commit 6e731ef
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
### mate-applets 1.25.1

* update translations
* accessx-status: add src and data folders
* accessx-status: Simplify icons installation
* geyes: Use common subdirs - src, icons, data
* command: Use common subdirs - src, data
* Remove -Wtype-limits warnings
* netspeed: Simplify icons/Makefile.am
* netspeed: Load netspeed-menu.xml from resources
* netspeed: move ui files to data folder
* battstat: Rewrite preference dialog from scratch
* battstat: invalidScanfArgType_int cppcheck warnings (/proc/apm)
* cpufreq: Remove warning about unreachable code reported by scan-build
* cpufreq: -1 indicates error obtaining max frequency
* cpufreq: Update cpufreq-preferences.ui
* cpufreq: remove builder_DATA, ui_DATA variables from EXTRA_DIST
* cpufreq: avoid deprecated GtkAlignment
* cpufreq: create all needed widgets only once
* cpufreq: fix code-style
* geyes: Load menu from resources
* charpick: Load menu from resources
* cpufreq: Load menu and ui file from resources
* multiload: Use the id instead of the name to identify the graph type
* multiload: Display the percentage used accurately on tooltip
* accessx-status: Load menu from resources
* battstat: Fix memory leak
* battstat: Reduce the dynamically allocated memory
* battstat: Free only dynamically allocated memory
* netspeed: remove warning about g_object_disconnect on remove it from panel
* Netspeed kernel warning (#510)
* netspeed: Add netspeed-details.ui
* netspeed: fix memory leaks on backend
* charpick: Fix memory leak reported by clang static analyzer
* mateweather: Add mateweather-dialog.ui in POTFILES.in
* mateweather: Add mateweather-dialog.ui
* multiload: code formatting - global.h
* multiload: the initialization of the variable is not really used
* multiload: set and check the ranges for all network thresholds
* multiload: Do not add the same global variables within all graphs
* stickynotes: Fix -Wformat-nonliteral warning
* multiload: Fix memory leak
* netspeed: Use a macro for setting refresh time value
* netspeed: Use IEC units for transfer rates
* netspeed: add netlink support
* Remove warning about assigned value is never used reported by cppcheck
* battstat: warning about boolean algebra reported by cppcheck
* Remove unused variable warning reported by cppcheck
* command: Remove runtime warning about invalid icon size 24
* battstat: bump upower required version and drop legacy code
* batstatt: fix deprecated up_client_get_devices
* Guard block is missing
* geyes: Add themes.ui

### mate-applets 1.25.0

* update translations
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for MATE-APPLETS ***
dnl ***************************************************************************
AC_INIT(mate-applets, 1.25.0)
AC_INIT(mate-applets, 1.25.1)
AC_PREREQ(2.59)

AC_CONFIG_HEADERS(config.h)
Expand Down

0 comments on commit 6e731ef

Please sign in to comment.