release of version 4.4.2 v4.4.2
authorArun Persaud <arun@nubati.net>
Tue, 8 Dec 2009 05:42:37 +0000 (21:42 -0800)
committerArun Persaud <arun@nubati.net>
Tue, 8 Dec 2009 05:42:37 +0000 (21:42 -0800)
Signed-off-by: Arun Persaud <arun@nubati.net>

ChangeLog
DIFFSTAT
NEWS
SHORTLOG
configure.ac
winboard/config.h

index 66983be..ee197f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,144 @@ ChangeLog for XBoard/WinBoard
 
 (latest entries created by git log --no-merges --pretty="%ai %an <%ae>:%n%s%n%n%b" vnew vold)
 
+2009-12-06 11:34:50 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+remove trailing \r in xboard output
+
+there is an annoying carriage return (displayed as ^M) at the end of the PV in the engine-output window, not
+only with Fairy-Max, but also with UCI engine running under Polyglot. This patch replaces the trailing CR that Linux programs send after the PV line y a space.
+
+2009-11-29 11:56:32 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+double buffer size to prevent overflow
+
+This patch doubles the size of the ICS input buffer to 16KB, to prevent
+the suspected overflow with -keepLineBreaksICS false when using
+"inchannel 1" on FICS and over 500 people are tuned in.
+
+2009-11-28 13:33:52 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+fix problem with empty string in -firstNeedsNoncompliantFEN
+
+This fixes a bug in the use of the -firstNeedsNoncompliantFEN option with
+an empty string as argument. (Which led to truncation of the FEN.)
+
+2009-11-28 13:32:12 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+updates makefiles to include dependency on config.h
+
+adds the dependency of wbres.o on config.c introduced by having the VersionInfo in the resource
+
+2009-11-28 13:28:00 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+correctly apply some check boxes from the option menu
+
+Usng the check-boxes in the Option->Adjudications menu to indicate the
+engine reports absolute scores is now copied directly to the ChessProgramState,
+from where it is used, in stead of only to appData. This makes the change take
+effect immediately, in stead of after restarting.
+
+2009-11-28 13:27:43 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+score sign in analysis mode
+
+this does not alter any of the current behavior with compliant engines,
+but does extend the correction for non-compliant score reporting under
+control of the -first(second)ScoreIsAbs option to cases where the engine
+is analyzing or playing on an ICS.
+
+2009-11-24 21:09:30 -0800 Arun Persaud <arun@nubati.net>:
+fix for bug #28077: xboard needs to link against x11
+
+hopefully fixed automake to take care of this
+
+2009-11-23 20:37:20 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+Fix castling rights when copying FEN to clipboard (again)
+
+missed a spot last time
+
+2009-11-23 20:21:14 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+fixed some outstanding pixmaps
+
+fixed transparency issues
+
+2009-11-22 12:47:00 -0800 Arun Persaud <arun@nubati.net>:
+new developer release
+
+
+2009-11-22 12:34:13 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+fix the irritating wandering off of the MoveHistory window in XBoard on opening/closing.
+
+
+2009-11-22 12:29:47 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+use xtell for talking to handles, but tell for talking into a channel.
+
+by changing the chatboxes to use xtell in stead of tell, we broke
+the possibility to use the chat-box for chatting into a channel (which is
+apparently not possible with xtell).
+
+2009-11-22 12:15:15 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+fix bug in bughouse drop menu
+
+This patch fixes the bughouse drop menu, which was broken by the
+new mouse driver, and could no longer drop white Pawns.
+
+2009-11-22 12:13:05 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+removing some rather verbose debug messages that seem no longer needed.
+
+
+2009-11-19 20:23:09 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+fix engine-sync on move-number type-in bug
+
+
+2009-11-18 19:15:26 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+fix declaration of engineOutputDialogUp
+
+was defined as BOOLEAN (=char), but should be int
+
+2009-11-18 19:12:25 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+fix double start of zippy engine after switch to gothic
+
+In ICS mode we now switch to the proper variant as soon as we receive
+the generic game-start message, to prevent a mismatch when the first
+board is received (which would trigger fetching of a move list).
+
+2009-11-18 19:09:20 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+the last move before the time control now gets its time listed in the PGN
+
+
+2009-11-18 19:08:30 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+fix casting rights after FEN pasting
+
+
+2009-11-18 18:54:58 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+fix crash on engine crash
+
+
+2009-11-14 22:13:10 -0800 Arun Persaud <arun@nubati.net>:
+fixed build on openbsd
+
+added missing header file
+
+2009-11-06 09:06:44 -0800 H.G. Muller <h.g.muller@hccnet.nl>:
+cleaned up some debug messages and typos
+
+
+2009-11-06 08:44:59 -0800 Arun Persaud <arun@nubati.net>:
+removed files that should only be in the windboard directory
+
+
+2009-11-05 19:32:35 -0800 Arun Persaud <arun@nubati.net>:
+add Winboard source files into tar-ball
+
+forgot to add them when rewriting the Makefile.am
+
+2009-11-05 19:03:17 -0800 Arun Persaud <arun@nubati.net>:
+added missing library for build on OS X
+
+Xmu seems to be missing
+
+2009-10-31 10:42:50 -0700 Arun Persaud <arun@nubati.net>:
+updated version number to unstable
+
+
+2009-10-31 10:25:37 -0700 Arun Persaud <arun@nubati.net>:
+release of version 4.4.1
+
 2009-10-30 19:59:23 -0700 H.G. Muller <h.g.muller@hccnet.nl>:
 cleaned up ChangeLog and NEWS
 
