Skip to content

Commit 48e1ae8

Browse files
author
Richard Jones
committed
pre-release stuff
1 parent 6d6cc68 commit 48e1ae8

File tree

2 files changed

+20
-32
lines changed

2 files changed

+20
-32
lines changed

doc/announcement.txt

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
I'm proud to release this 7th major feature release of Roundup.
2-
3-
Version 0.7 introduces far too many features to list here so I've put
4-
together a What's New page:
5-
6-
http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
7-
8-
Some highlights:
9-
10-
- added postgresql backend
11-
- trackers using postgresql or mysql backends may have many users
12-
- new "actor" automatic property (user who caused the last "activity")
13-
- RDBMS backends have data typed columns and indexes on several columns
14-
- registration may be concluded by replying to the confirmation email
15-
- HTML templating permission checks are greatly simplified
16-
- database exports now include full journals
17-
- IMAP support in the mail gateway
1+
This release fixes some bugs in the initial 0.7 release of Roundup:
2+
3+
- several temp files made it into the source distribution (sf bug 949243)
4+
- typo in roundup/instance.py
5+
- missing CRLF var in rfc822.py (sf patch 949471)
6+
- fix user creation page
7+
- have roundup server pass though the cause of a "403 Forbidden" response
8+
- fix schema mutation in sqlite backends (thanks Tamer Fahmy)
9+
- make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg)
10+
- fix RDBMS import (thanks Tamer Fahmy)
1811

1912
Known issues:
2013

setup.py

Lines changed: 10 additions & 15 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.64 2004-05-05 02:05:43 richard Exp $
19+
# $Id: setup.py,v 1.64.2.1 2004-05-10 01:55:10 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -217,21 +217,16 @@ def main():
217217
If you're upgrading from an older version of Roundup you *must* follow
218218
the "Software Upgrade" guidelines given in the maintenance documentation.
219219
220-
This release introduces far too many features to list here so I've put
221-
together a What's New page:
220+
This release fixes some bugs in the previous release:
222221
223-
http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
224-
225-
Some highlights:
226-
227-
- added postgresql backend
228-
- trackers using postgresql or mysql backends may have many users
229-
- new "actor" automatic property (user who caused the last "activity")
230-
- RDBMS backends have data typed columns and indexes on several columns
231-
- registration may be concluded by replying to the confirmation email
232-
- HTML templating permission checks are greatly simplified
233-
- database exports now include full journals
234-
- IMAP support in the mail gateway
222+
- several temp files made it into the source distribution (sf bug 949243)
223+
- typo in roundup/instance.py
224+
- missing CRLF var in rfc822.py (sf patch 949471)
225+
- fix user creation page
226+
- have roundup server pass though the cause of a "403 Forbidden" response
227+
- fix schema mutation in sqlite backends (thanks Tamer Fahmy)
228+
- make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg)
229+
- fix RDBMS import (thanks Tamer Fahmy)
235230
''',
236231
author = "Richard Jones",
237232
author_email = "[email protected]",

0 commit comments

Comments
 (0)