From: Jonathan McDowell Date: Sat, 9 Jul 2011 17:48:27 +0000 (-0700) Subject: Updated version to 0.0.5 X-Git-Tag: sersniff-0.0.5 X-Git-Url: https://the.earth.li/gitweb/?p=sersniff.git;a=commitdiff_plain Updated version to 0.0.5 --- diff --git a/HISTORY b/HISTORY index bc687ba..9ef1118 100644 --- a/HISTORY +++ b/HISTORY @@ -23,3 +23,10 @@ First public release. * Added option to not initialize the serial ports (Glen W. Mabey) * Added format option. (Glen W. Mabey) * Added port names. (Glen W. Mabey) + +0.0.5 - 9th July 2011 + +* Updated code to compile under OS X (Peter Baker) +* Added man page (Jeremy Lunn) +* Add -z option for ignoring EOFs (Peter Baker) +* Various minor code cleanups. diff --git a/README b/README index 0d996c3..db0bbc9 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -sersniff 0.0.4 - A program to tunnel between 2 serial ports and show +sersniff 0.0.5 - A program to tunnel between 2 serial ports and show what's happening. -Copyright 1999 Jonathan McDowell for Project Purple. +Copyright 1999-2011 Jonathan McDowell http://www.earth.li/projectpurple/progs/sersniff.html diff --git a/sersniff.c b/sersniff.c index bb6664f..2535be7 100644 --- a/sersniff.c +++ b/sersniff.c @@ -27,7 +27,7 @@ 24Jun2011 - Baker: Added OSX support. Added EOF character support */ -#define VERSION "0.0.4" +#define VERSION "0.0.5" #include #include