X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=NEWS;h=6a08b06ce8b3f00aa08eea71f796ebcd372b1459;hb=cb580bd45de2c6831ffc725994908bf417cf1e60;hp=25a1661ce11ae75fdfc040e9fd6cf76e02493fa0;hpb=c93eedf6f6f08a5544268fbd733c05980d6b7c66;p=xboard.git diff --git a/NEWS b/NEWS index 25a1661..6a08b06 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,53 @@ +** Version 4.4.3 ** + + * Add variant Makruk + * Implement castling for variant CRC + * Extensive bugfix of -autoKibitz + * Accept for changing chat partner + * Change opening array -variant fairy + * Send continuation lines to chat box they belong to + * Use -keepAlive option to determine connection health + * Fix of ancient WinBoard bug: check value of int options + * Fix bug for incommensurate time odds + * Fix piece-to-char table -variant fairy + * Fix TwoKings ICS castling-rights bug + * Fix reading castling rights FEN in knightmate and twokings + * Fix OO-castling in FRC after pasting FEN + * Fix bug in display of logos + * Fix highlighting bug in XBoard + * Match handles with multiple titles for channel Chat Boxes + * Make WinBoard makefiles use parser.c in XBoard directory + * Added missing sounds files to be able to compile on windows + * Small bugfixes + +** 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)