Code

python2.4 compatibility fix
[roundup.git] / CHANGES.txt
index cc011fc6b04e438d8bbe7c695a989b5bf47003e4..c5ea367346d54433d90c26ea51c789e89e7b72d5 100644 (file)
@@ -89,6 +89,17 @@ Fixed:
   generation. Set this to a higher value on faster systems which want
   more security. Thanks to Eli Collins for implementing this (see
   issue2550688).
+- Fix documentation for roundup-server about the 'host' parameter as
+  suggested in issue2550693, fixes the first part of this issue. Make
+  'localhost' the new default for this parameter, note the upgrading
+  documentation of changed behaviour.  We also deprecate the empty host
+  parameter for binding to all interfaces now (still left in for
+  compatibility). Thanks to Toni Mueller for providing the first version
+  of this patch and discussing implementations.
+- Fixed bug in filter_iter refactoring (lazy multilinks), in rare cases
+  this would result in duplicate multilinks to the same node. We're now
+  going the safe route and doing lazy evaluation only for read-only
+  access, whenever updates are done we fetch everything.
 
 2010-10-08 1.4.16 (r4541)