comparison setup.py @ 4270:ffc6fa77e551 1.4.10

- everything needed for release
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Fri, 09 Oct 2009 16:06:33 +0000
parents 5e3991670011
children 4ce71b5480a8
comparison
equal deleted inserted replaced
4269:ab4563e97d22 4270:ffc6fa77e551
101 description="A simple-to-use and -install issue-tracking system" 101 description="A simple-to-use and -install issue-tracking system"
102 " with command-line, web and e-mail interfaces. Highly" 102 " with command-line, web and e-mail interfaces. Highly"
103 " customisable.", 103 " customisable.",
104 long_description='''This version of Roundup fixes some bugs: 104 long_description='''This version of Roundup fixes some bugs:
105 105
106 - fixed action taken in response to invalid GET request 106 - Minor update of doc/developers.txt to point to the new resources
107 - fixed classic tracker template to submit POST requests when appropriate 107 on www.roundup-tracker.org (Bernhard Reiter)
108 - fix problems with french and german locale files (issue 2550546) 108 - Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein)
109 - Run each message of the mail-gateway in a separate transaction, 109 (issue 2550589)
110 see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500 110 - Indexers behaviour made more consistent regarding length of indexed words
111 - fix problem with bounce-message if incoming mail has insufficient 111 and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584)
112 privilege, e.g., user not existing (issue 2550534) 112 - fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
113 - fix construction of individual messages to nosy recipents with 113 (issue 2550573)
114 attachments (issue 2550568) 114 - New config option csv_field_size: Pythons csv module (which is used
115 - re-order sqlite imports to handle multiple installed versions (issue 115 for export/import) has a new field size limit starting with python2.5.
116 2550570) 116 We now issue a warning during export if the limit is too small and use
117 - don't show entire history by default 117 the csv_field_size configuration during import to set the limit for
118 (fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540629) 118 the csv module.
119 - remove use of string exception 119 - Small fix for CGI-handling of XMLRPC requests for python2.4, this
120 worked only for 2.5 and beyond due to a change in the xmlrpc interface
121 in python
122 - Document filter method of xmlrpc interface
123 - Fix interaction of SSL and XMLRPC, now XMLRPC works with SSL
120 124
121 If you're upgrading from an older version of Roundup you *must* follow 125 If you're upgrading from an older version of Roundup you *must* follow
122 the "Software Upgrade" guidelines given in the maintenance documentation. 126 the "Software Upgrade" guidelines given in the maintenance documentation.
123 127
124 Roundup requires python 2.3 or later (but not 3+) for correct operation. 128 Roundup requires python 2.3 or later (but not 3+) for correct operation.

Roundup Issue Tracker: http://roundup-tracker.org/