Code

New config option csv_field_size: Pythons csv module (which is used for
[roundup.git] / CHANGES.txt
index c8458c0dfc3fd2dc6ad961673c35f558a4b1e811..7d0dfbe61b9abfe7ce3570161886b5f7820dff6d 100644 (file)
@@ -4,12 +4,19 @@ are given with the most recent entry first.
 2009-xx-xx 1.4.X
 
 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)
   (issue 2550589)
 - Indexers behaviour made more consistent regarding length of indexed words
   and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584)
 - fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
   (issue 2550573) 
+- New config option csv_field_size: Pythons csv module (which is used
+  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.
 
 2009-08-10 1.4.9 (r4346)