Skip to content

Commit 2595ccb

Browse files
committed
Update metadata for 0.2.8 release
Signed-off-by: Chris Dunlap <[email protected]>
1 parent 61f58c9 commit 2595ccb

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 <[email protected]>

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
conman-0.2.7 (2011-04-21):
219
- Fixed concurrency bugs in IPMI SOL connections.
320
- Added support for IPMI SOL workaround flags and whatnot.

PLATFORMS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

conman.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: conman
2-
Version: 0.2.7
2+
Version: 0.2.8
33
Release: 1%{?dist}
44

55
Summary: 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

0 commit comments

Comments
 (0)