summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49bbd6f)
raw | patch | inline | side by side (parent: 49bbd6f)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 8 Oct 2001 21:49:30 +0000 (21:49 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 8 Oct 2001 21:49:30 +0000 (21:49 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@276 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
doc/announcement.txt | patch | blob | history | |
doc/index.html | patch | blob | history | |
setup.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 29abac0b058a739a39f0734f9168617830fda747..1add3f6d9909a755d2206c0e9d1f032068eff124 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
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.
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 19b5dd492d73cedd98b2cb04b3502b64c6f22897..4e04ced8438eee97ee9315509781b58a63816c8f 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
- 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 f13d2f315273f8106597e2036182131a899581f1..ea67985af30de19e6a9ec2b7126408ba17e215f3 100644 (file)
--- a/doc/index.html
+++ b/doc/index.html
<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>
<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>
diff --git a/setup.py b/setup.py
index 00622f481aefdddbb3b8d1fe9170495057b8135d..9083312f86274518ce7285cd738c99c85a2a6e9f 100644 (file)
--- a/setup.py
+++ b/setup.py
# 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
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']
#
# $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 :(
#