[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/gtherm][upstream] New upstream version 0.0.3
Henry-Nicolas Tourneur (@hntourne)
gitlab at salsa.debian.org
Sun Nov 7 13:56:25 GMT 2021
Henry-Nicolas Tourneur pushed to branch upstream at Debian On Mobile / gtherm
Commits:
b1032408 by Henry-Nicolas Tourneur at 2021-11-07T13:23:59+00:00
New upstream version 0.0.3
- - - - -
2 changed files:
- cli/gthcli.c
- debian/changelog
Changes:
=====================================
cli/gthcli.c
=====================================
@@ -51,10 +51,11 @@ print_tzone (GthThermalZone *tzone)
g_print (" dbus path: %s\n", gth_thermal_zone_get_path (tzone));
g_print (" type: %s\n", gth_thermal_zone_get_type_ (tzone));
g_print (" temperature: %.2f°C\n", gth_thermal_zone_get_temperature (tzone) / 1000.0);
- if (cdevs && cdevs[0])
+ if (cdevs && cdevs[0]) {
g_print ("cooling devices: %s\n", cdevs[0]);
- for (int i = 1; cdevs[i]; i++)
- g_print (" %s\n", cdevs[i]);
+ for (int i = 1; cdevs[i]; i++)
+ g_print (" %s\n", cdevs[i]);
+ }
g_print ("\n");
}
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+gtherm (0.0.3) byzantium; urgency=medium
+
+ * gthcli: Don't access futher cooling devices if the first one doesn't exist
+
+ -- Guido Günther <agx at sigxcpu.org> Sat, 06 Nov 2021 18:15:03 +0100
+
gtherm (0.0.2) amber-phone; urgency=medium
* Docs cleanups
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gtherm/-/commit/b103240830d051f38cd348ada9649d8dda72a213
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gtherm/-/commit/b103240830d051f38cd348ada9649d8dda72a213
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20211107/db8d0f17/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list