Mercurial > p > roundup > code
changeset 283:4114d0af5526
Prep for pre-release #2
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 11 Oct 2001 05:01:29 +0000 |
| parents | fb1b67a8fd98 |
| children | ab74a46c3a9d |
| files | doc/announcement.txt setup.py |
| diffstat | 2 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/announcement.txt Thu Oct 11 00:17:51 2001 +0000 +++ b/doc/announcement.txt Thu Oct 11 05:01:29 2001 +0000 @@ -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 @@ **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/
--- a/setup.py Thu Oct 11 00:17:51 2001 +0000 +++ b/setup.py Thu Oct 11 05:01:29 2001 +0000 @@ -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 @@ 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 @@ # # $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 #
