Add news page for 4.7.3
authorArun Persaud <arun@nubati.net>
Mon, 6 Jan 2014 02:51:57 +0000 (02:51 +0000)
committerArun Persaud <arun@nubati.net>
Mon, 6 Jan 2014 02:51:57 +0000 (02:51 +0000)
index.html
whats_new/4.7.3/index.html [new file with mode: 0644]
whats_new/portal.html

index 0eadf91..450dfdc 100644 (file)
@@ -46,7 +46,8 @@ System. </p>
   <li><a href="#tag-A4">Documentation</a></li>
   <li><a href="user_guide/UserGuide.html">On-line User Guide</a></li>
   <li><a href="#tag-A5">More Screenshots</a></li>
-  <li><a href="whats_new/4.7.2/index.html">What's New in 4.7.2?</a>(stable)</li>
+  <li><a href="whats_new/4.7.3/index.html">What's New in 4.7.3?</a>(stable)</li>
+  <li><a href="whats_new/4.7.2/index.html">What's New in 4.7.2?</a></li>
   <li><a href="whats_new/4.7.1/index.html">What's New in 4.7.1?</a></li>
   <li><a href="whats_new/4.7.0/index.html">What's New in 4.7.0?</a></li>
   <li><a href="whats_new/4.6.2/index.html">What's New in 4.6.2?</a></li>
@@ -345,7 +346,7 @@ Commons Attribution-NoDerivs 3.0 United States License</a>.</p>
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2013/08/29 05:15:44 $
+$Date: 2014/01/06 02:51:57 $
 <!-- timestamp end -->
 </p>
 </div>
diff --git a/whats_new/4.7.3/index.html b/whats_new/4.7.3/index.html
new file mode 100644 (file)
index 0000000..9b8bead
--- /dev/null
@@ -0,0 +1,29 @@
+<!--#include virtual="/server/html5-header.html" -->
+<title>XBoard - GNU Project - Free Software Foundation - NEWS</title>
+<!--#include virtual="/server/banner.html" -->
+<!--#set var="article_name" value="/server/standards/boilerplate" -->
+<!--#include virtual="/server/gnun/initial-translations-list.html" -->
+<h2>What is new in WinBoard / XBoard 4.7.3?</h2>
+
+ <h3>Bugfix release for version 4.7.2</h3>
+
+<ul>
+<li>Fix buffer overflow in parser on long PGN with scores</li>
+<li>Allow castling and e.p. capture moves to survive when editing opening book</li>
+<li>Fix node-count overflow in engine output</li>
+<li>Better sorting of fail-low lines in engine output</li>
+<li>Fix Chess960 a-side castling legality check</li>
+<li>Fix position search in Chess960</li>
+<li>Fix adjudication of Giveaway stalemates</li>
+<li>Adapt WinBoard window positioning to work with multiple screens</li>
+<li>Cure some weirdness in XBoard when dragging pieces outside the board</li>
+<li>Some dialog layout improvements to facilitate internationalization</li>
+<li>Fix crash on using some dialog Browse buttons in GTK version</li>
+<li>Connect manual menu item work in GTK version</li>
+<li>Put code for OS X integration in the GTK version</li>
+</ul>
+
+ </div><!-- for id="content", starts in the include above -->
+<!--#include virtual="/server/footer.html" -->
+</body>
+</html>
index 01cccb8..5e9e621 100644 (file)
@@ -1,5 +1,5 @@
 <html>
 <head>
-<meta http-equiv="refresh" content="0; URL=4.7.2/index.html">
+<meta http-equiv="refresh" content="0; URL=4.7.3/index.html">
 </head>
 </html>