summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d65cfd8)
raw | patch | inline | side by side (parent: d65cfd8)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 10 Sep 2001 09:48:35 +0000 (09:48 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 10 Sep 2001 09:48:35 +0000 (09:48 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@254 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
setup.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index f59f4d8e00dd9f53332e300a53d4e3217239e1da..1f66b41b7820a4ac042d46601549c027510e9389 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
+ . 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 3e06aacd17b77239aa3dfecc60708019c64d5c9e..00622f481aefdddbb3b8d1fe9170495057b8135d 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.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
setup ( name = "roundup",
- version = "0.2.8",
+ version = "0.2.9",
description = "Roundup issue tracking system.",
author = "Richard Jones",
author_email = "richard@sourceforge.net",
#
# $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
#