Skip to content

Commit 1702aa2

Browse files
author
Richard Jones
committed
Didn't get around to committing these after the last release.
1 parent c4f3c75 commit 1702aa2

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

doc/announcement.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
========================================
2-
Roundup 0.4.0 - an issue tracking system
3-
========================================
1+
=================================================
2+
SC-Track Roundup 0.4.1 - an issue tracking system
3+
=================================================
44

55
If you are upgrading please read MIGRATION.txt.
66

@@ -9,10 +9,12 @@ requires python 2.1.2 or 2.2.
99

1010
Big stuff in this release:
1111

12-
- Use of transactions to prevent partial data commits
13-
- Zope Product front-end
14-
- Nicer, more consistent change message generation
15-
- Several bug fixes and more unit tests
12+
- Users may register alternate addresses they might send e-mail from
13+
- Splitting of file storage in the backend into multiple directories
14+
- Better handling of 8-bit e-mail messages
15+
- Nicer configuration of web headers
16+
- Popup help for multilink classes
17+
- Cleanups in the date classes
1618
- Much, much more: see the CHANGES file for details.
1719

1820
Source and documentation is available at the website:

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.32 2002-03-27 23:47:58 jhermann Exp $
19+
# $Id: setup.py,v 1.33 2002-04-03 05:53:03 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -154,7 +154,7 @@ def isTemplateDir(dir):
154154

155155
setup(
156156
name = "roundup",
157-
version = "0.4.0",
157+
version = "0.4.1",
158158
description = "Roundup issue tracking system.",
159159
author = "Richard Jones",
160160
author_email = "[email protected]",
@@ -173,6 +173,9 @@ def isTemplateDir(dir):
173173

174174
#
175175
# $Log: not supported by cvs2svn $
176+
# Revision 1.32 2002/03/27 23:47:58 jhermann
177+
# Fix for scripts running under CMD.EXE
178+
#
176179
# Revision 1.31 2002/03/22 18:36:00 jhermann
177180
# chmod +x for scripts
178181
#

0 commit comments

Comments
 (0)