Skip to content

Commit fa163de

Browse files
author
Richard Jones
committed
pre-release stuff
1 parent c2fecb8 commit fa163de

File tree

3 files changed

+24
-20
lines changed

3 files changed

+24
-20
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4-
2004-05-?? 0.7.2
4+
2004-05-17 0.7.2
55
Fixed:
66
- anydbm sorting with None values (sf bug 952853)
77
- roundup-server -g option not recognised (sf bug 952310)

doc/announcement.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
This release fixes some bugs in the initial 0.7 release of Roundup:
2-
3-
- several temp files made it into the source distribution (sf bug 949243)
4-
- typo in roundup/instance.py
5-
- missing CRLF var in rfc822.py (sf patch 949471)
6-
- fix user creation page
7-
- have roundup server pass though the cause of a "403 Forbidden" response
8-
- fix schema mutation in sqlite backends (thanks Tamer Fahmy)
9-
- make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg)
10-
- fix RDBMS import (thanks Tamer Fahmy)
1+
This maintenance release fixes some bugs in the 0.7 release of Roundup:
2+
3+
- anydbm sorting with None values (sf bug 952853)
4+
- roundup-server -g option not recognised (sf bug 952310)
5+
- HTML templating isset() inverted (sf bug 951779)
6+
- otks manager missing (sf bug 952931)
7+
- mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932)
8+
- fix DateHTMLProperty so local() can override user timezone (sf bug
9+
953678)
10+
- fix anydbm sort/group direction handling, and make RDBMS sort/group use
11+
Link'ed "order" properties (sf bug 953148)
12+
- fix Interval editing (sf bug 954891)
1113

1214
Known issues:
1315

setup.py

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
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 $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -219,14 +219,16 @@ def main():
219219
220220
This release fixes some bugs in the previous release:
221221
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)
230232
''',
231233
author = "Richard Jones",
232234
author_email = "[email protected]",

0 commit comments

Comments
 (0)