X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ChangeLog;h=6a60026ad44b47097dd2205c42d69e2bee8af2b8;hb=9d90dc40cca05e03cafd0519e17f15b1d7441e37;hp=5198de5609392b4025b7fdaaef38770d82d7014f;hpb=0d182b4efac85dce968068bfe4509e52e9a30051;p=polyglot.git diff --git a/ChangeLog b/ChangeLog index 5198de5..6a60026 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +=========1.4.32b================ +- Bugfix: the default setting for RepeatPV had become false again... +=========1.4.31b================ +- Bugfix: improper handling of vararg function. +=========1.4.30b================ +- Some more meaningful error messages added. +- Some buffer overflow checks added. +- Simplification of strange signal kludge in gui.c. +- Removal of obsolete code in engine.c and gui.c. Platform specific code has been abstracted and pushed into pipex_win32.c and pipex_posix.c +- The format of the version number has changed once again. Debian was unhappy with the previous one. +=========1.4b29================ +- Conversion from C++ to C (suggested by E.M.) +- More refactoring. The win32 and posix I/O now have a uniform interface (see pipex.h). +=========1.4b28================ +- Some comments added to explain the exact behaviour of some of the public functions in pipe.cpp. +- LineInput now returns a bool which is FALSE in case of EOF. =========1.4b27================ - Option "ScoreWhite" : report score from white's point of view (suggested by E.M.). - Option "KibitzInterval" : try to wait this many seconds between kibitzes (suggested by E.M.)