File tree Expand file tree Collapse file tree 4 files changed +39
-3
lines changed
Expand file tree Collapse file tree 4 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 11 Name: conman
2- Version: 0.2.7
2+ Version: 0.2.8
33 Release: 1
4- Date: 2011-04-21
4+ Date: 2016-11-22
55 Author: Chris Dunlap <cdunlap@llnl.gov>
Original file line number Diff line number Diff line change 1+ conman-0.2.8 (2016-11-22):
2+ - Changed project homepage to <https://dun.github.io/conman/>. (#21)
3+ - Changed conman.conf default loopback setting to ON.
4+ - Changed rpm spec file from sysvinit to systemd.
5+ - Added 'server nofile' config directive to increase NOFILE limit. (#17)
6+ - Added '-P' cmdline opt to daemon for specifying pidfile. (#20)
7+ - Added test console device to aid in development and testing.
8+ - Fixed telnet option negotiation loop. (#9)
9+ - Fixed arbitrary limit on number of IPMI SOL consoles. (#15)
10+ - Fixed 4-character limit on timezones. (#16)
11+ - Fixed 1-second delay when connecting the client to a console.
12+ - Fixed UDS console reconnect delay to use exponential timeout.
13+ - Fixed UDS console reconnect delay to require min connect time before reset.
14+ - Fixed UDS console resource leak of pathname during config processing.
15+ - Fixed all gcc, clang, and Coverity Scan warnings.
16+ - Improved scalability of daemon.
17+
118conman-0.2.7 (2011-04-21):
219- Fixed concurrency bugs in IPMI SOL connections.
320- Added support for IPMI SOL workaround flags and whatnot.
Original file line number Diff line number Diff line change 1+ ConMan 0.2.8 has been built on the following systems:
2+
3+ - CentOS 7.2.1511
4+ - Debian 8.6
5+ - Fedora 25
6+ - FreeBSD 11.0
7+ - NetBSD 6.0
8+ - OpenBSD 6.0
9+ - RHEL 7.3
10+ - Ubuntu 16.04.1 LTS
11+ - Ubuntu 16.10
12+
13+
14+ RPMs have been built and tested on the following systems:
15+
16+ - CentOS 7.2.1511
17+ - Fedora 25
18+ - RHEL 7.3
Original file line number Diff line number Diff line change 11Name: conman
2- Version: 0.2.7
2+ Version: 0.2.8
33Release: 1%{?dist }
44
55Summary: ConMan: The Console Manager
@@ -66,6 +66,7 @@ rm -rf "%{buildroot}"
6666%doc FAQ
6767%doc KEYS
6868%doc NEWS
69+ %doc PLATFORMS
6970%doc README
7071%doc THANKS
7172%config(noreplace) %{_sysconfdir }/conman.conf
You can’t perform that action at this time.
0 commit comments