Code

Started changes log for 0.2.9
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 10 Sep 2001 09:48:35 +0000 (09:48 +0000)
committerrichard <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
setup.py

index f59f4d8e00dd9f53332e300a53d4e3217239e1da..1f66b41b7820a4ac042d46601549c027510e9389 100644 (file)
@@ -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.
index 3e06aacd17b77239aa3dfecc60708019c64d5c9e..00622f481aefdddbb3b8d1fe9170495057b8135d 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.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
 #