summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c0ba368)
raw | patch | inline | side by side (parent: c0ba368)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 3 Aug 2001 07:18:57 +0000 (07:18 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 3 Aug 2001 07:18:57 +0000 (07:18 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@205 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
setup.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 27c6f3502003611c166569dc686c6e086db99e39..6b9ce8c2f81b2e88fb5d51fbafb378daa73e1b76 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-08-?? - 0.2.6
+Fixed:
+ . Implemented correct mail splitting. Added unit tests. Also snips
+ signatures now too.
+
+
2001-08-03 - 0.2.5
Note:
. The bsddb3 module has a bug that renders it non-functional. Users should
diff --git a/setup.py b/setup.py
index c046990558503f632edf9d2fcc1c08a1ee125b07..958da435a7c7626a30b792a6fff951fa9a54648e 100644 (file)
--- a/setup.py
+++ b/setup.py
#! /usr/bin/env python
-# $Id: setup.py,v 1.12 2001-08-03 02:51:06 richard Exp $
+# $Id: setup.py,v 1.13 2001-08-03 07:18:57 richard Exp $
from distutils.core import setup, Extension
from distutils.util import get_platform
setup ( name = "roundup",
- version = "0.2.5",
+ version = "0.2.6",
description = "Roundup issue tracking system.",
author = "Richard Jones",
author_email = "richard@sourceforge.net",
#
# $Log: not supported by cvs2svn $
+# Revision 1.12 2001/08/03 02:51:06 richard
+# detect unit tests
+#
# Revision 1.11 2001/08/03 01:54:58 richard
# Started stuff off for the 0.2.5 release
#