From: richard Date: Thu, 11 Oct 2001 05:01:29 +0000 (+0000) Subject: Prep for pre-release #2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3cb2a23d76e828341aad0841291c03cb4127149a;p=roundup.git Prep for pre-release #2 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@292 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/announcement.txt b/doc/announcement.txt index f83ddbd..227b7fc 100644 --- a/doc/announcement.txt +++ b/doc/announcement.txt @@ -1,4 +1,4 @@ - Roundup 0.3.0pre1 - an issue tracking system + Roundup 0.3.0pre2 - an issue tracking system **PREVIEW RELEASE** @@ -9,9 +9,8 @@ we're releasing this preview for the bleeding-edge users. **NOTE** existing users _must_ read the MIGRATION.txt that accompanies the source. -This release includes several bug fixes and usability improvements. It -switches the CGI interface authentication over from HTTP Basic to cookie -based. It introduces encoded password storage. See the CHANGES file accompanying the source for more detail. +This release fixes a nasty bug in the hyperdatabase that was inserted in +pre-release 1. Users who downloaded that release MUST download this release. Source and documentation is available at the website: http://roundup.sourceforge.net/ diff --git a/setup.py b/setup.py index c39a704..f4cf3ef 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.21 2001-10-10 04:18:38 richard Exp $ +# $Id: setup.py,v 1.22 2001-10-11 05:01:28 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -42,7 +42,7 @@ for t in templates: setup ( name = "roundup", - version = "0.3.0pre1", + version = "0.3.0pre2", description = "Roundup issue tracking system.", author = "Richard Jones", author_email = "richard@users.sourceforge.net", @@ -53,6 +53,9 @@ setup ( name = "roundup", # # $Log: not supported by cvs2svn $ +# Revision 1.21 2001/10/10 04:18:38 richard +# Getting ready for a preview release for 0.3.0. +# # Revision 1.20 2001/10/08 21:49:30 richard # Minor pre- 0.3.0 changes #