Add bug-fix list to 4.8.0 news page
authorArun Persaud <arun@nubati.net>
Sat, 18 Oct 2014 05:14:32 +0000 (05:14 +0000)
committerArun Persaud <arun@nubati.net>
Sat, 18 Oct 2014 05:14:32 +0000 (05:14 +0000)
whats_new/4.8.0/index.html

index c5898bb..e57e4e6 100644 (file)
@@ -656,6 +656,99 @@ so that the GUI would only have to take it back, after all.
 <h3><a name="tag-C">Fixed bugs</a></h3>
 <ul>
   <li>
+       Fix crash on using some Browse buttons in dialogs of the GTK build.
+  </li>
+  <li>
+       Fix buffer overflow in PGN parser, when all lines end in comments.
+  </li>
+  <li>
+       Fix crash on specifying non-existent board texture.
+  </li>
+  <li>
+       Prevent crash on double-click in XB Game List Tags dialog.
+  </li>
+  <li>
+       Fix the auto-display comment control in the General Options dialog of WinBoard, which was ignored.
+  </li>
+  <li>
+       Fix adjusting clocks by clicking them in Xaw build.
+  </li>
+  <li>
+       Fix zooming of Evaluation Graph XB with mousewheel, which was not working at all.
+  </li>
+  <li>
+       Fix sticky-windows feature WB for Windows 8, where it did not work at all.
+  </li>
+  <li>
+       WinBoard's seek graph is now sized to also cover any board rim.
+  </li>
+  <li>
+       Key bindings XB for non menu items are no longer ignored.
+  </li>
+  <li>
+       Set castling rights correctly after loading of game file from command line.
+  </li>
+  <li>
+       Allow castling and e.p. moves to be edited into opening book (and prevent their disappearance from it).
+  </li>
+  <li>
+       The sorting of engine output was made more robust against engines that send thinking output on fail lows.
+  </li>
+  <li>
+       Fix node-count display, which was clipped to 32 bits.
+  </li>
+  <li>
+       Suppress board-size oscillations in GTK build.
+  </li>
+  <li>
+       Fixed detection of screen size in GTK.
+       (This is a mixed blessing, as now it picks the largest possible window size,
+       and in GTK interactive down-sizing is not possible.)
+  </li>
+  <li>
+       Fix mode highlighting after refusal of Two Machines mode because 2nd engine did not support variant.
+  </li>
+  <li>
+       Blow up textures that are too small.
+  </li>
+  <li>
+       Ignore invalid color specs in stead of treating them as black (important because Cairo does not understand old xpm color names).
+  </li>
+  <li>
+       Prevent XB and WB from becoming unresponsive during lengthy tasks such as book building.
+  </li>
+  <li>
+       Fix slowdown of WB during loading of huge PGN files due to Game-List window update.
+  </li>
+  <li>
+       Limit width of menu bar for small board sizes in GTK build.
+  </li>
+  <li>
+       Improve the code to kill rogue engines in XB.
+  </li>
+  <li>
+       Drawing of pieces outside the board (in maximaized windows), which left lots of debris, is now suppressed.
+  </li>
+  <li>
+       Make WB window sizing handle multiple screens.
+  </li>
+  <li>
+       50-move counter is no longer reset on Chess960 castlings.
+  </li>
+  <li>
+       Fix legality testing of A-side castling in FRC (which was allowed with Rook on a- and blocker on b-file).
+  </li>
+  <li>
+       Fixed piece ID of Falcon in Falcon Chess, which was written as '.' and could not be selected on promotion.
+  </li>
+  <li>
+       Fix cross-edge e.p. captures in Cylinder Chess (which was not recognized as e.p.).
+  </li>
+  <li>
+       Fix animation of Seirawan Chess castling + gating at Rook square, which made Rook disappear.
+  </li>
+  <li>
+       Fix adjudication of stalemates in variant Giveaway.
   </li>
 </ul>
 
@@ -684,7 +777,7 @@ Commons Attribution-NoDerivs 3.0 United States License</a>.</p>
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2014/10/18 05:13:57 $
+$Date: 2014/10/18 05:14:32 $
 <!-- timestamp end -->
 </p>
 </div>