Skip to content

Commit

Permalink
Updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Petersen committed May 9, 2014
1 parent 923af5d commit 89a840c
Showing 1 changed file with 27 additions and 18 deletions.
45 changes: 27 additions & 18 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
v1.5.2 - 05/04/14 - Ron Curry, InSyte Technologies
Rewrote init.d script to easily accomodate multiple instances
and added additional error checking and reporting.
Added "-P" option to allow optionally specify PID pathname
to better support running mulitple instantiations via scripts.
Prior to this ser2sock would simply overwrite any previous PID file in
/var/run
Added code to delete PID file apon exit
Changed logic which caused reading of a potentially non-
existent default config file prior to reading command line arguments
and prior to a specified config and fixed error reporting. Now it only
read the correct file once after considering cmdline args.
(Scott) Reparsing arguments after config file reading in order to force
them to take precedence.
Added "PID_FILE" keyword/option to config file support. Not needed for
current init.d support but may be useful to some
Added several additional syslog write to aid in debugging
Changed ser2sock version to 1.4.5 to reflect above changes
Version 1.4.5 should remain fully compatible with 1.4.4 behaviour

v1.4.5 - 05/04/14 - Ron Curry, InSyte Technologies
- ser2sock - Rewrote init.d script to easily accomodate multiple instances
and added additional error checking and reporting.
- ser2sock.c - Added "-P" option to allow optionally specify PID pathname
to better support running mulitple instantiations via scripts.
Prior to this ser2sock would simply overwrite any previous PID file in
/var/run
- ser2sock.c - Added code to delete PID file apon exit
- ser2sock.c - Changed logic which caused reading of a potentially non-
existent default config file prior to reading command line arguments
and prior to a specified config and fixed error reporting.
Now it only read the correct file once after considering cmdline args
- ser2sock.c - Added "PID_FILE" keyword/option to config file support
Not needed for current init.d support but may be useful to some
- Added trivial code to delete the /var/run/<PID_FILE> upon exit.
- ser2sock.c - Added several additional syslog write to aid in debugging
- ser2sock.c - Changed ser2sock version to 1.4.5 to reflect above changes
Version 1.4.5 should remain fully compatible with 1.4.4 behaviour
v1.5.1 - 05/08/14
OS X instructions and launchd script.

v1.5.0 - 05/02/14
Removed all references to newline to make ser2sock more protocol-agnostic.
Added support for certificate revocation in SSL.
Added 'binary mode' flag to eliminate status messages.
Logging improvements and cleanup.

v1.4.4 - 10/25/13
Refactored main state machine, logging, cleanup.
Expand Down

0 comments on commit 89a840c

Please sign in to comment.