X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=NEWS;h=e13f8bd263c1c30ea079b4c34bdd1e6dd1d86d43;hb=08a38fdd71f1fae28fb213d4c5f6fb0834967412;hp=867714b706f1f2307e01a119aa2a901110d900c2;hpb=b02e61c69e79b762e7df45601775615b919d6d06;p=xboard.git diff --git a/NEWS b/NEWS index 867714b..e13f8bd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +** Version master 20110822 (not an official release) + + * Main new features + * i18n support via gettext in XBoard, more languages in Winboard + * implement new promotion dialog/method (experimental) + * implement move type-in for XBoard + * engines can be loaded/switch while running + * new tag dialog + * copy game list menu item for XBoard + * added tournament manager + * bugfixes + * lots of them + * code changes + * fixed compiler warnings + * removed flex generated parser + +** Version 4.5.2 ** + + (see http://www.gnu.org/software/xboard/whats_new/4.5.2/ ) + + * Main new feature: + * Added many option dialogs and reworked some of the old ones + + * bugfixes, packaging and install: + * Fix nps bug + * Fix flipBlack option XBoard with board texture + * Fix two bugs in reading position diagram + * Fix parsing bug of FRC castling + * Fix bugs in FRC castling rights + * Fix display of promotion piece in ICS superchess + * Fix path browsing in WinBoard + * Fix use of game/position file in first match game + * Fix build on Mac OS X + * install bitmaps and sounds during "make install" + * some minor bug fixes + * code cleanup (e.g. 64 bit warnings, removed malloc.h) + ** Version 4.5.1 ** (see http://www.gnu.org/software/xboard/whats_new/4.5.1/ ) @@ -13,6 +50,7 @@ * 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 @@ -29,6 +67,9 @@ * 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 + ** Version 4.5.0 **