X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ChangeLog;h=7edc95d7f946a69a361bb07a0727dffec34e2249;hb=5eed4adb3552562329c0b0b460c8851efb1a38bb;hp=6a60026ad44b47097dd2205c42d69e2bee8af2b8;hpb=9d90dc40cca05e03cafd0519e17f15b1d7441e37;p=polyglot.git diff --git a/ChangeLog b/ChangeLog index 6a60026..7edc95d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +=========1.4.39b================ +- Refactoring of config file parsing +- Fix crash bug in epd-test +- Do not export Chess960. This is handled completely internally. +- Do not export UCI_Opponent and UCI_Chess960. These are handled internally. +- PG can now also be comfortably configured through command line options (i.e. without using a config file). +- Allow quotes in configfile (as in Fonzy Bleumer's PG). +=========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================ +- 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" 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... =========1.4.31b================