Bump version number to 1.6
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 14 Jan 2012 13:05:12 +0000 (14:05 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 14 Jan 2012 13:05:12 +0000 (14:05 +0100)
Also update changelog in README file.

README.txt
UCI2WB.c

index 06b8772..e3ca509 100644 (file)
@@ -34,6 +34,12 @@ H.G.Muller
 \r
 Change log:\r
 \r
+14/1/2011 v1.6\r
+Replaced all polling by blocking synchronization (through pipes).\r
+Implemented ping (using isready/readyok)\r
+Made sending of debug info to GUI subject to option feature / command-line argument.\r
+Fixed myname feature to handle names containing spaces.\r
+\r
 14/10/2010\r
 Port v1.5 to Linux\r
 \r
index bb6527d..10f4dd6 100644 (file)
--- a/UCI2WB.c
+++ b/UCI2WB.c
@@ -1,6 +1,6 @@
 /************************* UCI2WB by H.G.Muller ****************************/\r
 \r
-#define VERSION "1.5"\r
+#define VERSION "1.6"\r
 \r
 #include <stdio.h>\r
 #include <stdlib.h>\r