Update README file (changelog) and man page
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 8 Nov 2016 21:01:16 +0000 (22:01 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 8 Nov 2016 21:01:16 +0000 (22:01 +0100)
README.txt
uci2wb.pod

index 2de28a4..41e2d80 100644 (file)
@@ -50,6 +50,11 @@ H.G.Muller
 \r
 Change log:\r
 \r
+8/11/2016 2.3\r
+Implement handling of 'UCI_Variant' option for variant announcement and selection\r
+Pass 'info string variant' line as 'setup' command to allow engine-defined variants\r
+Set 'UCI_Opponent' option in accordance with CECP 'name' and 'computer' commands\r
+\r
 22/11/2016 2.2\r
 Use USI gameover command to relay game result\r
 Handle USI win claims\r
index 2ceb94c..5ccd18e 100644 (file)
@@ -44,8 +44,9 @@ instead of the standard KxR notation.
 =item B<-var <variant>>
 
 Forces uci2wb to announce to the GUI it supports (only) the specified variant.
-There is no standardized way for UxI engines to announce what they can play,
-so if these are not the standard variants implied by the protocol choice,
+Although a UCI_Variant option has been proposed as a way for UxI engines to announce what they can play,
+(and is supported by uci2wb), not many engines implement this.
+So if these are not the standard variants implied by the protocol choice,
 (but, f.e. seirawan or 6x6+6_shogi) it has to be configured on the
 uci2wb command line through this option.