From 25d6fe59a0dece6e800d7a9dbc3cff12c35328f1 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 10 Sep 2001 09:48:35 +0000 Subject: [PATCH] Started changes log for 0.2.9 git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@254 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 5 +++++ setup.py | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f59f4d8..1f66b41 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ 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 + . Generation of links to Link/Multilink in indexes. (thanks Hubert Hoegl) + . AssignedTo wasn't in the "classic" schema's item page. + + 2001-08-30 - 0.2.8 Fixed: . Missing import in mailgw. diff --git a/setup.py b/setup.py index 3e06aac..00622f4 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.18 2001-08-30 06:01:17 richard Exp $ +# $Id: setup.py,v 1.19 2001-09-10 09:48:35 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -42,7 +42,7 @@ for t in templates: setup ( name = "roundup", - version = "0.2.8", + version = "0.2.9", description = "Roundup issue tracking system.", author = "Richard Jones", author_email = "richard@sourceforge.net", @@ -53,6 +53,9 @@ setup ( name = "roundup", # # $Log: not supported by cvs2svn $ +# Revision 1.18 2001/08/30 06:01:17 richard +# Fixed missing import in mailgw :( +# # Revision 1.17 2001/08/08 03:29:35 richard # Next release is 0.2.6 # -- 2.30.2