Skip to content

Commit

Permalink
Update metadata for 0.2.8 release
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Dunlap <[email protected]>
  • Loading branch information
dun committed Nov 22, 2016
1 parent 61f58c9 commit 2595ccb
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
4 changes: 2 additions & 2 deletions META
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: conman
Version: 0.2.7
Version: 0.2.8
Release: 1
Date: 2011-04-21
Date: 2016-11-22
Author: Chris Dunlap <[email protected]>
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
conman-0.2.8 (2016-11-22):
- Changed project homepage to <https://dun.github.io/conman/>. (#21)
- Changed conman.conf default loopback setting to ON.
- Changed rpm spec file from sysvinit to systemd.
- Added 'server nofile' config directive to increase NOFILE limit. (#17)
- Added '-P' cmdline opt to daemon for specifying pidfile. (#20)
- Added test console device to aid in development and testing.
- Fixed telnet option negotiation loop. (#9)
- Fixed arbitrary limit on number of IPMI SOL consoles. (#15)
- Fixed 4-character limit on timezones. (#16)
- Fixed 1-second delay when connecting the client to a console.
- Fixed UDS console reconnect delay to use exponential timeout.
- Fixed UDS console reconnect delay to require min connect time before reset.
- Fixed UDS console resource leak of pathname during config processing.
- Fixed all gcc, clang, and Coverity Scan warnings.
- Improved scalability of daemon.

conman-0.2.7 (2011-04-21):
- Fixed concurrency bugs in IPMI SOL connections.
- Added support for IPMI SOL workaround flags and whatnot.
Expand Down
18 changes: 18 additions & 0 deletions PLATFORMS
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
ConMan 0.2.8 has been built on the following systems:

- CentOS 7.2.1511
- Debian 8.6
- Fedora 25
- FreeBSD 11.0
- NetBSD 6.0
- OpenBSD 6.0
- RHEL 7.3
- Ubuntu 16.04.1 LTS
- Ubuntu 16.10


RPMs have been built and tested on the following systems:

- CentOS 7.2.1511
- Fedora 25
- RHEL 7.3
3 changes: 2 additions & 1 deletion conman.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: conman
Version: 0.2.7
Version: 0.2.8
Release: 1%{?dist}

Summary: ConMan: The Console Manager
Expand Down Expand Up @@ -66,6 +66,7 @@ rm -rf "%{buildroot}"
%doc FAQ
%doc KEYS
%doc NEWS
%doc PLATFORMS
%doc README
%doc THANKS
%config(noreplace) %{_sysconfdir}/conman.conf
Expand Down

0 comments on commit 2595ccb

Please sign in to comment.