index 513a0d2..c4a072c 100644 (file)
--- a/DIFFSTAT
+++ b/DIFFSTAT
@@ -1,3 +1,81 @@
+
+** Version 4.4.2 **
+
+(git diff --stat --summary -M v4.4.1...HEAD)
+
+ Makefile.am            |    6 +-
+ backend.c              |  108 +++++++++++++++++++++++------------------------
+ backend.h              |    1 +
+ configure.ac           |   12 ++++-
+ moves.c                |   36 +---------------
+ pixmaps/asdd72.xpm     |   26 ++++++------
+ pixmaps/asdl72.xpm     |   26 ++++++------
+ pixmaps/cvdd37.xpm     |   32 +++++++-------
+ pixmaps/cvdd45.xpm     |   42 +++++++++---------
+ pixmaps/cvdd49.xpm     |   48 +++++++++++-----------
+ pixmaps/cvdl37.xpm     |   32 +++++++-------
+ pixmaps/cvdl45.xpm     |   42 +++++++++---------
+ pixmaps/cvdl49.xpm     |   48 +++++++++++-----------
+ pixmaps/hdd49.xpm      |   64 ++++++++++++++--------------
+ pixmaps/hdd72.xpm      |  108 ++++++++++++++++++++++++------------------------
+ pixmaps/hdl49.xpm      |   64 ++++++++++++++--------------
+ pixmaps/hdl72.xpm      |  108 ++++++++++++++++++++++++------------------------
+ shogibitmaps/README    |    2 -
+ shogibitmaps/sa58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sb58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sc58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sf58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sg58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sh58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sk58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sk58w.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sl58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sl58w.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sn58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sn58w.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sp58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sp58w.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sr58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sr58w.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/ss58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/su58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sw58o.bmp |  Bin 526 -> 0 bytes
+ shogibitmaps/sw58w.bmp |  Bin 526 -> 0 bytes
+ winboard/config.h      |    6 +-
+ winboard/makefile.gcc  |    2 +-
+ winboard/makefile.ms   |    2 +-
+ winboard/wchat.c       |    5 +-
+ winboard/wclipbrd.c    |    3 +-
+ winboard/winboard.c    |    9 +---
+ winboard/woptions.c    |    4 +-
+ xboard.c               |    1 +
+ xengineoutput.c        |    4 ++
+ xhistory.c             |   25 ++++++-----
+ xoptions.c             |    5 +-
+ 49 files changed, 424 insertions(+), 447 deletions(-)
+ delete mode 100644 shogibitmaps/README
+ delete mode 100644 shogibitmaps/sa58o.bmp
+ delete mode 100644 shogibitmaps/sb58o.bmp
+ delete mode 100644 shogibitmaps/sc58o.bmp
+ delete mode 100644 shogibitmaps/sf58o.bmp
+ delete mode 100644 shogibitmaps/sg58o.bmp
+ delete mode 100644 shogibitmaps/sh58o.bmp
+ delete mode 100644 shogibitmaps/sk58o.bmp
+ delete mode 100644 shogibitmaps/sk58w.bmp
+ delete mode 100644 shogibitmaps/sl58o.bmp
+ delete mode 100644 shogibitmaps/sl58w.bmp
+ delete mode 100644 shogibitmaps/sn58o.bmp
+ delete mode 100644 shogibitmaps/sn58w.bmp
+ delete mode 100644 shogibitmaps/sp58o.bmp
+ delete mode 100644 shogibitmaps/sp58w.bmp
+ delete mode 100644 shogibitmaps/sr58o.bmp
+ delete mode 100644 shogibitmaps/sr58w.bmp
+ delete mode 100644 shogibitmaps/ss58o.bmp
+ delete mode 100644 shogibitmaps/su58o.bmp
+ delete mode 100644 shogibitmaps/sw58o.bmp
+ delete mode 100644 shogibitmaps/sw58w.bmp
+
+   
 ** Version 4.4.1 **
 
 (git diff --stat --summary -M vold...vnew)
