From: richard Date: Mon, 8 Oct 2001 21:49:30 +0000 (+0000) Subject: Minor pre- 0.3.0 changes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6f2045d7716930f171d988762151420bba43725;p=roundup.git Minor pre- 0.3.0 changes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@276 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 29abac0..1add3f6 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. -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 @@ Fixed: 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. diff --git a/doc/announcement.txt b/doc/announcement.txt index 19b5dd4..4e04ced 100644 --- a/doc/announcement.txt +++ b/doc/announcement.txt @@ -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. - -Fixed: - . Missing import in mailgw. +** note for existing users of extended schema +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 diff --git a/doc/index.html b/doc/index.html index f13d2f3..ea67985 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Roundup: an Issue-Tracking System for Knowledge Workers -

Roundup

+

Roundup (0.3.0)

An Issue-Tracking System for Knowledge Workers

Contents

@@ -1085,7 +1085,7 @@ system on their time.

 


-$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 $

 

diff --git a/setup.py b/setup.py index 00622f4..9083312 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.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 @@ setup ( name = "roundup", 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 @@ setup ( name = "roundup", # # $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 :( #