From b00f8e592a83cbf232a3ea978a162d682ae9d9c9 Mon Sep 17 00:00:00 2001
From: Arun Persaud
Date: Sun, 1 May 2011 20:56:38 -0700
Subject: [PATCH] updates for release 4.5.2a
---
index.html | 2 +-
whats_new.html | 3 +-
whats_new/4.5.2a/index.html | 52 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 whats_new/4.5.2a/index.html
diff --git a/index.html b/index.html
index 1b50401..7c3845c 100644
--- a/index.html
+++ b/index.html
@@ -122,7 +122,7 @@ all developers have access to it.
stable version
The current stable version
-is: 4.5.2
+is: 4.5.2a
It can be found on the main GNU ftp server:
http://ftp.gnu.org/gnu/xboard/ (via http) and
diff --git a/whats_new.html b/whats_new.html
index cc69410..d0f3508 100644
--- a/whats_new.html
+++ b/whats_new.html
@@ -7,7 +7,7 @@
Stable versions
Upcoming
@@ -18,6 +18,7 @@
Old
diff --git a/whats_new/4.5.2a/index.html b/whats_new/4.5.2a/index.html
new file mode 100644
index 0000000..ee23330
--- /dev/null
+++ b/whats_new/4.5.2a/index.html
@@ -0,0 +1,52 @@
+
+XBoard - GNU Project - Free Software Foundation - NEWS
+
+What is new in WinBoard / XBoard 4.5.1?
+
+ This version fixes some bugs found in 4.5.0. Here is a quick list of the changes:
+
+
+ - bugfixes:
+
+ - Revert "Implement -reset option feature in WinBoard"
+ - Fix deselection of greyed-out variant button (WB)
+ - Put warning in HTML help
+ - Fix unmarked translation
+ - Fix Alfil bug
+ - Fix variant janus size prefix
+ - Fix Xiangqi King facing
+ - Fix showing of user move after adjudication
+ - Make language choice from menu persistent
+ - Fix ICS channel 0
+ - Fix some resource leaks
+
+
+ - fixed packaging issues:
+
+ - add DIFFSTAT and SHORTLOG to tar-ball
+ - added history.c to the tar-ball. Needed for Winboard
+
+
+ - fixed compiler warnings/errors:
+
+ - added missing header file for sprintf
+ - added missing #includes and missing prototypes to filebrowser
+ - Fix MSVC compilability
+ - Fix 64-bit Windows compilability
+ - Fix MSVC snprintf problem
+
+
+ - fixed configure problems:
+
+ - fixed configure script to correctly detect Xaw3d library
+ - updated configure.ac to check for Xaw header files
+
+
+ - misc:
+
+ - Fix two typos in option names in texi file
+
+
+
+
+
--
1.7.0.4