Code

Minor pre- 0.3.0 changes
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 8 Oct 2001 21:49:30 +0000 (21:49 +0000)
committerrichard <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
doc/announcement.txt
doc/index.html
setup.py

index 29abac0b058a739a39f0734f9168617830fda747..1add3f6d9909a755d2206c0e9d1f032068eff124 100644 (file)
@@ -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.
index 19b5dd492d73cedd98b2cb04b3502b64c6f22897..4e04ced8438eee97ee9315509781b58a63816c8f 100644 (file)
@@ -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 
index f13d2f315273f8106597e2036182131a899581f1..ea67985af30de19e6a9ec2b7126408ba17e215f3 100644 (file)
@@ -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 @@ system on their time.
 
 <p>&nbsp;</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>&nbsp;</p>
 
 </body></html>
index 00622f481aefdddbb3b8d1fe9170495057b8135d..9083312f86274518ce7285cd738c99c85a2a6e9f 100644 (file)
--- 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 :(
 #