File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11This file contains the changes to the Roundup system over time. The entries
22are given with the most recent entry first.
33
4+ 2001-08-?? - 0.2.6
5+ Fixed:
6+ . Implemented correct mail splitting. Added unit tests. Also snips
7+ signatures now too.
8+
9+
4102001-08-03 - 0.2.5
511Note:
612 . The bsddb3 module has a bug that renders it non-functional. Users should
Original file line number Diff line number Diff line change 11#! /usr/bin/env python
2- # $Id: setup.py,v 1.12 2001-08-03 02:51:06 richard Exp $
2+ # $Id: setup.py,v 1.13 2001-08-03 07:18:57 richard Exp $
33
44from distutils .core import setup , Extension
55from distutils .util import get_platform
3030
3131
3232setup ( name = "roundup" ,
33- version = "0.2.5 " ,
33+ version = "0.2.6 " ,
3434 description = "Roundup issue tracking system." ,
3535 author = "Richard Jones" ,
3636 author_email = "[email protected] " ,
4141
4242#
4343# $Log: not supported by cvs2svn $
44+ # Revision 1.12 2001/08/03 02:51:06 richard
45+ # detect unit tests
46+ #
4447# Revision 1.11 2001/08/03 01:54:58 richard
4548# Started stuff off for the 0.2.5 release
4649#
You can’t perform that action at this time.
0 commit comments