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 1
1
Name: conman
2
- Version: 0.2.7
2
+ Version: 0.2.8
3
3
Release: 1
4
- Date: 2011-04-21
4
+ Date: 2016-11-22
5
5
Author: Chris Dunlap <
[email protected] >
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
+
1
18
conman-0.2.7 (2011-04-21):
2
19
- Fixed concurrency bugs in IPMI SOL connections.
3
20
- 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 1
1
Name: conman
2
- Version: 0.2.7
2
+ Version: 0.2.8
3
3
Release: 1%{?dist }
4
4
5
5
Summary: ConMan: The Console Manager
@@ -66,6 +66,7 @@ rm -rf "%{buildroot}"
66
66
%doc FAQ
67
67
%doc KEYS
68
68
%doc NEWS
69
+ %doc PLATFORMS
69
70
%doc README
70
71
%doc THANKS
71
72
%config(noreplace) %{_sysconfdir }/conman.conf
You can’t perform that action at this time.
0 commit comments