From: richard Date: Thu, 11 Oct 2001 05:02:37 +0000 (+0000) Subject: changes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7553128ba6e08942fa770d6fe09c1c91d17a172c;p=roundup.git changes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@293 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index b20e4ae..ebad067 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,13 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -2001-10-07 - 0.3.0 +2001-10-11 - 0.3.0 pre 2 +Fixed: + . Hyperdatabase was inserting empty strings instead of None for missing + property values. This broke a lot of things. + + +2001-10-10 - 0.3.0 pre 1 Feature: . roundup-admin create now prompts for property info if none is supplied on the command-line. @@ -40,6 +46,9 @@ Fixed: . Change message was stuffing up for multilinks with no key property. + +-------------- + 2001-08-30 - 0.2.8 Fixed: . Wasn't handling unguessable mime types for file uploads.