Skip to content

Commit 1992ec8

Browse files
author
Richard Jones
committed
Minor pre- 0.3.0 changes
1 parent 1a97106 commit 1992ec8

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4-
2001-??-?? - 0.2.9
4+
2001-10-07 - 0.3.0
55
Feature:
66
. roundup-admin create now prompts for property info if none is supplied
77
on the command-line.
@@ -31,6 +31,8 @@ Fixed:
3131
an item now throws an exception.
3232
. The plain() template function now html-escapes the content.
3333

34+
--------------------
35+
3436
2001-08-30 - 0.2.8
3537
Fixed:
3638
. Wasn't handling unguessable mime types for file uploads.

doc/announcement.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Roundup 0.2.8 - an issue tracking system
1+
Roundup 0.3.0 - an issue tracking system
22

3-
This is a bugfix release.
4-
5-
Fixed:
6-
. Missing import in mailgw.
3+
** note for existing users of extended schema
74

5+
This release includes several bug fixes and usability improvements. It
6+
also switches the CGI interface authentication over from HTTP Basic to cookie
7+
based. For a more detailed in the CHANGES file accompanying the source.
88

99
Roundup is a simple-to-use and -install issue-tracking system with
1010
command-line, web and e-mail interfaces. It is based on the winning design

doc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<title>Roundup: an Issue-Tracking System for Knowledge Workers</title>
33
</head><body>
44

5-
<h1 align=center>Roundup</h1>
5+
<h1 align=center>Roundup (0.3.0)</h1>
66
<h3 align=center>An Issue-Tracking System for Knowledge Workers</h2>
77

88
<h1>Contents</h1>
@@ -1085,7 +1085,7 @@ <h1><a name="ack">Acknowledgements</a></h1>
10851085

10861086
<p>&nbsp;</p>
10871087
<hr>
1088-
$Id: index.html,v 1.9 2001-10-05 07:42:46 richard Exp $
1088+
$Id: index.html,v 1.10 2001-10-08 21:49:30 richard Exp $
10891089
<p>&nbsp;</p>
10901090

10911091
</body></html>

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.19 2001-09-10 09:48:35 richard Exp $
19+
# $Id: setup.py,v 1.20 2001-10-08 21:49:30 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -45,14 +45,17 @@
4545
version = "0.2.9",
4646
description = "Roundup issue tracking system.",
4747
author = "Richard Jones",
48-
author_email = "[email protected]",
48+
author_email = "richard@users.sourceforge.net",
4949
url = 'http://sourceforge.net/projects/roundup/',
5050
packages = packagelist,
5151
scripts = ['roundup-admin', 'roundup-mailgw', 'roundup-server']
5252
)
5353

5454
#
5555
# $Log: not supported by cvs2svn $
56+
# Revision 1.19 2001/09/10 09:48:35 richard
57+
# Started changes log for 0.2.9
58+
#
5659
# Revision 1.18 2001/08/30 06:01:17 richard
5760
# Fixed missing import in mailgw :(
5861
#

0 commit comments

Comments
 (0)