Update master pages for 4.5.3 and 4.6.0 releases
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 23 Sep 2011 10:43:23 +0000 (12:43 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 23 Sep 2011 11:37:48 +0000 (13:37 +0200)
index.html
whats_new.html

index 1ac5e08..0cc35ab 100644 (file)
@@ -83,25 +83,6 @@ what normally would be the ICS socket of the child, and a new output channel
 of the parent, so that the parent can forward board and move lists belonging to
 a specific game to the slave dedicated to display it.</p>
 
-<h4>Allow run-time loading / unloading of engines</h4>
-<p>A tricky issue, because in the current code initializing the engine is intertwined
-with initializing XBoard. And the whole idea is to be able to switch engine without
-losing your current settings or indeed your current game. So it will require some
-good thought about which options need to be reset (like -fd, for sure), and which
-should be kept.</p>
-
-<h4>Implement a tournament manager in XBoard</h4>
-<p>Currently XBoard supports only two-player matches. If run-time changing of the
-engine becomes possible, it wold be nice if people could also perform automatic
-round-robins or gauntlets between a group of engines.</p>
-
-<h4>Processing of engine PVs before display</h4>
-<p>Currently XBoard just displays what the engine prints for PV in its thinking output
-literally. Which often means long algebraic. It would be nice if the user can choose
-the display format, so it can be SAN or even some other format (e.g. descriptive
-notation or some specific Xangqi or Shogi format), possibly through invoking an
-external processor.</p>
-
 <h4>Update the documentation</h4>
 <p>The documentation could need some updates. In our effort to merge
 Winboard and XBoard back together, we also want to merge the RTF file
@@ -122,7 +103,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.2a</a></p>
+is: <a href="ftp://ftp.gnu.org/gnu/xboard/">4.5.3</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
@@ -154,7 +135,7 @@ know).</p>
 This will become version 4.5.3. <a href="http://packages.debian.org/experimental/xboard">Debian packages</a> of these tar-balls are available.
 </li>
 <li>A snapshot of the master branch: <a href="ftp://alpha.gnu.org/gnu/xboard/"> master-20110822 </a>. <br />
-The master branch includes the development for v4.5.x and also has some more experimental features that need more testing and/or debugging. Precompiled packaged versions are available for <a href="http://packages.debian.org/experimental/xboard">debian</a> and <a href="http://hgm.nubati.net/WinBoard-4.5.0.exe ">Windows</a>. More current versions from the master branch can be downloaded via git or from the Open Build Server (see above).
+The master branch includes the development for v4.5.x and also has some more experimental features that need more testing and/or debugging. Precompiled packaged versions are available for <a href="http://packages.debian.org/experimental/xboard">debian</a> and <a href="http://hgm.nubati.net/WinBoard-4.5TM.exe ">Windows</a>. More current versions from the master branch can be downloaded via git or from the Open Build Server (see above).
 </li>
 <li> New GTK branch in git (no developer release available yet). </li>
 </ul>
index d0f3508..e5afc92 100644 (file)
@@ -7,17 +7,18 @@
 
 <h3>Stable versions</h3>
 <ul>
-<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>
+<li><a href="whats_new/4.5.3/"> Version 4.5.3 </a><br /><p>Bugfixes for 4.5.2</p></li>
 </ul>
 
 <h3>Upcoming</h3>
 <ul>
-<li> in the next release: (nothing at the moment)</li>
+<li><a href="whats_new/4.6.0/"> Version 4.6.0 </a><br /><p>Automatic engine tournaments, position searching and lots more.</p></li>
 <li> For features that most likely will be in future releases see <a href="http://hgm.nubati.net/news.html"> HGM's news page</a>.
 </ul>
 
 <h3>Old</h3>
 <ul>
+<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>
 <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>