Mercurial > p > roundup > code
diff CHANGES.txt @ 3421:0d9406d14186
MySQL now creates String columns using the TEXT column type
also, a minor doc fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 24 Oct 2005 03:37:11 +0000 |
| parents | 9b8019f28158 |
| children | 1f8f81a0f8c4 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Oct 07 05:35:04 2005 +0000 +++ b/CHANGES.txt Mon Oct 24 03:37:11 2005 +0000 @@ -1,6 +1,11 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. +2005-??-?? 0.9.0b2 +Fixed: +- MySQL now creates String columns using the TEXT column type + + 2005-10-07 0.9.0b1 Feature: - added "imapServer.py" script (sf patch 934567)
