Skip to content

Commit c937e87

Browse files
committed
* META, NEWS: Updated for 0.2.0 release.
1 parent 3b856ef commit c937e87

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2007-05-02 Chris Dunlap <cdunlap@llnl.gov>
22

3+
* META, NEWS: Updated for 0.2.0 release.
4+
35
* configure.ac: Added test for broken <stdbool.h>.
46
* tpoll.c: Removed <stdbool.h> include in favor of AC's "config.h".
57

META

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Name: conman
2-
Version: 0.1.9.2
3-
Date: 2006-06-26
2+
Version: 0.2.0
3+
Release: 1
4+
Date: 2007-05-02
45
Author: Chris Dunlap <cdunlap@llnl.gov>

NEWS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
conman-?.?.?.? (????-??-??):
1+
conman-0.2.0 (2007-05-02):
22
- Changed project homepage to <http://home.gna.org/conman/>.
3+
- Added support for consoles to be driven by an external process.
4+
- Added console scripts for Cyclades, IBM BladeCenter, IPMI, SSH.
5+
- Added SERVER EXECPATH config directive.
6+
- Added '-F' cmdline opt to daemon for running in the foreground.
37
- Changed daemon behavior to return fatal errors to shell if possible.
4-
- Added '-F' cmdline opt to daemon to run in foreground.
8+
- Sanitized environment variables and closed unneeded fds in child processes.
9+
- Fixed potential deadlock bug in signal handlers.
510

611
conman-0.1.9.2 (2006-06-26):
712
- Fixed bug where a failed telnet connection would segfault the daemon.

0 commit comments

Comments
 (0)