Mercurial > p > roundup > code
changeset 2436:a7a8b5434262 maint-0.7 0.7.4
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 09 Jun 2004 22:49:48 +0000 |
| parents | a8db3996b4f5 |
| children | d067a4a7ace9 |
| files | CHANGES.txt doc/announcement.txt |
| diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jun 09 09:49:27 2004 +0000 +++ b/CHANGES.txt Wed Jun 09 22:49:48 2004 +0000 @@ -1,7 +1,7 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -2004-??-?? 0.7.4 +2004-06-10 0.7.4 Fixed: - re-acquire the OTK manager when we re-open the database - mailgw handler can close the database on us @@ -12,6 +12,7 @@ 959177 and 964231) - fixed RDBMS journal packing (sf bug 959177) - fixed filtering by floats in anydbm (sf bug 963584) +- fixed mysql upgrading of journals (sf bug 950410) 2004-05-28 0.7.3
--- a/doc/announcement.txt Wed Jun 09 09:49:27 2004 +0000 +++ b/doc/announcement.txt Wed Jun 09 22:49:48 2004 +0000 @@ -13,6 +13,7 @@ 959177 and 964231) - fixed RDBMS journal packing (sf bug 959177) - fixed filtering by floats in anydbm (sf bug 963584) +- fixed mysql upgrading of journals (sf bug 950410) If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation.
