Skip to content

Commit 31239de

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 0df8b44 commit 31239de

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

doc/features.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ from Ka-Ping Yee in the Software Carpentry "Track" design competition.
6161
to register new users
6262
- authentication of user registration and user-driven password resetting
6363
using email and one time keys
64-
- may be run through CGI as a normal cgi script, as a stand-alone
65-
web server, or through Zope
64+
- may be run using WSGI or through CGI as a normal cgi script, as a
65+
stand-alone web server, or through Zope
6666
- searching may be performed using many constraints, including a full-text
6767
search of messages attached to issues
6868
- file attachments (added through the web or email) are served up with the

setup.py

Lines changed: 6 additions & 8 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.92 2006-11-09 05:38:54 richard Exp $
19+
# $Id: setup.py,v 1.93 2006-11-09 06:13:18 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -344,14 +344,14 @@ def main():
344344
" with command-line, web and e-mail interfaces. Highly"
345345
" customisable.",
346346
'long_description':
347-
'''Roundup is a simple-to-use and -install issue-tracking system with
348-
command-line, web and e-mail interfaces. It is based on the winning design
349-
from Ka-Ping Yee in the Software Carpentry "Track" design competition.
350-
347+
'''In this release
348+
===============
351349
New Features in 1.3.0:
350+
352351
- WSGI support via roundup.cgi.wsgi_handler
353352
354353
Fixed in 1.3.0:
354+
355355
- sqlite module detection was broken for python 2.5 compiled without sqlite
356356
support
357357
- fixed support for pysqlite2 (version 2.1.0 is the minimum version
@@ -373,9 +373,7 @@ def main():
373373
374374
roundup-demo
375375
376-
Release info and download page:
377-
http://cheeseshop.python.org/pypi/roundup
378-
Source and documentation is available at the website:
376+
Documentation is available at the website:
379377
http://roundup.sourceforge.net/
380378
Mailing lists - the place to ask questions:
381379
http://sourceforge.net/mail/?group_id=31577

0 commit comments

Comments
 (0)