Opened 2 years ago

Closed 2 years ago

#16554 closed enhancement (fixed)

upower-v0.99.18

Reported by: Bruce Dubbs Owned by: blfs-book
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Xi Ruoyao, 2 years ago

The sed for doc is no longer needed.

But now a test file needs the python module packaging. It only uses one function, parse_version, for comparing the dbusmock version with a threshold and skip some tests if dbusmock is too old. For BLFS we assume a latest dbusmock is used so we can remove the checking by:

sed '/parse_version/d' -i src/linux/integration-test.py

All 54 tests passed for me.

comment:2 by Xi Ruoyao, 2 years ago

Version 0.99.18, Released: 2022-05-17

Changes:

  • Remove broken wakeup DBus API
  • Tag UPS hid devices using hwdb and update list from upstream
  • Only permit Refresh method when in debug mode
  • Refactor device polling
  • Refactor udev device discovery and sibling detection
  • Improved testing and CI
  • Handle SIGTERM to trigger a clean shutdown

Bug fixes:

  • Improve polling of batteries after line-power "online" status change
  • Multiple wacom tablet detection fixes
  • Fix updates after a BT hid power supply moves in sysfs
  • Fix enumeration of "Whats Up!" devices on startup
  • Accept USB power supplies without warning
  • Allow building without gtk-doc

comment:3 by Bruce Dubbs, 2 years ago

Resolution: fixed
Status: newclosed

Fixed at commit d9c3a6d524

Note: See TracTickets for help on using tickets.