UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / doc / techlogs / 2003 / RN-3.10.6
blob39d99351471cb87b497742bfddd99fe033c3f986
2           Release Notes for Apcupsd 3.10.6
4 General:
5 This new release has been in the works for over two years,
6 and it represents a significant and fundamental change
7 in apcupsd due to the efforts of Riccardo Faccetti that is the
8 addition of UPS drivers allowing apcupsd to be more easily adapted
9 to different UPS architechtures.
11 Changes since apcupsd 3.10.6
13 - Integrated Alexander Schremmer's stdout fix for Windows --
14   keeps debug printout from being sent to the serial port.
15 - Bob Kuo found a bug that caused a seg fault for newer USB
16   UPSes. The error was that my code walked off the end of a
17   table in linux-usb.c if the USB code was not in the
18   table.
20 Major Changes since version 3.8.6 this Release:
22 - The manual has been totally rewritten/reorganized by
23   Eric S. Raymond. Thanks.
24 - Support for USB UPSes.
25 - Full kill power for USB UPSes is supported if you have
26   a kernel 2.4.22 or higher, or you apply the kernel
27   patch supplied by Sergey Vlasov.  See the examples directory.
28 - Version 3.10.6 (as opposed to 3.8.x) has device specific drivers,
29   and thus can have a much smaller footprint by turning off unused
30   drivers and parts of the code. See the new ./configure options.
31 - There is a new networking driver (net) that uses the NIS interface
32   rather than the older master/slave networking. It is very
33   simple to setup, but has certain disadvantages -- for details 
34   see the manual
35 - Win32 daemons work much better with a new version of cygwin.
36 - Using a special cable (easy to build), you can run your APC
37   USB UPSes in serial mode.
38 - The apctest program has been enhanced to do EEPROM programming in
39   a much more interactive way than the prior versions.
41 Other Changes this Release:
43 - The rpms now build without being root.
44 - A number of bug fixes.
45 - Support for additional systems, UPSes, and cables.
46 - Support for system gd program rather than older version we supply.
47 - pthreads is turned on by default, and we no longer support the
48   old forking version. We have left the code in case anyone needs
49   it, but there is some fixing to do to make it work.
52 Items to note:  !!!!!
53 - The default NIS port has changed from 7000 to 3551. Port 3551 has been
54   officially assigned to apcupsd by IANA.
55 - A number of directive names have changed since 3.8.6, so please check
56   your .conf file carefully, or better yet, rename your old version so    
57   that apcupsd will install the new one, then make any minor modifications
58   that you need.