wmacpi: Bump to version 1.99r5.wmacpi-1.99r5
commit38bd8835234c068028b6b80dea54ddad366e4b46
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Mon, 18 Aug 2014 22:56:19 +0000 (18 17:56 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 19 Aug 2014 17:13:57 +0000 (19 18:13 +0100)
treee4211a542ce58bce273917fbe290560d8294b57e
parente5eb888b1f4748aab21adeaa3c5897d7a0e4c163
wmacpi: Bump to version 1.99r5.

Source obtained from http://sourceforge.net/projects/wmacpi/files/.

2004 April 23 1.99r5
Collected fixes for the collected fixes below . . .

* Manpage fixes, to reflect the reality of the current code.

* Code cleanups, to make a few things more sensible. Most notably,
the interface for setting the samplerate has changed so that it's
no longer inverted and illogical - you now say how many times you
want to sample per minute.

* Fixed an issue with initialisation - I'd moved the power_init()
call below the options parsing code, without dealing with the -m
option properly. The end result was that if you told it to monitor
a battery number, it would fail saying the battery didn't exist. I
moved the check for this out of the options parsing and after the
power_init() call.

* Fixed a leaking file descriptor in init_ac_adapters.

* Implemented a way to handle changing batteries - reinitialise
the battery info periodically. I don't know of a better way to do
that, since we'd have to do all that parsing anyway to find out if
it had changed . . .

libdockapp is waiting, but I think that's the only change left
without more bug repots . . .
wmacpi/ChangeLog
wmacpi/acpi.c
wmacpi/libacpi.c
wmacpi/libacpi.h
wmacpi/wmacpi.1
wmacpi/wmacpi.c