summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ace5a72)
raw | patch | inline | side by side (parent: ace5a72)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 3 Apr 2002 05:53:03 +0000 (05:53 +0000) | ||
committer | richard <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 | patch | blob | history | |
setup.py | patch | blob | history |
diff --git a/doc/announcement.txt b/doc/announcement.txt
index 0fd0650bd3623fbbb4e345ba36a4f45371a4efbf..8658682ae9886cedf0a6fce4eab1ca974d0e95b1 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
-========================================
-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.
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 5c4deff5b137c7eb3534859e6f8cf741677a2165..ca2832c9ad08bd270d610fd2a8746c8f780148fc 100644 (file)
--- a/setup.py
+++ b/setup.py
# 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
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",
#
# $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
#