UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / doc / techlogs / 2003 / kes-3.10.4
blob6165e20fbccd3320fbd994f81d65b1d3e72f2e0f
1              Technical notes on version 3.10.4
2                        02 February 2003
3                         Kern Sibbald
5 General:
6 - Added error messages if old master/slave code called.
7 - Reworked the messages for ./configure --help to be aligned and
8   clearer for networking and master/slave
9 - A number of important patches all supplied by Mirko Doelle.
10 - Moved technotes for 2001 and 2002 into respective directories.
11 - Created a new kes-3.10.4 file to which I will append if there
12   are additional changes to 3.10.4. This will reduce the number
13   of release note files.
15 Changes submitted this submission:
16 28Jan03
17 - Fixed a lot of problems in the Win32 build (improper #ifdefing,
18   missing prototypes, inet_pton not properly ifdeffed. Header files
19   that are not available, ...)
20 - Modified make distclean to remove CVS directories (or most of them).
21 21Jan03
22 - Added error messages if old master/slave code called.
23 - Reworked the messages for ./configure --help to be aligned and
24   clearer for networking and master/slave
25 - A number of important patches all supplied by Mirko Doelle.
26 - Moved technotes for 2001 and 2002 into respective directories.
27 - Created a new kes-3.10.4 file to which I will append if there
28   are additional changes to 3.10.4. This will reduce the number
29   of release note files.
31 19Jan03
32 - Fixed hangs in usb driver startup when could not open port by
33   releasing the ups structure lock before the Error_abort calls.
34   Thanks to Mirko Doelle for reporting this.
35 - Fixed the default path for mkinstalldirs from $(topdir) to
36   $(topdir)/autoconf.  Reported by Mirko.
37 - Fixed configure.in to always create platform/apccontrol. Previously
38   it was not being created for Debian. Reported by Mirko.
39 - Removed Debian specific installation of apccontrol. Reported by
40   Mirko.
41 - Implemented code to display the apcupsd events with the most recent
42   first. Code sent by Mirko, but I modified it slightly.