summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5039f34)
raw | patch | inline | side by side (parent: 5039f34)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 28 Jul 2003 23:41:04 +0000 (23:41 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 28 Jul 2003 23:41:04 +0000 (23:41 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1796 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
doc/announcement.txt | patch | blob | history | |
roundup/__init__.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 9434fe223ccd7e0ec5d7d75c53c483fee52813bc..a5fd2cf414594315a79bbe9e51248b2894085596 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
This file contains the changes to the Roundup system over time. The entries
are given with the most recent entry first.
-2003-??-?? 0.6.0??
+2003-07-29 0.6.0b4
- plugged cross-site-scripting hole (thanks Jeff Epler)
- handle deprecation of FCNTL in python2.2+ (sf bug 756756)
- handle missing Subject: line (sf bug 755331)
diff --git a/doc/announcement.txt b/doc/announcement.txt
index ae6f895891f7145ff8a2406f668f4cbbcede6470..d73127755798da3b8edf2a39dcdc02742662b63a 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
===================================================
-SC-Track Roundup 0.6.0b3 - an issue tracking system
+SC-Track Roundup 0.6.0b4 - an issue tracking system
===================================================
-This is the second release of the new version of Roundup which contains a
+This is a pre-release of the new version of Roundup which contains a
lot of new features. This release may contain bugs, so please run this using
a backup of your production tracker. Always follow the "Software Upgrade"
guidelines given in the maintenance documentation. If you're upgrading from
Roundup requires python 2.1.3 or later for correct operation.
-This release has a couple of bufixes mostly important to Windows users,
-making it possible for them to install new trackers!
-
The 0.6 release has lots of new goodies including:
- new instant-gratification Demo Mode ("python demo.py" :)
diff --git a/roundup/__init__.py b/roundup/__init__.py
index 8382cf88b51e27369b2fe6fd05fcf4d95338055e..e69bf0eb9c935ae065dd27478a7aec41ff658183 100644 (file)
--- a/roundup/__init__.py
+++ b/roundup/__init__.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: __init__.py,v 1.23 2003-06-09 23:17:22 richard Exp $
+# $Id: __init__.py,v 1.24 2003-07-28 23:41:04 richard Exp $
''' Roundup - issue tracking for knowledge workers.
much prettier cake :)
'''
-__version__ = '0.6.0b3'
+__version__ = '0.6.0b4'
# vim: set filetype=python ts=4 sw=4 et si