From e3d541f391d70849cdb46eeafe3928ed6085d492 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 7 Dec 2009 21:42:37 -0800 Subject: [PATCH] release of version 4.4.2 Signed-off-by: Arun Persaud --- ChangeLog | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++ DIFFSTAT | 78 ++++++++++++++++++++++++++++++ NEWS | 28 +++++++++++ SHORTLOG | 35 +++++++++++++ configure.ac | 2 +- winboard/config.h | 4 +- 6 files changed, 282 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 66983be..ee197f0 100644 --- 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 : +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 : +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 : +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 : +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 : +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 : +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 : +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 : +Fix castling rights when copying FEN to clipboard (again) + +missed a spot last time + +2009-11-23 20:21:14 -0800 H.G. Muller : +fixed some outstanding pixmaps + +fixed transparency issues + +2009-11-22 12:47:00 -0800 Arun Persaud : +new developer release + + +2009-11-22 12:34:13 -0800 H.G. Muller : +fix the irritating wandering off of the MoveHistory window in XBoard on opening/closing. + + +2009-11-22 12:29:47 -0800 H.G. Muller : +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 : +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 : +removing some rather verbose debug messages that seem no longer needed. + + +2009-11-19 20:23:09 -0800 H.G. Muller : +fix engine-sync on move-number type-in bug + + +2009-11-18 19:15:26 -0800 H.G. Muller : +fix declaration of engineOutputDialogUp + +was defined as BOOLEAN (=char), but should be int + +2009-11-18 19:12:25 -0800 H.G. Muller : +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 : +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 : +fix casting rights after FEN pasting + + +2009-11-18 18:54:58 -0800 H.G. Muller : +fix crash on engine crash + + +2009-11-14 22:13:10 -0800 Arun Persaud : +fixed build on openbsd + +added missing header file + +2009-11-06 09:06:44 -0800 H.G. Muller : +cleaned up some debug messages and typos + + +2009-11-06 08:44:59 -0800 Arun Persaud : +removed files that should only be in the windboard directory + + +2009-11-05 19:32:35 -0800 Arun Persaud : +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 : +added missing library for build on OS X + +Xmu seems to be missing + +2009-10-31 10:42:50 -0700 Arun Persaud : +updated version number to unstable + + +2009-10-31 10:25:37 -0700 Arun Persaud : +release of version 4.4.1 + 2009-10-30 19:59:23 -0700 H.G. Muller : cleaned up ChangeLog and NEWS diff --git a/DIFFSTAT b/DIFFSTAT index 513a0d2..c4a072c 100644 --- 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 --- 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) diff --git a/SHORTLOG b/SHORTLOG index 527c0d9..0fb95f5 100644 --- 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) diff --git a/configure.ac b/configure.ac index c6c4666..418f71a 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/winboard/config.h b/winboard/config.h index c0c777d..9fb3c7a 100644 --- a/winboard/config.h +++ b/winboard/config.h @@ -46,13 +46,13 @@ #define PACKAGE_NAME "WinBoard" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "WinBoard 4.4.2.20091122" +#define PACKAGE_STRING "WinBoard 4.4.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "winboard" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.4.2.20091122" +#define PACKAGE_VERSION "4.4.2" /* Define the Windows-specific FILE version info. this *MUST* be four comma separated 16-bit integers */ #define PACKAGE_FILEVERSION 4,4,2,0 -- 1.7.0.4