UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / doc / techlogs / 3.8.2 / kes21Jun01
blobd92be0bc1d42feb9bacd54884da54abeea5625a8
1              Technical notes on version 3.8.2Beta13
2                         21 June 2001
3                         Kern Sibbald
5 General:
6 - Fixed bug in creation of PWRFAIL file. Thanks to
7   José for his excellent testing efforts.
8 - Cleaned up configuration of PWRFAILDIR in 
9   distribution files.
10 - Fixed installation of multimon.css
11 - Implemented localtime_r() for Win32 systems.
13 Changes submitted this submission:
14 - Due to inconsistencies in the way filenames
15   were constructed, the powerfail path required
16   a trailing slash. Without the slash, the path
17   and the filename were run together, as was
18   the default case.  This is now fixed.
19   This bug (since approximately Beta8) prevented
20   the UPS power from being shutoff.
21 - If the powerfail file or nologin file cannot
22   be created, a log message is generated with
23   the reason (e.g. read-only filesystem).
24 - Cleaned up some PTHREADS flags on the FreeBSD
25   system as suggested by Neil.
26 - Noticed that a number of installation scripts 
27   did not get modified to handle the powerfail
28   file configuration. (HPUX, Sun, unknown, Alpha,
29   Debian, OpenBSD, RedHat, Slackware, SuSe)
30 - Corrected the bug in the installation of the
31   multimon.css file. It should now install corrrectly
32   on all systems.
33 - Added _THREAD_SAFE and _REENTRANT flags to compiles 
34   for threaded version (thanks Neil).
35 - Added code to implement localtime_r() on Win32 systems
36   since it does not exist in libc.