From 15c60b907e238b170ba2f2702f0cea91461e64df Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Mon, 18 Apr 2011 20:22:04 +0000 Subject: [PATCH] Doc'ing John P's error message bug fix. --- docs/CHANGES.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index eb7ef91cd..517036e9f 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,7 +8,7 @@ http://www.tuxpaint.org/ $Id$ -2011.April.15 (0.9.22) +2011.April.18 (0.9.22) * New Tools: ---------- * Label - A tool to add text to a drawing, which can be modified or @@ -403,6 +403,11 @@ $Id$ * Bug Fixes --------- + * Fixed error reporting when make_directory() fails. + (Fixes spurious + SF.net Bug #2765872) + John Popplewell + * Buffersize for holding Starter and image filenames was way too low. (Could crash with Starter images with very long filenames.)