Mercurial > p > roundup > code
diff CHANGES.txt @ 4489:47bd330e3d17
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.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 15 Apr 2011 19:04:08 +0000 |
| parents | 693c75d56ebe |
| children | 559d9a2a0191 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Apr 15 18:57:17 2011 +0000 +++ b/CHANGES.txt Fri Apr 15 19:04:08 2011 +0000 @@ -89,6 +89,13 @@ 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. 2010-10-08 1.4.16 (r4541)
