Mercurial > p > roundup > code
changeset 3748:fdc9eb78d708
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 09 Nov 2006 06:13:18 +0000 |
| parents | c3bba2c81a6f |
| children | 8d474f7ae1c0 |
| files | doc/features.txt setup.py |
| diffstat | 2 files changed, 8 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/features.txt Thu Nov 09 05:54:24 2006 +0000 +++ b/doc/features.txt Thu Nov 09 06:13:18 2006 +0000 @@ -61,8 +61,8 @@ to register new users - authentication of user registration and user-driven password resetting using email and one time keys - - may be run through CGI as a normal cgi script, as a stand-alone - web server, or through Zope + - may be run using WSGI or through CGI as a normal cgi script, as a + stand-alone web server, or through Zope - searching may be performed using many constraints, including a full-text search of messages attached to issues - file attachments (added through the web or email) are served up with the
--- a/setup.py Thu Nov 09 05:54:24 2006 +0000 +++ b/setup.py Thu Nov 09 06:13:18 2006 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.92 2006-11-09 05:38:54 richard Exp $ +# $Id: setup.py,v 1.93 2006-11-09 06:13:18 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -344,14 +344,14 @@ " with command-line, web and e-mail interfaces. Highly" " customisable.", 'long_description': -'''Roundup is a simple-to-use and -install issue-tracking system with -command-line, web and e-mail interfaces. It is based on the winning design -from Ka-Ping Yee in the Software Carpentry "Track" design competition. +'''In this release +=============== +New Features in 1.3.0: -New Features in 1.3.0: - WSGI support via roundup.cgi.wsgi_handler Fixed in 1.3.0: + - sqlite module detection was broken for python 2.5 compiled without sqlite support - fixed support for pysqlite2 (version 2.1.0 is the minimum version @@ -373,9 +373,7 @@ roundup-demo -Release info and download page: - http://cheeseshop.python.org/pypi/roundup -Source and documentation is available at the website: +Documentation is available at the website: http://roundup.sourceforge.net/ Mailing lists - the place to ask questions: http://sourceforge.net/mail/?group_id=31577
