Skip to content

Commit 3a61bd0

Browse files
author
Richard Jones
committed
release
1 parent 9106951 commit 3a61bd0

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
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.6.0??
4+
2003-07-29 0.6.0b4
55
- plugged cross-site-scripting hole (thanks Jeff Epler)
66
- handle deprecation of FCNTL in python2.2+ (sf bug 756756)
77
- handle missing Subject: line (sf bug 755331)

doc/announcement.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
===================================================
2-
SC-Track Roundup 0.6.0b3 - an issue tracking system
2+
SC-Track Roundup 0.6.0b4 - an issue tracking system
33
===================================================
44

5-
This is the second release of the new version of Roundup which contains a
5+
This is a pre-release of the new version of Roundup which contains a
66
lot of new features. This release may contain bugs, so please run this using
77
a backup of your production tracker. Always follow the "Software Upgrade"
88
guidelines given in the maintenance documentation. If you're upgrading from
@@ -17,9 +17,6 @@ backend.
1717

1818
Roundup requires python 2.1.3 or later for correct operation.
1919

20-
This release has a couple of bufixes mostly important to Windows users,
21-
making it possible for them to install new trackers!
22-
2320
The 0.6 release has lots of new goodies including:
2421

2522
- new instant-gratification Demo Mode ("python demo.py" :)

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.23 2003-06-09 23:17:22 richard Exp $
18+
# $Id: __init__.py,v 1.24 2003-07-28 23:41:04 richard Exp $
1919

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

70-
__version__ = '0.6.0b3'
70+
__version__ = '0.6.0b4'
7171

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

0 commit comments

Comments
 (0)