updates for release 4.5.2a
authorArun Persaud <arun@nubati.net>
Mon, 2 May 2011 03:58:14 +0000 (03:58 +0000)
committerArun Persaud <arun@nubati.net>
Mon, 2 May 2011 03:58:14 +0000 (03:58 +0000)
index.html
whats_new.html
whats_new/4.5.2a/index.html [new file with mode: 0644]

index 1b50401..226919c 100644 (file)
@@ -122,7 +122,7 @@ all developers have access to it.</p>
 <h4>stable version</h4>
 
 <p>The current stable version
-is: <a href="ftp://ftp.gnu.org/gnu/xboard/">4.5.2</a></p>
+is: <a href="ftp://ftp.gnu.org/gnu/xboard/">4.5.2a</a></p>
 
 <p>It can be found on the main GNU ftp server:
 <a href="http://ftp.gnu.org/gnu/xboard/">http://ftp.gnu.org/gnu/xboard/</a> (via http) and
@@ -327,7 +327,7 @@ notice, and the copyright notice, are preserved.</p>
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2011/04/26 05:56:31 $
+$Date: 2011/05/02 03:58:14 $
 <!-- timestamp end -->
 </p>
 </div>
index cc69410..d0f3508 100644 (file)
@@ -7,7 +7,7 @@
 
 <h3>Stable versions</h3>
 <ul>
-<li><a href="whats_new/4.5.2/"> Version 4.5.2 </a><br /><p>Bugfixes for 4.5.1 and new option menu</p></li>
+<li><a href="whats_new/4.5.2a/"> Version 4.5.2a </a><br /><p>Small bugfixes for Winboard (no change for XBoard)</p></li>
 </ul>
 
 <h3>Upcoming</h3>
@@ -18,6 +18,7 @@
 
 <h3>Old</h3>
 <ul>
+<li><a href="whats_new/4.5.2/"> Version 4.5.2 </a><br /><p>Bugfixes for 4.5.1 and new option menu</p></li>
 <li><a href="whats_new/4.5.1/"> Version 4.5.1 </a><br /><p>Bugfixes for 4.5.0</p></li>
 <li><a href="whats_new/4.5.0/"> Version 4.5.0 </a><br /><p>Lots of things got changes, have a look and see how busy we were.</p></li>
 </ul>
diff --git a/whats_new/4.5.2a/index.html b/whats_new/4.5.2a/index.html
new file mode 100644 (file)
index 0000000..ee23330
--- /dev/null
@@ -0,0 +1,52 @@
+<!--#include virtual="/server/header.html" -->
+<title>XBoard - GNU Project - Free Software Foundation - NEWS</title>
+<!--#include virtual="/server/banner.html" -->
+<h2>What is new in WinBoard / XBoard 4.5.1?</h2>
+
+ <p> This version fixes some bugs found in 4.5.0. Here is a quick list of the changes: </p>
+
+   <ul>
+   <li> bugfixes:
+    <ul>
+      <li>Revert "Implement -reset option feature in WinBoard"</li>
+        <li>Fix deselection of greyed-out variant button (WB)</li>
+       <li>Put warning in HTML help</li>
+       <li>Fix unmarked translation</li>
+       <li>Fix Alfil bug</li>
+       <li>Fix variant janus size prefix</li>
+       <li>Fix Xiangqi King facing</li>
+       <li>Fix showing of user move after adjudication</li>
+       <li>Make language choice from menu persistent</li>
+       <li>Fix ICS channel 0</li>
+       <li>Fix some resource leaks</li>
+     </ul>
+   </li>
+   <li> fixed packaging issues:
+     <ul>
+        <li>add DIFFSTAT and SHORTLOG to tar-ball</li>
+        <li>added history.c to the tar-ball. Needed for Winboard</li>
+     </ul>
+   </li>
+   <li> fixed compiler warnings/errors:
+     <ul>
+        <li>added missing header file for sprintf</li>
+        <li>added missing #includes and missing prototypes to filebrowser</li>
+        <li>Fix MSVC compilability</li>
+        <li>Fix 64-bit Windows compilability</li>
+        <li>Fix MSVC snprintf problem</li>
+     </ul>
+   </li>
+   <li> fixed configure problems:
+     <ul>
+        <li>fixed configure script to correctly detect Xaw3d library</li>
+        <li>updated configure.ac to check for Xaw header files</li>
+     </ul>
+   </li>
+   <li> misc:
+     <ul>
+       <li>Fix two typos in option names in texi file</li>
+     </ul>
+   </li>
+   </ul>
+
+<!--#include virtual="/server/footer.html" -->