summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* xfce4-cpufreq-plugin: upgrade 1.2.5 -> 1.2.7Andreas Müller2022-04-061-0/+8
Release notes for 1.2.7 ======================= - Use locale-independent floats in configuration files - Fix translations not showing in the GUI - Translation Updates Release notes for 1.2.6 ======================= Besides the bug fixes and feature updates listed below, this release migrates the source code from C to C++ in order to increase type-safety, to use reference counting and containers for semi-automatic memory management where possible, and to slightly improve source code readability. - Update README - Prevent cur_freq sysfs reads from stalling plugin initialization - Enable fractional update internals - Prevent sysfs read latency from interfering with GUI updates - Improve static type-safety of signal handlers - Replace C pointers with reference-counted pointers - Cleanup configuration files - Bump libxfce4panel requirement from 4.12 to 4.14 - Update copyright year - Bump required xdt-autogen version to 4.14.0 - Update configure.ac.in syntax - Update and sort the list of authors - Manually update %d to %zu in translations - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>