]> the.earth.li Git - sersniff.git/commitdiff
Updated version to 0.0.5 main sersniff-0.0.5
authorJonathan McDowell <noodles@earth.li>
Sat, 9 Jul 2011 17:48:27 +0000 (10:48 -0700)
committerJonathan McDowell <noodles@earth.li>
Sat, 9 Jul 2011 17:48:27 +0000 (10:48 -0700)
HISTORY
README
sersniff.c

diff --git a/HISTORY b/HISTORY
index bc687baabe98ebd1f47eec63b7e35362919d5500..9ef111810d07fe703d3933ae70fa932367539b42 100644 (file)
--- 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 0d996c3a3a77cb3374be0349e67a8177fccfb99d..db0bbc9617d74dea3efd173d06032524cce66f38 100644 (file)
--- 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
 
 
index bb6664fb95f928169e4461481ef2179b7f4413a6..2535be7e0dea2a3c5f5dc73b7bec73592588162c 100644 (file)
@@ -27,7 +27,7 @@
        24Jun2011 - Baker: Added OSX support. Added EOF character support
 */
 
-#define VERSION "0.0.4"
+#define VERSION "0.0.5"
 
 #include <stdio.h>
 #include <string.h>