Code

Didn't get around to committing these after the last release.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 3 Apr 2002 05:53:03 +0000 (05:53 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 3 Apr 2002 05:53:03 +0000 (05:53 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@689 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/announcement.txt
setup.py

index 0fd0650bd3623fbbb4e345ba36a4f45371a4efbf..8658682ae9886cedf0a6fce4eab1ca974d0e95b1 100644 (file)
@@ -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:
index 5c4deff5b137c7eb3534859e6f8cf741677a2165..ca2832c9ad08bd270d610fd2a8746c8f780148fc 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.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
 #