forked from chaos/powerman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
423 lines (269 loc) · 16 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
=========================================================================
Release Notes for PowerMan version 2.3.24 23 Oct 2015
=========================================================================
* Don't pacakge /var/run/powerman; let systemd manage it [TOSS-2987]
* Cleanup: drop trailing whitespace
=========================================================================
Release Notes for PowerMan version 2.3.23 08 Jun 2015
=========================================================================
* Build: silence CC lines, fix AC_LANG_CONFTEST warnings, fix $(EXEEXT)
warnings.
* Build: install System V init scripts if --with-systemdsystemunitdir
is not configured and include both in EXTRA_DIST.
* Build: re-enable 'make check' unit tests.
* Build: fix some 'make distcheck' issues, but until unit tests are fixed
to find *.exp and *.conf files in $(srcdir), this will still fail.
* RPM: configure genders, httppower, snmppower, and tcp-wrappers
unconditionally; update URL.
=========================================================================
Release Notes for PowerMan version 2.3.22 01 Jun 2015
=========================================================================
* Assorted build system fixes to allow 'make distcheck'
and Koji builds on RHEL 7 to work.
* Note: unit tests temporarily disabled pending rework.
[This release was not distributed as it was incomplete for RHEL 7/Koji]
=========================================================================
Release Notes for PowerMan version 2.3.21 29 May 2015
=========================================================================
* Added systemd unit file (bacaldwell, gc issue #42)
SystemVinit script support is dropped.
* Build against -lnetsnmp not -lsnmp (TOSS-2815)
* Add raritan-px5523.dev (Daryl Granau, TOSS-2486)
=========================================================================
Release Notes for PowerMan version 2.3.20 26 Aug 2014
=========================================================================
* add dist tag to release (TOSS-2667)
* Minor automake updates
=========================================================================
Release Notes for PowerMan version 2.3.19 25 Aug 2014
=========================================================================
* Added apc8941.dev (TOSS-2658, Tim Randles)
=========================================================================
Release Notes for PowerMan version 2.3.18 21 Aug 2014
=========================================================================
* Stop tracking autotools products
* Add README.md for github move
=========================================================================
Release Notes for PowerMan version 2.3.17 27 Mar 2013
=========================================================================
* Fix powerman-stonith script to handle aliased plugs and
add regression testing for it (TOSS-1962)
=========================================================================
Release Notes for PowerMan version 2.3.16 04 Oct 2012
=========================================================================
* Fix duplicate node name (issue 35)
Pulled in another hostlist fix (Mark Grondona)
* Fix powerman stonith OFF should verify plug state (chaos bz 1439)
=========================================================================
Release Notes for PowerMan version 2.3.15 05 Sep 2012
=========================================================================
* Added ipmipower-serial.dev [Al Chu]
=========================================================================
Release Notes for PowerMan version 2.3.14 10 Aug 2012
=========================================================================
* Fix issue 34: duplicate node name in configuration file
Updated hostlist code to the latest which fixes this issue.
=========================================================================
Release Notes for PowerMan version 2.3.13 20 Jun 2012
=========================================================================
* Updated appro-gb2.dev per Appro
* Add suport for Baytech RPC22 (Olof Johansson)
=========================================================================
Release Notes for PowerMan version 2.3.12 13 Jan 2012
=========================================================================
* Add support for Raritan px4316 (chaos bz 1276)
* Add support for DLI web power switches III and IV [Gaylord Holder]
* Add --single-cmd option to plmpower (issue 7) [Ira Weiny]
* Minor documentation updates
=========================================================================
Release Notes for PowerMan version 2.3.11 01 Sep 2011
=========================================================================
* Update appro-gb2.dev (chaos bug 1218)
* Fix BuildRequires for tcp_wrappers-devel to work on el6/ch5.
Packagers: now you must add --with-tcp-wrappers on configure line
to enable this feature (before it was enabled if libs were present)
* Re-autogen to pull in (new?) bison build dependency on el6/ch5.
* Fix --with-feature options to fail if prereqs are missing, not just
silently disable the feature.
* Fix line number accounting during parse error reporting (issue 3)
=========================================================================
Release Notes for PowerMan version 2.3.10 19 Aug 2011
=========================================================================
* Updated appro-greenblade.dev (chaos bug 1218)
* Added appro-gb2.dev (chaos bug 1218)
* Added sentry_cdu.dev (chaos bug 1218)
* Added baytech-rpc18d-nc (issue 5)
=========================================================================
Release Notes for PowerMan version 2.3.9 25 Feb 2011
=========================================================================
* Add MIB support to snmppower.
* Add eaton-epdu-blue-switched.dev [Paul Anderson].
=========================================================================
Release Notes for PowerMan version 2.3.8 24 Feb 2011
=========================================================================
* Add support for SNMP power controllers via 'snmppower' helper.
* Add SNMP dev files for 8-port APC, 8-port Baytech, and 20 port
Eaton Revelation PDU.
=========================================================================
Release Notes for PowerMan version 2.3.7 04 Nov 2010
=========================================================================
* Add support for APC 7900 revision 3 firmware [Py Watson]
* Internal automake cleanup.
=========================================================================
Release Notes for PowerMan version 2.3.6 12 Aug 2010
=========================================================================
* Convert several internal buffers from static to dynamic to address
overflow in query output [chaos bugzilla 1009]
* Add support for Appro Greenblade [Trent D'Hooge].
* Add support for APC 7920 [Manfred Gruber].
* Add Support for ranged beacon on/off device scripts, and beacon
support for ipmipower [Al Chu].
=========================================================================
Release Notes for PowerMan version 2.3.5 17 Apr 2009
=========================================================================
* Deprecated undocumented powerman.conf port directive.
* Added powerman.conf listen directive to configure which interfaces
and ports the server listens on. Make the default localhost:10101.
* Add support for HP integrated power control devices [Bjorn Helgaas]
* Add support for Sun LOM.
* Misc. documentation improvements
* Add heartbeat STONITH plugin.
=========================================================================
Release Notes for PowerMan version 2.3.4 09 Feb 2009
=========================================================================
* Fix powerman-controlling-powerman config so that status command
is fast for large configs again.
* Fix "bashfun" device script and add regression test.
* Various changes coming from Debian audit [Arnaud Quette].
=========================================================================
Release Notes for PowerMan version 2.3.1 01 Dec 2008
=========================================================================
* Initial powerman client API.
* Run the powerman daemon (and all coprocesses) as 'daemon' by default
instead of root. To override, set USER=root or other user in
/etc/sysconfig/powerman.
* New man pages for httppower, plmpower, libpowerman, vpcd.
* Include vpcd in the dist.
* Various changes coming from Debian audit [Arnaud Quette].
=========================================================================
Release Notes for PowerMan version 2.3 12 Nov 2008
=========================================================================
* Make init script work on Solaris.
* IPv6 support.
* Include example powerman.conf file (/etc/powerman/powerman.conf.example)
* Added support for Cyclades PM20, PM42.
=========================================================================
Release Notes for PowerMan version 2.2 27 Aug 2008
=========================================================================
* Send a SIGINT to coprocesses rather than just closing file
descriptors during powermand shutdown. This is required to
terminate an ssh client running in coprocess mode.
* Make it possible to only define the _ranged version of scripts. Scripts
are selected using the following precedence: _all, _ranged, singlet.
* Drop "soft power status" support. This allowed iceboxes to detect
whether a node was powered up or not, independently of plug state.
* [ipmipower] Drop _all and singlet version of scripts.
* [ilom] Revised Sun Integrated Lights Out Management support
to work over ssh and serial. Dropped shared console/serial
"ilom-inline" support.
* [icebox3] Now supports both v3 and v4 Ice Box. Users of icebox4
should change their device types to icebox3 in powerman.conf.
* [plmpower] Added support for controlling Insteon/X10 devices via
SmartLabs PLM 2412S.
* [hp3488] Added support for modular GPIB-based HP 3488A switch/control
unit via gpib-utils project.
* [ics8064] Added support for VXI-11-based ICS 8064 16-port relay unit
via gpib-utils project.
* [powerman] Improved efficiency of powerman-controlling-powerman
configurations, when one powerman controls a subset of the plugs of
another powerman through the use of _ranged scripts.
* Enhanced integrated test suite.
Note: tests all pass on AIX now.
=========================================================================
Release Notes for PowerMan version 2.1 18 Jun 2008
=========================================================================
* Client overhaul.
* [apcpdu3] Fix intermittent query failures.
* Fixed off by one bug in server that allowed some delays in dev
scripts to take longer than programmed.
* Use raw mode in pipe (|&) connections to avoid local tty echo.
* Run server in /var/run/powerman rather than /etc/powerman.
Create this directory if it doesn't exist.
* Enhanced integrated test suite.
Note: all tests do not currently pass on AIX.
=========================================================================
Release Notes for PowerMan version 2.0 01 Jun 2008
=========================================================================
* Autoconf/automake integration.
* Integrated test suite.
* Portability to Solaris, AIX, and OS/X.
* Support for selecting power control targets using genders (-g option).
* Cleanup and refactoring.
=========================================================================
Release Notes for PowerMan version 1.0.32 24 Jan 2008
=========================================================================
* Support for new apc firmware (apcpdu3.dev) [Trent D'Hooge]
* Added httppower utility for interfacing to power controllers that are
exclusively web-based.
* Support for Digital Loggers, Inc. power controllers.
* Support for APPRO power controller.
=========================================================================
Release Notes for PowerMan version 1.0.31 20 Oct 2007
=========================================================================
(Includes changes in 1.0.29 and 1.0.30)
* Support SUN ILOM inline with serial console, i.e.
device "ilom25" "ilom-inline" "/usr/bin/conman -Q -j ilc25 |&"
* Handle config files with embedded carriage returns [Trent D'Hooge
and Todd Heer].
* Ipmipower device script tuning [Al Chu].
* Minor build/packaging tweaks for building under mock, etc.
=========================================================================
Release Notes for PowerMan version 1.0.28 07 May 2007
=========================================================================
* Increase "cycle" delays from 2s to 4s on all devices that implement
cycle as an explicit on,delay,off.
=========================================================================
Release Notes for PowerMan version 1.0.27 24 Apr 2007
=========================================================================
* Add heartbeat stonith module.
* Fix bug in baytech-rpc28-nc device support that affected plugs > 10.
=========================================================================
Release Notes for PowerMan version 1.0.26 21 Dec 2006
=========================================================================
* Support 8-port APC AP7900 and likely AP7901, AP7920, and AP7921.
[Martin Petersen]
* Work around a bug that causes baytech rpc3's to resturn some plugs
as status "unknown" on login timeout/reconnect.
* Add ranged power control support for faster power control w/ ipmipower.
=========================================================================
Release Notes for PowerMan version 1.0.25 16 Aug 2006
=========================================================================
* Support newer baytech RPC-3 firmware.
* Support icebox v4 [Jarod Wilson]
=========================================================================
Release Notes for PowerMan version 1.0.24 30 May 2006
=========================================================================
* Telnet state machine now works with Digi terminal server in telnet
mode and logs ignored telnet option requests.
* Several powerman.conf examples are now included in the RPM doc area.
* Handle expansion of suffixed host ranges, e.g. "[00-26]p" [Mark Grondona]
* Fix minor memory leaks and unchecked function return values
found by Coverity.
* New powerman.dev(5) man page documenting device file syntax.
* Support serial device baud rates up to 460800 baud if system does.
* Minor tweaks to spec file for Fedora Extras [Ben Woodard].
* Fix for broken P0|P1 in Rackable Phantom 4.0 firmware (phantom4.dev).
* Add support for IBM BladeCenter chassis (ibmbladecenter.dev)
[Robin Goldstone].
* Add support for ComputerBoards CB7050 (cb-7050.dev).
* Add support for Cyclades PM10 (cyclades-pm10.dev) [Trent D'Hooge].
=========================================================================
Release Notes for PowerMan version 1.0.23 16 Feb 2006
=========================================================================
* Fix for compilation on Fedora Core 4 [Ben Woodard].
* Spec file changes for Fedora Extras submission [Ben Woodard].
=========================================================================
PowerMan version 1.0.22 12 Oct 2005
=========================================================================
* Bug fix for powerman -T dumps core on x86_64 [Thayne Harbaugh]
* Add support for 24-port APC Switched Rack PDU (apcpdu.dev) [Makia Minnich].