Skip to content

Commit 2e5e46a

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent d57b2e1 commit 2e5e46a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/announcement.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
I'm proud to release this, the 1.0.1 release of Roundup.
22

3-
In this release:
3+
Features in this release:
44

5-
Feature:
65
- scripts/import_sf.py will import a tracker from Sourceforge.NET
76
- added hasRole('Role Name') to HTMLUser
87

9-
Fixed:
8+
Fixed in this release:
9+
1010
- SQL generation for sort/group by separate Link properties (sf bug
1111
1417565)
1212
- fix timezone offsetting in email Date: header

setup.py

Lines changed: 4 additions & 4 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.85 2006-02-03 04:12:35 richard Exp $
19+
# $Id: setup.py,v 1.86 2006-02-03 05:27:59 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -351,13 +351,13 @@ def main():
351351
If you're upgrading from an older version of Roundup you *must* follow
352352
the "Software Upgrade" guidelines given in the maintenance documentation.
353353
354-
In this release:
354+
Features in this release:
355355
356-
Feature:
357356
- scripts/import_sf.py will import a tracker from Sourceforge.NET
358357
- added hasRole('Role Name') to HTMLUser
359358
360-
Fixed:
359+
Fixed in this release:
360+
361361
- SQL generation for sort/group by separate Link properties (sf bug
362362
1417565)
363363
- fix timezone offsetting in email Date: header

0 commit comments

Comments
 (0)