Doc'ing John P's error message bug fix.

This commit is contained in:
William Kendrick 2011-04-18 20:22:04 +00:00
parent 4aca3712dc
commit 15c60b907e

View file

@ -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 <john@johnnypops.demon.co.uk>
* Buffersize for holding Starter and image filenames was way too low.
(Could crash with Starter images with very long filenames.)