|
16 | 16 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
17 | 17 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
18 | 18 | # |
19 | | -# $Id: setup.py,v 1.64.2.1 2004-05-10 01:55:10 richard Exp $ |
| 19 | +# $Id: setup.py,v 1.64.2.2 2004-05-16 23:44:32 richard Exp $ |
20 | 20 |
|
21 | 21 | from distutils.core import setup, Extension |
22 | 22 | from distutils.util import get_platform |
@@ -219,14 +219,16 @@ def main(): |
219 | 219 |
|
220 | 220 | This release fixes some bugs in the previous release: |
221 | 221 |
|
222 | | -- several temp files made it into the source distribution (sf bug 949243) |
223 | | -- typo in roundup/instance.py |
224 | | -- missing CRLF var in rfc822.py (sf patch 949471) |
225 | | -- fix user creation page |
226 | | -- have roundup server pass though the cause of a "403 Forbidden" response |
227 | | -- fix schema mutation in sqlite backends (thanks Tamer Fahmy) |
228 | | -- make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg) |
229 | | -- fix RDBMS import (thanks Tamer Fahmy) |
| 222 | +- anydbm sorting with None values (sf bug 952853) |
| 223 | +- roundup-server -g option not recognised (sf bug 952310) |
| 224 | +- HTML templating isset() inverted (sf bug 951779) |
| 225 | +- otks manager missing (sf bug 952931) |
| 226 | +- mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932) |
| 227 | +- fix DateHTMLProperty so local() can override user timezone (sf bug |
| 228 | + 953678) |
| 229 | +- fix anydbm sort/group direction handling, and make RDBMS sort/group use |
| 230 | + Link'ed "order" properties (sf bug 953148) |
| 231 | +- fix Interval editing (sf bug 954891) |
230 | 232 | ''', |
231 | 233 | author = "Richard Jones", |
232 | 234 | author_email = "[email protected]", |
|
0 commit comments