Mercurial > p > roundup > code
changeset 268:dcc1ed25e6bc
Minor pre- 0.3.0 changes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 08 Oct 2001 21:49:30 +0000 |
| parents | ee5e1436ac91 |
| children | 82cfd78f3c4e |
| files | CHANGES.txt doc/announcement.txt doc/index.html setup.py |
| diffstat | 4 files changed, 15 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Mon Oct 08 00:34:31 2001 +0000 +++ b/CHANGES.txt Mon Oct 08 21:49:30 2001 +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. -2001-??-?? - 0.2.9 +2001-10-07 - 0.3.0 Feature: . roundup-admin create now prompts for property info if none is supplied on the command-line. @@ -31,6 +31,8 @@ an item now throws an exception. . The plain() template function now html-escapes the content. +-------------------- + 2001-08-30 - 0.2.8 Fixed: . Wasn't handling unguessable mime types for file uploads.
--- a/doc/announcement.txt Mon Oct 08 00:34:31 2001 +0000 +++ b/doc/announcement.txt Mon Oct 08 21:49:30 2001 +0000 @@ -1,10 +1,10 @@ - Roundup 0.2.8 - an issue tracking system + Roundup 0.3.0 - an issue tracking system -This is a bugfix release. +** note for existing users of extended schema -Fixed: - . Missing import in mailgw. - +This release includes several bug fixes and usability improvements. It +also switches the CGI interface authentication over from HTTP Basic to cookie +based. For a more detailed in the CHANGES file accompanying the source. Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces. It is based on the winning design
--- a/doc/index.html Mon Oct 08 00:34:31 2001 +0000 +++ b/doc/index.html Mon Oct 08 21:49:30 2001 +0000 @@ -2,7 +2,7 @@ <title>Roundup: an Issue-Tracking System for Knowledge Workers</title> </head><body> -<h1 align=center>Roundup</h1> +<h1 align=center>Roundup (0.3.0)</h1> <h3 align=center>An Issue-Tracking System for Knowledge Workers</h2> <h1>Contents</h1> @@ -1085,7 +1085,7 @@ <p> </p> <hr> -$Id: index.html,v 1.9 2001-10-05 07:42:46 richard Exp $ +$Id: index.html,v 1.10 2001-10-08 21:49:30 richard Exp $ <p> </p> </body></html>
--- a/setup.py Mon Oct 08 00:34:31 2001 +0000 +++ b/setup.py Mon Oct 08 21:49:30 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.19 2001-09-10 09:48:35 richard Exp $ +# $Id: setup.py,v 1.20 2001-10-08 21:49:30 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -45,7 +45,7 @@ version = "0.2.9", description = "Roundup issue tracking system.", author = "Richard Jones", - author_email = "richard@sourceforge.net", + author_email = "richard@users.sourceforge.net", url = 'http://sourceforge.net/projects/roundup/', packages = packagelist, scripts = ['roundup-admin', 'roundup-mailgw', 'roundup-server'] @@ -53,6 +53,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.19 2001/09/10 09:48:35 richard +# Started changes log for 0.2.9 +# # Revision 1.18 2001/08/30 06:01:17 richard # Fixed missing import in mailgw :( #
