changeset 1729:8996815813df 0.6.0b4

release
author Richard Jones <richard@users.sourceforge.net>
date Mon, 28 Jul 2003 23:41:04 +0000
parents 1f8bbdff56b9
children 2dd6b4c825e9
files CHANGES.txt doc/announcement.txt roundup/__init__.py
diffstat 3 files changed, 5 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Mon Jul 28 23:19:21 2003 +0000
+++ b/CHANGES.txt	Mon Jul 28 23:41:04 2003 +0000
@@ -1,7 +1,7 @@
 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)
--- a/doc/announcement.txt	Mon Jul 28 23:19:21 2003 +0000
+++ b/doc/announcement.txt	Mon Jul 28 23:41:04 2003 +0000
@@ -1,8 +1,8 @@
 ===================================================
-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
@@ -17,9 +17,6 @@
 
 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" :)
--- a/roundup/__init__.py	Mon Jul 28 23:19:21 2003 +0000
+++ b/roundup/__init__.py	Mon Jul 28 23:41:04 2003 +0000
@@ -15,7 +15,7 @@
 # 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.
 
@@ -67,6 +67,6 @@
 much prettier cake :)
 '''
 
-__version__ = '0.6.0b3'
+__version__ = '0.6.0b4'
 
 # vim: set filetype=python ts=4 sw=4 et si

Roundup Issue Tracker: http://roundup-tracker.org/