Skip to content

Commit 0df8b44

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 85db65d commit 0df8b44

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/announcement.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
I'm proud to release version 1.3.0 of Roundup.
22

33
New Features in 1.3.0:
4+
45
- WSGI support via roundup.cgi.wsgi_handler
56

67
Fixed in 1.3.0:
8+
79
- sqlite module detection was broken for python 2.5 compiled without sqlite
810
support
911
- fixed support for pysqlite2 (version 2.1.0 is the minimum version

doc/customizing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Customising Roundup
33
===================
44

5-
:Version: $Revision: 1.210 $
5+
:Version: $Revision: 1.211 $
66

77
.. This document borrows from the ZopeBook section on ZPT. The original is at:
88
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -1047,7 +1047,7 @@ See the `examples`_ section for longer examples of customisation.
10471047
trackers don't allow this as it opens them up to spam. It may be enabled
10481048
by uncommenting the appropriate addPermissionToRole in your tracker's
10491049
``schema.py`` file. The new user is given the Roles list defined in the
1050-
"new_email_user_roles" config variable.
1050+
"new_email_user_roles" config variable.
10511051

10521052
**only developers may be assigned issues**
10531053
Create a new Permission called "Fixer" for the "issue" class. Create a

0 commit comments

Comments
 (0)