1=== PolyGlot 1.4W ====
2Polyglot 1.4W is a modified polyglot 1.4 from Fabien Letouzy.
3Just like polyglot 1.3w(see below) it can be compiled and run under windows without
4the need for a cygwin1.dll
5
6Best
7Fonzy
8www.geenvis.net
9=========1.4w10================
10fixed analysis output for toga
11=========1.4w9=================
12fixed bug in 1.4w8
13added RepeatPV workaround
14	fixed disappearing output in engine-output window while in multipv mode
15	when an engine sends its move to polyglot,
16	polyglot normally repeats the last pv string(which also contains score,depth and time usage) it got from the engine.
17	Some engines however do not send a new pv string just before sending the move and the now old pv string
18	find might confuse debugtools that parse the winboard debug files.
19	Adding "RepeatPV = false" to the [POLYGLOT] section of the ini file stops this repetition.
20
21=========1.4w8=================
22fixed multipv output
23note that the pv with the worst score will be on top of the engine-output window.
24added timestamp in logfile (Jaap Weidemann)
25
26=========1.4w7=================
27compiles under linux/unix again
28=========1.4w6=================
29access to winboard draw/drawoffer and resign
30
31	1:to activate draw offers the engine has
32	   to define the "UCI_DrawOffers" parameter with the 'option" command at startup.
33	2:to offer a draw or accept a draw offer:just send "info string DrawOffer" to polyglot.
34	3:if winboard sends "draw" polyglot sends "setoption DrawOffer draw" to the engine.
35	4.to resign: send "info string Resign" to polyglot.
36	please check the winboard documentation for the draw/drawoffer and resign commands.
37
38=========1.4w5:================
39Fixed errors in SyncStop handling.
40book building: the error message now also contains the game number
41added Affinity option:
42In the [PolyGlot] section(ini file):
43- "Affinity" mask
44mask is a bit vector in which each bit represents the processors that a process is allowed to run on.
45
46some minor bugs fixed
47
48checks if child did really quit.
49
50*********************************************************
51=== PolyGlot 1.3W ReadMe ===
52
53PolyGlot - a UCI-to-WinBoard Adapter for UCI Chess Engines
54Designed by Fabien Letouzey and Morning Yellow
55Version: 1.3W, Last Modified: Jan. 2006
56
57PolyGlot 1.3W is the modified version of 1.3 by Fabien Letouzey,
58which can be compiled and run under Windows without CygWin.
59
60The version of 1.3W has the following modifications:
611. Added a module, "pipe.h/pipe.cpp".
622. Removed two modules, "io.h/io.cpp" and "engine.h/engine.cpp".
633. Modified all statements related on these modules.
644. fixed "Move Now" (the bug fixed in PolyGlot 1.4).
65
66PolyGlot 1.3W can be downloaded from:
67http://www.elephantbase.net/download/polyglot.rar
68For information of "PolyGlot 1.3", see "readme.txt"
69For legal information, see "copying.txt"
70