new developer release for 4.5.2
authorArun Persaud <arun@nubati.net>
Mon, 11 Apr 2011 06:06:00 +0000 (06:06 +0000)
committerArun Persaud <arun@nubati.net>
Mon, 11 Apr 2011 06:06:00 +0000 (06:06 +0000)
index.html
whats_new.html
whats_new/4.5.2/index.html [new file with mode: 0644]

index c32a1b4..c6a3c33 100644 (file)
@@ -143,9 +143,12 @@ know).</p>
 
 <p>It would be great if people would like to help in the developing process. We can use all kinds of help, from people who just use the software and have a feature request (send them to developer mailing list), to people who can update/check the documentation and especially people who test development versions (send problems to the developer mailing list). </p>
 
-<p>At the moment we have two developer versions:</p>
+<p>At the moment we have three developer versions:</p>
 
 <ul>
+<li>A snapshot of the v4.5.x branch: <a href="ftp://alpha.gnu.org/gnu/xboard/"> 4.5.2.20110410 </a>. <br />
+This will become version 4.5.2. Precompiled packaged versions are/will be available for <a href="http://download.opensuse.org/repositories/home:/apersaud/">openSUSE </a>, <a href="http://packages.debian.org/experimental/xboard">debian</a> and <a href="http://hgm.nubati.net/ ">Windows</a>.
+
 <li>A snapshot of the master branch: <a href="ftp://alpha.gnu.org/gnu/xboard/"> (nothing new since the last release) </a>. <br />
 The master branch included the development versions for v4.5.x. Precompiled packaged versions are available for <a href="http://download.opensuse.org/repositories/home:/apersaud/">openSUSE </a>, <a href="http://packages.debian.org/experimental/xboard">debian</a> and <a href="http://hgm.nubati.net/WinBoard-4.5.0.exe ">Windows</a>.
 
index fe23ffb..5ac5d71 100644 (file)
@@ -7,14 +7,18 @@
 
 <h3>Stable versions</h3>
 <ul>
-<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>
+<li><a href="whats_new/4.5.1/"> Version 4.5.1 </a><br /><p>Bugfixes for 4.5.0</p></li>
 </ul>
 
 <h3>Upcoming</h3>
 <ul>
-<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.2/"> Version 4.5.2 </a><br /><p>Bugfixes and new option menu for 4.5.1</p></li>
 </ul>
 
+<h3>Old</h3>
+<ul>
+<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>
 
 <!-- If needed, change the copyright block at the bottom. In general, -->
 <!-- all pages on the GNU web server should have the section about    -->
diff --git a/whats_new/4.5.2/index.html b/whats_new/4.5.2/index.html
new file mode 100644 (file)
index 0000000..460f88e
--- /dev/null
@@ -0,0 +1,26 @@
+<!--#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.2? (not yet released, only alpha version available)</h2>
+
+ <p> Bugfixes and improved option dialog for xboard: </p>
+
+   <ul>
+     <li>reworked many option dialogs</li>
+     <li>Fix nps bug</li>
+     <li>Fix flipBlack option XBoard with board texture</li>
+     <li>Fix two bugs in reading position diagram</li>
+     <li>Fix parsing bug of FRC castling</li>
+     <li>Fix bugs in FRC castling rights</li>
+     <li>Fix display of promotion piece in ICS superchess</li>
+     <li>Fix linegap option in board dialog</li>
+     <li>Fix animation masks on changing piece pixmaps</li>
+     <li>Fix crash on opening ICS Text Menu</li>
+     <li>Fix path browsing in WinBoard</li>
+     <li>Fix use of game/position file in first match game</li>
+     <li>Fix build on Mac OS X</li>
+     <li>some minor bug fixes</li>
+     <li>code cleanup (e.g. 64 bit warnings, removed malloc.h)</li>
+   </ul>
+
+<!--#include virtual="/server/footer.html" -->