From bd8a102bd5ccba532abb5de4638cafc7a2bc28f5 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 20 Feb 2011 16:10:16 -0800 Subject: [PATCH] updated Changelog, NEWS, etc. --- ChangeLog | 20 ++++++++++++++++++++ DIFFSTAT | 28 +++++++++++++++++----------- NEWS | 4 ++++ SHORTLOG | 8 ++++++-- 4 files changed, 47 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96d17fa..7ce8a3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,26 @@ ChangeLog for XBoard/WinBoard (latest entries created by git log --no-merges --pretty="%ai %an <%ae>:%n%s%n%n%b" vlast.. ) +2011-02-20 20:36:28 +0100 H.G. Muller : +Fix two typos in option names in texi file + +Polyglot was capitalyzed + +2011-02-20 00:03:19 +0100 H.G. Muller : +Fix some resource leaks + +Some files were opened not closed in XBoard, when loading XIM images +(which I doubt anyone ever does) but also when copying the clipboard +(which has the potential of being done very often). There was also some +code that would not work if conditional code which is permanently +disabled would be enabled. + +2011-02-17 20:17:04 -0800 Arun Persaud : +new developer release + +2011-02-17 20:14:38 -0800 Arun Persaud : +updated Changelog, NEWS, etc. + 2011-02-17 15:40:02 +0100 H.G. Muller : Fix MSVC snprintf problem diff --git a/DIFFSTAT b/DIFFSTAT index 97022ef..44711c5 100644 --- a/DIFFSTAT +++ b/DIFFSTAT @@ -2,27 +2,33 @@ (git diff -b --stat --summary -M v4.5.0 HEAD) + ChangeLog | 142 ++++++++++++++++++++++++++++++++++++++++++++ + DIFFSTAT | 26 ++++++++ Makefile.am | 2 +- - backend.c | 11 +++-- + NEWS | 32 ++++++++++ + SHORTLOG | 27 ++++++++ + backend.c | 11 ++-- childio.c | 1 + - configure.ac | 38 ++++++++--------- - filebrowser/dir.c | 18 +++----- - filebrowser/draw.c | 34 +++++++++------ - filebrowser/path.c | 99 ++++++++++++++++++++++--------------------- - filebrowser/selfile.c | 12 +++++- + configure.ac | 40 ++++++------- + filebrowser/dir.c | 18 ++---- + filebrowser/draw.c | 34 ++++++---- + filebrowser/path.c | 99 ++++++++++++++++--------------- + filebrowser/selfile.c | 12 ++++- moves.c | 5 +- + winboard/config.h | 6 +- winboard/help.c | 1 + winboard/help/html/01.htm | 2 +- - winboard/help/html/02.htm | 14 ++++++- + winboard/help/html/02.htm | 14 ++++- winboard/help/winboard.chm | Bin 86507 -> 86883 bytes winboard/makefile.ms | 4 +- winboard/wchat.c | 2 +- - winboard/winboard.c | 29 +++++++------ + winboard/winboard.c | 29 +++++---- winboard/winboard.dsp | 6 ++- winboard/woptions.c | 3 +- - winboard/wsettings.c | 5 +-- - 19 files changed, 158 insertions(+), 128 deletions(-) - + winboard/wsettings.c | 5 +- + xboard.c | 5 +- + xboard.texi | 10 ++-- + 26 files changed, 398 insertions(+), 138 deletions(-) ** Version 4.5.0 ** diff --git a/NEWS b/NEWS index 867714b..3e12e64 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,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 +30,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 ** diff --git a/SHORTLOG b/SHORTLOG index 0de191a..12a11b3 100644 --- a/SHORTLOG +++ b/SHORTLOG @@ -2,7 +2,7 @@ (git shortlog --no-merges v4.5.0..HEAD) -Arun Persaud (7): +Arun Persaud (9): add DIFFSTAT and SHORTLOG to tar-ball Revert "Implement -reset option feature in WinBoard" added history.c to the tar-ball. Needed for Winboard @@ -10,8 +10,10 @@ Arun Persaud (7): added missing #includes and missing prototypes to filebrowser fixed configure script to correctly detect Xaw3d library updated configure.ac to check for Xaw header files + updated Changelog, NEWS, etc. + new developer release -H.G. Muller (12): +H.G. Muller (14): Fix deselection of greyed-out variant button (WB) Fix MSVC compilability Fix 64-bit Windows compilability @@ -24,6 +26,8 @@ H.G. Muller (12): Make language choice from menu persistent Fix ICS channel 0 Fix MSVC snprintf problem + Fix some resource leaks + Fix two typos in option names in texi file ** Version 4.5.0 ** -- 1.7.0.4