Skip to content

Commit e68425f

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 8c1febc commit e68425f

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
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-
2003-??-?? 0.5.8
4+
2003-06-19 0.5.8
55
- plugged cross-site-scripting hole (thanks Jeff Epler)
66
- minor interface tweak (sf bug 753885)
77

doc/announcement.txt

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=================================================
2-
SC-Track Roundup 0.5.7 - an issue tracking system
2+
SC-Track Roundup 0.5.8 - an issue tracking system
33
=================================================
44

55
This is a bugfix release for version 0.5.x - if you're upgrading from before
@@ -11,19 +11,8 @@ like to volunteer to fix it, let me know.
1111
Roundup requires python 2.1.3 or later for correct operation. Users of the
1212
sqlite backend are encouraged to upgrade sqlite to version 2.7.3.
1313

14-
We've had a good crack at bugs (thanks to all who contributed!):
15-
- fixed Interval maths (sf bug 665357)
16-
- fixed sqlite rollback/caching bug (sf bug 689383)
17-
- fixed rdbms table update detection logic (sf bug 703297)
18-
- fixed detection of bad date specs (sf bug 691439)
19-
- required String properties not being flagged (thanks Ajit George)
20-
- only look for CSV files when importing (thanks Dan Grassi)
21-
- can now unset values in CSV editing (sf bug 704788)
22-
- fixed rdbms email address lookup (case insensitivity)
23-
- email file attachments added to issue files list (sf bug 711501)
24-
- added socket timeout to attempt to prevent stuck processes (sf bug 665487)
25-
- email registered users shouldn't be able to log in (sf bug 714673)
26-
- handle missing addresses on users (sf bug 724537)
14+
This release fixes only one really important bug - it plugs a
15+
cross-site-scripting security hole.
2716

2817
Source and documentation is available at the website:
2918
http://roundup.sourceforge.net/

roundup/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.18.2.3 2003-05-08 07:07:42 richard Exp $
18+
# $Id: __init__.py,v 1.18.2.4 2003-06-18 23:52:54 richard Exp $
1919

2020
''' Roundup - issue tracking for knowledge workers.
2121
@@ -67,6 +67,6 @@
6767
much prettier cake :)
6868
'''
6969

70-
__version__ = '0.5.7'
70+
__version__ = '0.5.8'
7171

7272
# vim: set filetype=python ts=4 sw=4 et si

0 commit comments

Comments
 (0)