From: richard Date: Wed, 3 Apr 2002 05:53:03 +0000 (+0000) Subject: Didn't get around to committing these after the last release. X-Git-Url: https://git.tokkee.org/?p=roundup.git;a=commitdiff_plain;h=c69d7a93b4a4135d927f5176f6efbfcefe0e723e Didn't get around to committing these after the last release. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@689 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/announcement.txt b/doc/announcement.txt index 0fd0650..8658682 100644 --- a/doc/announcement.txt +++ b/doc/announcement.txt @@ -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 @@ requires python 2.1.2 or 2.2. 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: diff --git a/setup.py b/setup.py index 5c4deff..ca2832c 100644 --- 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.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 @@ for template in templates: 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 @@ setup( # # $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 #