File psensor.changes of Package psensor
-------------------------------------------------------------------
Tue Aug 24 02:51:11 UTC 2021 - malcolmlewis@opensuse.org
- Update to version 1.2.1+13:
* Fix gcc warning about misleading indentation.
-------------------------------------------------------------------
Tue Dec 15 01:19:19 UTC 2020 - malcolmlewis@opensuse.org
- Update to version 1.2.1+11:
* Added change information in the NEWS file.
* Fix compilation with microhttpd since version 0.9.71 which
changes the return type of the cbk.
* Changed icons to better, higher resolution ones.
* Fixed unity count not visible.
* Changed copyright end date to 2020.
* Translation updates.
-------------------------------------------------------------------
Tue Dec 10 00:56:22 UTC 2019 - malcolmlewis@opensuse.org
- Update to version 1.2.0+git20191102.abf3533:
* Update rsensor.c: drop is_error macro definition. New json-c
13.1 removed bits.h inclusion, deprecating de facto all the
definitions inside. is_error is defined as
"#define is_error(ptr) (ptr == NULL)".
* Fixed link syntax.
* Readme as markdown format.
* Fixed potential race condition during graph drawing (Mark S.).
* Upgrade copyright end date.
* Fixed missing spacing.
* Checkpatch assume this file exists.
* Reduced too long lines.
* Updated the code checker and turn off some too much pedantic
warnings.
- Drop psensor-fix-implicit-declaration.patch as this has been
upstreamed.
-------------------------------------------------------------------
Fri Mar 15 15:33:23 UTC 2019 - malcolmlewis@opensuse.org
- Add psensor-fix-implicit-declaration.patch: Fix implicit
declaration of function error.
-------------------------------------------------------------------
Sun Nov 26 18:28:06 UTC 2017 - malcolmlewis@opensuse.org
- Updated to version 1.2.0:
* Added tooltip explaining why a setting is not available.
* Removed support of old AppIndicator library < 3.0.
* Fixed memory leaks in appindicator support when sensor
preferences are changed.
* Changes of sensors preferences are applied immediately.
* Avoid multiple sensor preferences dialog at the same time.
* Support max/min sensor information from providers.
* Fixed string not translatable. (LP#138076).
* Added a default high threshold for temperature.
* Made help2man optional.
* New dconf settings +default-high-threshold-temperature+,
and +default-sensor-alarm-enabled+.
* Fixed memory leaks due to glib GError.
* Fixed GtkDialog mapped without a transient parent
(LP#1642696).
* Translation updates.
-------------------------------------------------------------------
Mon Aug 8 22:28:04 UTC 2016 - malcolmlewis@opensuse.org
- Update to version 1.1.5:
+ Fixed CPU overuse (lp#1582930).
- Changes from version 1.1.4:
+ psensor-server: avoid to retrieve files which are not under the
webserver directory.
+ Fixed compilation failure for MHD_create_response_from_buffer
which has been deprecated.
-------------------------------------------------------------------
Sun Jun 21 17:16:47 UTC 2015 - malcolmlewis@opensuse.org
- Initial build.