meta-openembedded/meta-xfce
Andreas Müller 0de055c69d xfce4-sensors-plugin: upgrade 1.4.1 -> 1.4.2
Release notes for 1.4.2
=======================
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.

- Prevent overlap of tachometer titles
- Improved standalone app layout
- Fix crash in hddtemp codepath with a SATA SSD drive
- Increase default temperature ranges of HDDs and NVIDIA GPUs by 10℃
- Remove default values from RC configuration files
- Suppress title after the user adds the 1st sensor
- Remove hard-coded limits restricting the maximum number of sensors
- Test all possible build configurations using brute-force search
- Use xfce4::connect instead of the less safe g_signal_connect
- Enable lm_sensors in GitLab distcheck
- Fix memory leaks
- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20 12:07:09 -08:00
..
classes xfce.bbclass: Mark string as raw in a regexp 2021-10-16 08:25:21 -07:00
conf layer.conf: Update to honister 2021-08-03 10:21:25 -07:00
recipes-apps ristretto: upgrade 0.11.0 -> 0.12.0 2021-11-20 12:07:09 -08:00
recipes-art Convert to new override syntax 2021-08-03 10:21:25 -07:00
recipes-bindings/vala Convert to new override syntax 2021-08-03 10:21:25 -07:00
recipes-core/images core-image-minimal-xfce: Use graphical.target as default 2021-04-15 09:28:43 -07:00
recipes-extended/imsettings Convert to new override syntax 2021-08-03 10:21:25 -07:00
recipes-multimedia Convert to new override syntax 2021-08-03 10:21:25 -07:00
recipes-panel-plugins xfce4-sensors-plugin: upgrade 1.4.1 -> 1.4.2 2021-11-20 12:07:09 -08:00
recipes-thunar-plugins Convert to new override syntax 2021-08-03 10:21:25 -07:00
recipes-xfce Convert to new override syntax 2021-08-03 10:21:25 -07:00
README README: update to main repo 2021-09-27 11:34:55 -07:00

This layer depends on:

URI: git://git.openembedded.org/openembedded-core
branch: master

URI: git://git.openembedded.org/meta-openembedded
branch: master

meta-xfce depends on meta-oe, meta-gnome and meta-multimedia in this repository.

To avoid dependencies on meta-multimedia you need to mask recipes by adding
this to local.conf:

BBMASK = "meta-xfce/recipes-multimedia"

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-xfce]' in the subject'

When sending single patches, please using something like:
git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-xfce][PATCH'

Layer maintainer: Kai Kang <kai.kang@windriver.com>