@@ -103,20 +103,24 @@ def main():
103103 " customisable." ,
104104 long_description = '''This version of Roundup fixes some bugs:
105105
106- - fixed action taken in response to invalid GET request
107- - fixed classic tracker template to submit POST requests when appropriate
108- - fix problems with french and german locale files (issue 2550546)
109- - Run each message of the mail-gateway in a separate transaction,
110- see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500
111- - fix problem with bounce-message if incoming mail has insufficient
112- privilege, e.g., user not existing (issue 2550534)
113- - fix construction of individual messages to nosy recipents with
114- attachments (issue 2550568)
115- - re-order sqlite imports to handle multiple installed versions (issue
116- 2550570)
117- - don't show entire history by default
118- (fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540629)
119- - remove use of string exception
106+ - Minor update of doc/developers.txt to point to the new resources
107+ on www.roundup-tracker.org (Bernhard Reiter)
108+ - Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein)
109+ (issue 2550589)
110+ - Indexers behaviour made more consistent regarding length of indexed words
111+ and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584)
112+ - fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
113+ (issue 2550573)
114+ - New config option csv_field_size: Pythons csv module (which is used
115+ for export/import) has a new field size limit starting with python2.5.
116+ We now issue a warning during export if the limit is too small and use
117+ the csv_field_size configuration during import to set the limit for
118+ the csv module.
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
120124
121125If you're upgrading from an older version of Roundup you *must* follow
122126the "Software Upgrade" guidelines given in the maintenance documentation.
0 commit comments