Code

release
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 28 Jul 2003 23:41:04 +0000 (23:41 +0000)
committerrichard <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
doc/announcement.txt
roundup/__init__.py

index 9434fe223ccd7e0ec5d7d75c53c483fee52813bc..a5fd2cf414594315a79bbe9e51248b2894085596 100644 (file)
@@ -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)
index ae6f895891f7145ff8a2406f668f4cbbcede6470..d73127755798da3b8edf2a39dcdc02742662b63a 100644 (file)
@@ -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" :)
index 8382cf88b51e27369b2fe6fd05fcf4d95338055e..e69bf0eb9c935ae065dd27478a7aec41ff658183 100644 (file)
@@ -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