summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 684557d)
raw | patch | inline | side by side (parent: 684557d)
author | ber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 14 Oct 2009 09:11:54 +0000 (09:11 +0000) | ||
committer | ber <ber@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 14 Oct 2009 09:11:54 +0000 (09:11 +0000) |
Added Ralf as originator of some of the 1.4.10 changes.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4379 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4379 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 14cba11db3ff6403af2845dab1fa230fb310a44b..6c6c2db35d292ffa401ea6d1af178aef27e5e0e3 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
Fixes:
- Minor update of doc/developers.txt to point to the new resources
on www.roundup-tracker.org (Bernhard Reiter)
-- Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein)
+- Small CSS improvements regaring the search box (thanks Thomas Arendsen Hein)
(issue 2550589)
- Indexers behaviour made more consistent regarding length of indexed words
and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584)
for export/import) has a new field size limit starting with python2.5.
We now issue a warning during export if the limit is too small and use
the csv_field_size configuration during import to set the limit for
- the csv module.
+ the csv module. (Ralf Schlatterbeck)
- Small fix for CGI-handling of XMLRPC requests for python2.4, this
worked only for 2.5 and beyond due to a change in the xmlrpc interface
- in python
-- Document filter method of xmlrpc interface
-- Fix interaction of SSL and XMLRPC, now XMLRPC works with SSL
+ in python (Ralf Schlatterbeck)
+- Document filter method of xmlrpc interface (Ralf Schlatterbeck)
+- Fix interaction of SSL and XMLRPC, now XMLRPC works with SSL
+ (Ralf Schlatterbeck)
2009-08-10 1.4.9 (r4346)