Implement saving of (modified) engine settings
[xboard.git] / NEWS
diff --git a/NEWS b/NEWS
index 04893c9..bc0b165 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+** Version 4.9.1 **
+
+   bugfix release for 4.9.0
+
+   * Fix crash when logging out from ICS
+   * Defer book faking input move until ping balance
+   * Fix setting up btm positions with 'edit'
+   * Fix bare King adjudication
+   * Fix check testing in games without King
+   * Fix disambiguating Pawn moves in Xiangqi
+   * Fix King leaving Palace in Xiangqi
+   * Fix compile error Xaw build
+
+** Version 4.9.0 **
+
+   (see http://www.gnu.org/software/xboard/whats_new/4.9.0/ )
+
+  * New features in this release
+    * Running EPD test suites
+    * Getting instant help (XB)
+    * Editing castling rights in a position
+    * Use mouse wheel to set up position (XB)
+    * Allow engine to pop up its settings dialog
+    * Specifying ultra-fast games (XB)
+    * Installing board themes from packages (XB)
+    * Using a single-button mouse
+    * A special directory for start positions
+    * Allow terminal-less ICS play (XB)
+    * Sound warnings in analysis mode
+    * Changing fonts through the GUI (XB)
+    * Automatic adapting of fonts to board size (XB)
+
+  * New variant support
+    * New piece types
+    * Allowing more than 26 piece types
+    * More flexible piece promotion
+    * Restricting promotion choice
+    * New configurable move types
+    * Inscribing pieces with text
+    * Setting rules from the command line
+    * Allow inaccessible squares
+    * Load Shogi games in .kif format
+
+
 ** Version 4.8.0 **
 
    (see http://www.gnu.org/software/xboard/whats_new/4.8.0/ )
     * Fix animation of Seirawan Chess castling + gating at Rook
       square, which made Rook disappear.
     * Fix adjudication of stalemates in variant Giveaway.
+    * Display of the variant tag in the Game List now works.
+    * Reset move entry (clearing target-square markers) on 'clear
+      board' in Edit Position mode.
+    * The Game List is automatically updated when you alter the tag
+      selection for the game lines.
+    * Indicate current variant in New Variant dialog of the GTK build
+      (by printing it in boldface on the button).
+
+   * Known Problems
+    * GTK: in a tiling window manager the size of the board seems to be
+      calculated incorrectly. A temporary fix for this is to use a fixed
+      size by using the "-size <N>" and "-fixedSize true" options
+      on the command line.
 
 
 ** Version 4.7.3 **