Mercurial > p > roundup > code
changeset 675:e04d291a1194
Didn't get around to committing these after the last release.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 03 Apr 2002 05:53:03 +0000 |
| parents | d20e2e5f577a |
| children | bc46480e2a2b |
| files | doc/announcement.txt setup.py |
| diffstat | 2 files changed, 14 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/announcement.txt Tue Apr 02 01:56:10 2002 +0000 +++ b/doc/announcement.txt Wed Apr 03 05:53:03 2002 +0000 @@ -1,6 +1,6 @@ -======================================== -Roundup 0.4.0 - an issue tracking system -======================================== +================================================= +SC-Track Roundup 0.4.1 - an issue tracking system +================================================= If you are upgrading please read MIGRATION.txt. @@ -9,10 +9,12 @@ Big stuff in this release: -- Use of transactions to prevent partial data commits -- Zope Product front-end -- Nicer, more consistent change message generation -- Several bug fixes and more unit tests +- Users may register alternate addresses they might send e-mail from +- Splitting of file storage in the backend into multiple directories +- Better handling of 8-bit e-mail messages +- Nicer configuration of web headers +- Popup help for multilink classes +- Cleanups in the date classes - Much, much more: see the CHANGES file for details. Source and documentation is available at the website:
--- a/setup.py Tue Apr 02 01:56:10 2002 +0000 +++ b/setup.py Wed Apr 03 05:53:03 2002 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.32 2002-03-27 23:47:58 jhermann Exp $ +# $Id: setup.py,v 1.33 2002-04-03 05:53:03 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -154,7 +154,7 @@ setup( name = "roundup", - version = "0.4.0", + version = "0.4.1", description = "Roundup issue tracking system.", author = "Richard Jones", author_email = "richard@users.sourceforge.net", @@ -173,6 +173,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.32 2002/03/27 23:47:58 jhermann +# Fix for scripts running under CMD.EXE +# # Revision 1.31 2002/03/22 18:36:00 jhermann # chmod +x for scripts #
