Mercurial > p > roundup > code
changeset 2322:77f41a7e3e03 maint-0.7 0.7.2
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 16 May 2004 23:44:32 +0000 |
| parents | c075edcc8153 |
| children | 30b6470d89be |
| files | CHANGES.txt doc/announcement.txt setup.py |
| diffstat | 3 files changed, 23 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 16 22:00:08 2004 +0000 +++ b/CHANGES.txt Sun May 16 23:44:32 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-05-?? 0.7.2 +2004-05-17 0.7.2 Fixed: - anydbm sorting with None values (sf bug 952853) - roundup-server -g option not recognised (sf bug 952310)
--- a/doc/announcement.txt Sun May 16 22:00:08 2004 +0000 +++ b/doc/announcement.txt Sun May 16 23:44:32 2004 +0000 @@ -1,13 +1,15 @@ -This release fixes some bugs in the initial 0.7 release of Roundup: +This maintenance release fixes some bugs in the 0.7 release of Roundup: -- several temp files made it into the source distribution (sf bug 949243) -- typo in roundup/instance.py -- missing CRLF var in rfc822.py (sf patch 949471) -- fix user creation page -- have roundup server pass though the cause of a "403 Forbidden" response -- fix schema mutation in sqlite backends (thanks Tamer Fahmy) -- make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg) -- fix RDBMS import (thanks Tamer Fahmy) +- anydbm sorting with None values (sf bug 952853) +- roundup-server -g option not recognised (sf bug 952310) +- HTML templating isset() inverted (sf bug 951779) +- otks manager missing (sf bug 952931) +- mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932) +- fix DateHTMLProperty so local() can override user timezone (sf bug + 953678) +- fix anydbm sort/group direction handling, and make RDBMS sort/group use + Link'ed "order" properties (sf bug 953148) +- fix Interval editing (sf bug 954891) Known issues:
--- a/setup.py Sun May 16 22:00:08 2004 +0000 +++ b/setup.py Sun May 16 23:44:32 2004 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.64.2.1 2004-05-10 01:55:10 richard Exp $ +# $Id: setup.py,v 1.64.2.2 2004-05-16 23:44:32 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -219,14 +219,16 @@ This release fixes some bugs in the previous release: -- several temp files made it into the source distribution (sf bug 949243) -- typo in roundup/instance.py -- missing CRLF var in rfc822.py (sf patch 949471) -- fix user creation page -- have roundup server pass though the cause of a "403 Forbidden" response -- fix schema mutation in sqlite backends (thanks Tamer Fahmy) -- make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg) -- fix RDBMS import (thanks Tamer Fahmy) +- anydbm sorting with None values (sf bug 952853) +- roundup-server -g option not recognised (sf bug 952310) +- HTML templating isset() inverted (sf bug 951779) +- otks manager missing (sf bug 952931) +- mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932) +- fix DateHTMLProperty so local() can override user timezone (sf bug + 953678) +- fix anydbm sort/group direction handling, and make RDBMS sort/group use + Link'ed "order" properties (sf bug 953148) +- fix Interval editing (sf bug 954891) ''', author = "Richard Jones", author_email = "richard@users.sourceforge.net",
