From: H.G. Muller Date: Sat, 14 Jan 2012 13:05:12 +0000 (+0100) Subject: Bump version number to 1.6 X-Git-Tag: v2.0~47 X-Git-Url: http://winboard.nl/cgi-bin?p=uci2wb.git;a=commitdiff_plain;h=dc007e1364c2beb3023e8ec4535b67b1dece028f Bump version number to 1.6 Also update changelog in README file. --- diff --git a/README.txt b/README.txt index 06b8772..e3ca509 100644 --- a/README.txt +++ b/README.txt @@ -34,6 +34,12 @@ H.G.Muller Change log: +14/1/2011 v1.6 +Replaced all polling by blocking synchronization (through pipes). +Implemented ping (using isready/readyok) +Made sending of debug info to GUI subject to option feature / command-line argument. +Fixed myname feature to handle names containing spaces. + 14/10/2010 Port v1.5 to Linux diff --git a/UCI2WB.c b/UCI2WB.c index bb6527d..10f4dd6 100644 --- a/UCI2WB.c +++ b/UCI2WB.c @@ -1,6 +1,6 @@ /************************* UCI2WB by H.G.Muller ****************************/ -#define VERSION "1.5" +#define VERSION "1.6" #include #include