Skip to content

Commit b70afa1

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 671a2fe commit b70afa1

File tree

4 files changed

+31
-26
lines changed

4 files changed

+31
-26
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.3
4+
2004-05-28 0.7.3
55
Fixed:
66
- add "checked" to truth values for Boolean input
77
- fixed import in metakit backend

doc/announcement.txt

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@ Roundup is a simple-to-use and -install issue-tracking system with
22
command-line, web and e-mail interfaces. It is based on the winning design
33
from Ka-Ping Yee in the Software Carpentry "Track" design competition.
44

5-
This maintenance release fixes some bugs in the 0.7 release of Roundup:
6-
7-
- anydbm sorting with None values (sf bug 952853)
8-
- roundup-server -g option not recognised (sf bug 952310)
9-
- HTML templating isset() inverted (sf bug 951779)
10-
- otks manager missing (sf bug 952931)
11-
- mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932)
12-
- fix DateHTMLProperty so local() can override user timezone (sf bug
13-
953678)
14-
- fix anydbm sort/group direction handling, and make RDBMS sort/group use
15-
Link'ed "order" properties (sf bug 953148)
16-
- fix Interval editing (sf bug 954891)
5+
0.7.3 is a SECURITY FIX release of Roundup. All users are encouraged
6+
to upgrade immediately.
7+
8+
This release also fixes a few minor bugs:
9+
10+
- add "checked" to truth values for Boolean input
11+
- fixed import in metakit backend
12+
- fix SearchAction use of Class.filter(), and clarify API docs for same
1713

1814
If you're upgrading from an older version of Roundup you *must* follow
1915
the "Software Upgrade" guidelines given in the maintenance documentation.

doc/upgrading.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ steps.
1313

1414
.. contents::
1515

16+
Migrating from 0.7.2 to 0.7.3
17+
=============================
18+
19+
0.7.3 Configuration
20+
-------------------
21+
22+
If you choose, you may specify the directory from which static files are
23+
served (those which use the URL component ``@@file``). Currently the
24+
directory defaults to the ``TEMPLATES`` configuration variable. You may
25+
define a new variable, ``STATIC_FILES`` which overrides this value for
26+
static files.
27+
28+
1629
Migrating from 0.7.0 to 0.7.2
1730
=============================
1831

setup.py

Lines changed: 9 additions & 13 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.2 2004-05-16 23:44:32 richard Exp $
19+
# $Id: setup.py,v 1.64.2.3 2004-05-27 22:17:23 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -217,18 +217,14 @@ def main():
217217
If you're upgrading from an older version of Roundup you *must* follow
218218
the "Software Upgrade" guidelines given in the maintenance documentation.
219219
220-
This release fixes some bugs in the previous release:
221-
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)
220+
0.7.3 is a SECURITY FIX release of Roundup. All users are encouraged
221+
to upgrade immediately.
222+
223+
This release also fixes a few minor bugs:
224+
225+
- add "checked" to truth values for Boolean input
226+
- fixed import in metakit backend
227+
- fix SearchAction use of Class.filter(), and clarify API docs for same
232228
''',
233229
author = "Richard Jones",
234230
author_email = "[email protected]",

0 commit comments

Comments
 (0)