From ec4c7f90982f17526faf3a16e4bc62edf1e50e06 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Mon, 31 Dec 2007 17:22:29 +0000 Subject: [PATCH] Doc'd John's recent bug fixes. --- docs/CHANGES.txt | 10 +++++++++- src/tuxpaint.c | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index aedfee096..db6921a2a 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -9,7 +9,7 @@ http://www.tuxpaint.org/ $Id$ -2007.December.29 (0.9.19) +2007.December.31 (0.9.19) * Localization Updates: --------------------- * Danish translation @@ -45,6 +45,14 @@ $Id$ * Corrected issues that prevented building Tux Paint without sound support (extraneous SDL_mixer library calls). + * Preventing crash when starter images could not be loaded + (when trying to flip or mirror them). + John Popplewell + + * Fixed bug on Windows that caused image's metadata file to become corrupt + after 40 flips or mirrors, which in turn caused a crash on startup. + John Popplewell + 2007.November.17 (0.9.18) * Interface Improvements: diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 0d04aa72a..f5f1941be 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - December 11, 2007 + June 14, 2002 - December 31, 2007 $Id$ */