From b9f1cfacea7388d2a11118e9926b65309aa989b7 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Thu, 5 Apr 2012 12:59:38 +0200 Subject: [PATCH] Update 4.6.1 bugfix list --- whats_new/4.6.0/index.html | 2 +- whats_new/4.6.1/index.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/whats_new/4.6.0/index.html b/whats_new/4.6.0/index.html index 7663e98..119eba6 100644 --- a/whats_new/4.6.0/index.html +++ b/whats_new/4.6.0/index.html @@ -672,7 +672,7 @@ or recaptures that leave the King in a check that already existed before the cap
-

Structuring the list of installed engines

+

Structuring the list of installed engines (WB)

The engine list (-firstChessProgramNames, for those used to editing the ini file) upto now has always been a large, unstructured pool of engines. diff --git a/whats_new/4.6.1/index.html b/whats_new/4.6.1/index.html index 57cb3ec..d5cd623 100644 --- a/whats_new/4.6.1/index.html +++ b/whats_new/4.6.1/index.html @@ -19,6 +19,7 @@

This version fixes some bugs found in 4.6.0. Here is a quick list of the changes:

    +
  • Fix memory corruption bug on second-engine loading (through menu or in tournament), which could destroy -firstInitString
  • Fix bug loading a new engine through the menu (not loading it with the full game, but just upto the current move)
  • Prefix engine command with "./" when a pathname is split up during install, so the engine actually runs (XB)
  • Fix fall-back to -ncp mode when engine does not start (cutting short the feature timeout)
  • @@ -27,6 +28,7 @@
  • Fix a bug that could stop the clock when the board window was dragged (XB)
  • Fix switching off highlighting during game (so last highlights do not remain for the rest of the game)
  • Allow user to enter the name of a non-existing file when browsing for a save file (WB)
  • +
  • Make sure rarely used engine-related options (such as -firstNPS) are also correctly loaded during session
  • Correctly handle parsing of Crazyhouse promotions with legality-testing off
  • Consistently make auxiliary windows top level-shells or not, with new -topLevel option (XB)
  • No longer fatal if second engine does not support current variant (just refuse Two Machines mode)
  • -- 1.7.0.4