Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwkendrick <wkendrick>2011-04-18 20:22:04 (GMT)
committer wkendrick <wkendrick>2011-04-18 20:22:04 (GMT)
commit7a76861bbd3819acea13e482d48b6dd51e7faa95 (patch)
tree49084dab6e9447d10b08d42efb8d3fe500acb83b
parentb61668da29ed6a566834a529b663ebc930ccca52 (diff)
Doc'ing John P's error message bug fix.
-rw-r--r--docs/CHANGES.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index b92c1ee..24e879b 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -6,9 +6,9 @@ Copyright (c) 2002-2011 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
-$Id: CHANGES.txt,v 1.769 2011/04/17 06:54:39 wkendrick Exp $
+$Id: CHANGES.txt,v 1.770 2011/04/18 20:22:04 wkendrick Exp $
-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: CHANGES.txt,v 1.769 2011/04/17 06:54:39 wkendrick Exp $
* 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.)