X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ChangeLog;h=ea9082b99042d8b0b9e6e625015ae00db37586c1;hb=acb140befabd8b0f1a8606470013b420d05b4fb7;hp=070eeb7960ee3b1f5161d239639d5534b62cdf71;hpb=baab92d048b9ba06dada3a17ec51d9e9340d4730;p=polyglot.git diff --git a/ChangeLog b/ChangeLog index 070eeb7..ea9082b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ +=========1.4.35b================ +- New WbWorkAround for silly bug in WB. Depth <=1 clears the engine output window. Why should an engine not be allowed to send info at depth one? +=========1.4.34b================ +- Warning: this release is less well tested as usual +- Allow spaces around "=" in "option =" commands. +- WbWorkArounds is now true by default. It decapitalizes Draw when this appears in engine option. +- Trying to set a non existent UCI option gives an error. +- PG will now resign in case of an illegal engine move. +- More code has been put in "pipex". +- info strings and unrecognized info lines are relayed to the GUI. =========1.4.33b================ -- New option: "WbWorkArounds". Currently it blocks options which contain "Draw" in their name from being sent to the GUI. Engines that have such options are Rybka and HIARCS. +- New option: "WbWorkArounds" to work around bugs in WB. Currently it blocks options which contain "Draw" in their name from being sent to the GUI. Engines that have such options are Rybka and HIARCS. - Bugfix for ASSERT failure in bright. Now another ASSERT failure has appeared which seems to be bright's fault however. =========1.4.32b================ - Bugfix: the default setting for RepeatPV had become false again...