From 3a8b35a6c9ae6dae4a06a6b918ccad7ad6d9b8f7 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 28 Jul 2003 23:41:04 +0000 Subject: [PATCH] release git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1796 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 2 +- doc/announcement.txt | 7 ++----- roundup/__init__.py | 4 ++-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9434fe2..a5fd2cf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) diff --git a/doc/announcement.txt b/doc/announcement.txt index ae6f895..d731277 100644 --- a/doc/announcement.txt +++ b/doc/announcement.txt @@ -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 @@ backend. 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 8382cf8..e69bf0e 100644 --- a/roundup/__init__.py +++ b/roundup/__init__.py @@ -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 @@ written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a much prettier cake :) ''' -__version__ = '0.6.0b3' +__version__ = '0.6.0b4' # vim: set filetype=python ts=4 sw=4 et si -- 2.30.2