X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ChangeLog;h=9cfd240f534d8db1d3d5b2f013ec5c22ccbd96fb;hb=446bfd706349c3e1f19916a16558a2f4f7dc8e54;hp=ea9082b99042d8b0b9e6e625015ae00db37586c1;hpb=acb140befabd8b0f1a8606470013b420d05b4fb7;p=polyglot.git diff --git a/ChangeLog b/ChangeLog index ea9082b..9cfd240 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +=========1.4.38b================ +- MSVC++ portability fixes (E.M.) +=========1.4.37b================ +- Two new options: BookDepth and BookTreshold. BookDepth limits the number of moves the book is used and BookTreshold sets the minimum weight a book move should have. +=========1.4.36b================ +- Bugfix: option = 0/1 was translated incorrectly. +- Default node count is 1. +- EOF received from the engine should now be logged correctly (i.e. after the buffer is empty). +- Bugfix: Nasty buffer overflow in the macro CONSTRUCT_ARG_STRING. +- Bugfix: pipex_writeln (win32) was logging at the wrong spot. +- Log board when an illegal move is received. =========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================