Changelog for
gnuchess-6.2.5-179.1.x86_64.rpm :
* Sat Apr 28 2018 antoine.belvireAATTopensuse.org- Only suggest xboard, don\'t recommend it.- Use %license instead of %doc for license file (boo#1082318).- Use %install_info_delete macro instead of rewriting it.
* Tue Jul 25 2017 astiegerAATTsuse.com- gnuchess 6.2.5:
* Command history based on readline.
* New commands: coords/nocoords to enable/disable coordinates when printing the board.
* Command pgnsave will prompt the user to overwrite or not an existing file instead of appending the current game to the file.
* New languages.
* Bug fixes.
* Tue Nov 15 2016 astiegerAATTsuse.com- gnuchess 6.2.4:
* Print error for invalid move.
* Truncate user input if longer than 128 characters fixing CVE-2015-8972: user input buffer overflow (boo#1010143)
* Fri Oct 28 2016 astiegerAATTsuse.com- gnuchess 6.2.3:
* Quit after compiling book with option -a (--addbook)
* Updated translations
* Mon Oct 19 2015 astiegerAATTsuse.com- gnuchess 6.2.2:
* More robust program exit concerning threads.
* Detailed error messages for bad FEN syntax.
* Sun Jan 18 2015 andreas.stiegerAATTgmx.de- gnuchess 6.2.1: - Man page in English.- includes changes from 6.2.0; - \"Tighter connection\" with XBoard by means of an engine file and a logo, as expected by XBoard (>= 4.6.0). - Uppercase chars only for piece names, as Fruit doesn\'t like lowercase. - A man page based on help2man.- verify source signature
* Sun Oct 05 2014 andreas.stiegerAATTgmx.de- gnuchess 6.1.2:
* CFLAGS replaced by CPPFLAGS in info.
* Fix for correct handling of castling moves.
* Include translations to other languages.- includes changes from 6.1.1:
* Include translations to other languages.
* Minor corrections in translatable strings.
* Migrate frontend to C++.
* Use autoconf 2.69 and require it in configure.ac.
* Use automake 1.14.- includes changes from 6.1.0:
* Add support for package internationalization based on gettext
* Include first translations provided by the Translation Team.
* Graphic mode, a new board shape based on the unicode characters for chess.
* pgnreplay command, similar to pgnload, with the capability of manually showing a saved game step by step and moving backwards
* Fix bug in setboard.
* Avoid using 100% CPU in UCI mode.
* Rename the small book.bin as smallbook.bin.- includes changes from 6.0.3:
* Update to autoconf 2.69, automake 1.13
* If in manual mode, keep it after undo.
* Remove some unused code.
* Avoid crashing when importing book_1.01.pgn- licence is GPL-3.0+
* Fri Oct 26 2012 larsAATTlinux-schulserver.de- update gnuchess to 6.0.2: + New option --addbook to compile a book. + Maximum file name length of EPD files extended to 127 characters. + Book file allowed to be read only unless the BookLearn option is set.- new upstream Url- removed upstreamed gnuchess-return-nonvoid.patch- recommend xboard
* Tue Nov 29 2011 jreidingerAATTsuse.com- update gnuchess to official version 6.0.1- clean up patches- change generation of recent book dat from source during build
* Wed Aug 04 2010 packmanAATTlinks2linux.de- updated gnuchess to (unofficial) version 5.07.94.1b- updated to most recent book.dat- removed obsolete getline patch- added patches to fix a few rpmlint-warnings/errors- added gnuchess-add_new_bookpath.diff so gnuchess finds the default opening book in /usr/share/gnuchess
* Mon Jan 11 2010 packmanAATTlinks2linux.de- updated to (unofficial) version 5.07.9b by M. Vandenbergh- added script \"xgnuchess\" to start xboard with gnuchess as first and second chess engine- patches refreshed- description updated
* Fri Oct 16 2009 marek.beliskoAATTopen-nandra.com- Add missing fclose() and correct typo (bnc#534576)
* Sun Jun 07 2009 roAATTsuse.de- rename getline to my_getline to avoid conflict with function from glibc