UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / doc / techlogs / 2001 / kes03Aug01
blobe264069270bf034c9e664049347234b5c1860e5b
1                 Technical notes on version 3.9.3 
2                         03 August 2001
3                         Kern Sibbald
5 General:
6 - Improvements in master/slave timeout detection and error
7   messages.
8 - New master connect/disconnect events (accontrol).
9 - Additional master/slave documentation.
10 - Document USB.
12 Changes submitted this submission:
13 - Create new events "masterconnect" and "mastertimeout", which
14   are triggered when a slave detects that the master has connected
15   and timedout respectively.
16 - Add mastertimeout and masterconnect scripts to etc.
17 - Cleanup the POWERFAIL file write as suggested by Neil.
18 - Add additional detail to master/slave error messages (in many cases
19   the errno is now printed).
20 - Implement select() on accept() and on read() in master and slave
21   to permit timing out master/slave.
22 - Implement CommLost status for master/slave communications.
23 - Fixed SuSE start/stop symbolic linking.  
24 - Implemented a generic apccontrol, which is placed in the 
25   distribution directory. If a platform wants a customized version
26   (openbsd, freebsd, sun), simply place the apccontrol in the 
27   platform subdirectory and ensure that configure.in knows which
28   one to make.