diff --git a/NEWS b/NEWS
index 25a1661..aa6e059 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+** Version 4.4.2 **
+
+ * add Winboard source files into tar-ball
+ * remove trailing \r in xboard output
+ * double buffer size to prevent overflow
+ * fix problem with empty string in -firstNeedsNoncompliantFEN
+ * updates makefiles to include dependency on config.h
+ * correctly apply some check boxes from the option menu
+ * score sign in analysis mode
+ * fix for bug #28077: xboard needs to link against x11
+ * fix castling rights when copying FEN to clipboard (again)
+ * fixed some outstanding pixmaps
+ * fix the irritating wandering off of the MoveHistory window in XBoard on opening/closing.
+ * use xtell for talking to handles, but tell for talking into a channel.
+ * fix bug in bughouse drop menu
+ * removing some rather verbose debug messages that seem no longer needed.
+ * fix engine-sync on move-number type-in bug
+ * fix declaration of engineOutputDialogUp
+ * fix double start of zippy engine after switch to gothic
+ * the last move before the time control now gets its time listed in the PGN
+ * fix casting rights after FEN pasting
+ * fix crash on engine crash
+ * fixed build on openbsd
+ * cleaned up some debug messages and typos
+ * removed files that should only be in the windboard directory
+ * added missing library for build on OS X
+
+
 ** Version 4.4.1 **
    
  * added chat windows to keep track of multiple conversations (WinBoard only)
index 527c0d9..0fb95f5 100644 (file)
--- a/SHORTLOG
+++ b/SHORTLOG
@@ -1,3 +1,38 @@
+** Version 4.4.2 **
+
+(git shortlog --no-merges v4.4.1...HEAD)
+
+Arun Persaud (7):
+      updated version number to unstable
+      added missing library for build on OS X
+      add Winboard source files into tar-ball
+      removed files that should only be in the windboard directory
+      fixed build on openbsd
+      new developer release
+      fix for bug #28077: xboard needs to link against x11
+
+H.G. Muller (19):
+      cleaned up some debug messages and typos
+      fix crash on engine crash
+      fix casting rights after FEN pasting
+      the last move before the time control now gets its time listed in the PGN
+      fix double start of zippy engine after switch to gothic
+      fix declaration of engineOutputDialogUp
+      fix engine-sync on move-number type-in bug
+      removing some rather verbose debug messages that seem no longer needed.
+      fix bug in bughouse drop menu
+      use xtell for talking to handles, but tell for talking into a channel.
+      fix the irritating wandering off of the MoveHistory window in XBoard on opening/closing.
+      fixed some outstanding pixmaps
+      Fix castling rights when copying FEN to clipboard (again)
+      score sign in analysis mode
+      correctly apply some check boxes from the option menu
+      updates makefiles to include dependency on config.h
+      fix problem with empty string in -firstNeedsNoncompliantFEN
+      double buffer size to prevent overflow
+      remove trailing \r in xboard output
+
+
 ** Version 4.4.1 **
 
 (git shortlog --no-merges vold...vnew)
index c6c4666..418f71a 100644 (file)
@@ -28,7 +28,7 @@ dnl| to regenerate configure.  Then submit your changes to be folded into
 dnl| the standard version of xboard.
 
 dnl| define second argument as VERSION.PATCHLEVEL. e.g. 4.4.0j
-AC_INIT([xboard],[4.4.2.20091122],[bug-xboard@gnu.org])
+AC_INIT([xboard],[4.4.2],[bug-xboard@gnu.org])
 AM_INIT_AUTOMAKE
 
 AC_CONFIG_HEADERS([config.h])
index c0c777d..9fb3c7a 100644 (file)
 #define PACKAGE_NAME "WinBoard"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING "WinBoard 4.4.2.20091122"\r
+#define PACKAGE_STRING "WinBoard 4.4.2"\r
 \r
 /* Define to the one symbol short name of this package. */\r
 #define PACKAGE_TARNAME "winboard"\r
 \r
 /* Define to the version of this package. */\r
-#define PACKAGE_VERSION "4.4.2.20091122"\r
+#define PACKAGE_VERSION "4.4.2"\r
 \r
 /* Define the Windows-specific FILE version info.  this *MUST* be four comma separated 16-bit integers */\r
 #define PACKAGE_FILEVERSION 4,4,2,0\r