-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9491fc
commit aae5daf
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
v2.8.0 12-Jun-2019 Ralph Lange <[email protected]> | ||
Fix bug related to logic error in logging code (#18). | ||
Add -o (--oneshot) option to exit the server after child exits. (by Hinko Kocevar) | ||
Print log file path as part of console connect header. (by Klemen Vodopivec) | ||
Update libtelnet to current upstream version 0.23. | ||
Improve PID file handling. (by Klemen Vodopivec) | ||
Add procServUtils for managing procserv instances under systemd. (by Michael Davidsaver) | ||
|
||
V 2.7.0 01/18/2017 Ralph Lange <[email protected]> | ||
Add -P option allowing multiple endpoints. (by Michael Davidsaver) | ||
Allow UNIX domain sockets and TCP sockets bound to a specific IP:port. (by Michael Davidsaver) | ||
|