X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ChangeLog;h=9b2b2c41778ead376ef8cb85e50c9658702043f6;hb=e516b96c20d27e7d86d3485b010d6d48cecec9f1;hp=27ff52a91a4c4f5defe51c04956a0ebc2ee116d9;hpb=a522b5e3c945c6b03810a870bc7016b0b6023c64;p=polyglot.git diff --git a/ChangeLog b/ChangeLog index 27ff52a..9b2b2c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +========1.4.61b================= +- uci_isready replaced by uci_isready_sync. Polyglot should not send commands to the engine while it is syncing. +========1.4.60b================= +- The result string after an illegal move now shows the actual attempted move. +========1.4.59b================= +- Bugfix: the changes in 1.4.57b created a regression where the input buffer of polyglot could overflow with engines producing lots of output very fast. +========1.4.58b================= +- Implementation of BookDepth in UCI mode. +- Small corrections to the manpage. +========1.4.57b================= +- First attempt at killing engines that do not react to "quit". +========1.4.56b================= +- Better handling of non-existing engine command on Linux. No changes on Windows. +=========1.4.55b================ +- Suppression of some error dialogs. +- Small delay in between final error message and actually quitting. +=========1.4.54b================ +- More graceful handling of engine crashes. +- New EngineCommand is now passed through wordexp on Linux. +=========1.4.53b================ +- Multipv code by HGM. +=========1.4.52b================ +- Reexport SyncStop. It is apparently necessary for the Aquarium Book Adapter. =========1.4.51b================ - Support for new nps command. Code provided by Harm Geert Muller. =========1.4.50b================