comparison CHANGES.txt @ 4275:b16dc285ba2d

Fixed spelling of Thomas' lastname. Added Ralf as originator of some of the 1.4.10 changes.
author Bernhard Reiter <Bernhard.Reiter@intevation.de>
date Wed, 14 Oct 2009 09:11:54 +0000
parents 0a684518d609
children 0c024cf74252
comparison
equal deleted inserted replaced
4274:21493ac3db93 4275:b16dc285ba2d
14 2009-10-09 1.4.10 (r4374) 14 2009-10-09 1.4.10 (r4374)
15 15
16 Fixes: 16 Fixes:
17 - Minor update of doc/developers.txt to point to the new resources 17 - Minor update of doc/developers.txt to point to the new resources
18 on www.roundup-tracker.org (Bernhard Reiter) 18 on www.roundup-tracker.org (Bernhard Reiter)
19 - Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein) 19 - Small CSS improvements regaring the search box (thanks Thomas Arendsen Hein)
20 (issue 2550589) 20 (issue 2550589)
21 - Indexers behaviour made more consistent regarding length of indexed words 21 - Indexers behaviour made more consistent regarding length of indexed words
22 and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584) 22 and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584)
23 - fixed typos in the installation instructions (thanks Thomas Arendsen Hein) 23 - fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
24 (issue 2550573) 24 (issue 2550573)
25 - New config option csv_field_size: Pythons csv module (which is used 25 - New config option csv_field_size: Pythons csv module (which is used
26 for export/import) has a new field size limit starting with python2.5. 26 for export/import) has a new field size limit starting with python2.5.
27 We now issue a warning during export if the limit is too small and use 27 We now issue a warning during export if the limit is too small and use
28 the csv_field_size configuration during import to set the limit for 28 the csv_field_size configuration during import to set the limit for
29 the csv module. 29 the csv module. (Ralf Schlatterbeck)
30 - Small fix for CGI-handling of XMLRPC requests for python2.4, this 30 - Small fix for CGI-handling of XMLRPC requests for python2.4, this
31 worked only for 2.5 and beyond due to a change in the xmlrpc interface 31 worked only for 2.5 and beyond due to a change in the xmlrpc interface
32 in python 32 in python (Ralf Schlatterbeck)
33 - Document filter method of xmlrpc interface 33 - Document filter method of xmlrpc interface (Ralf Schlatterbeck)
34 - Fix interaction of SSL and XMLRPC, now XMLRPC works with SSL 34 - Fix interaction of SSL and XMLRPC, now XMLRPC works with SSL
35 (Ralf Schlatterbeck)
35 36
36 2009-08-10 1.4.9 (r4346) 37 2009-08-10 1.4.9 (r4346)
37 38
38 Fixes: 39 Fixes:
39 - fixed action taken in response to invalid GET request 40 - fixed action taken in response to invalid GET request

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