comparison doc/upgrading.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 52e13bf0bb40
children 431bf4e7d3d7
comparison
equal deleted inserted replaced
4488:d483a40e2f82 4489:47bd330e3d17
14 .. contents:: 14 .. contents::
15 15
16 Migrating from 1.4.x to 1.4.17 16 Migrating from 1.4.x to 1.4.17
17 ============================== 17 ==============================
18 18
19 There is a new config-option 'migrate_passwords' in section 'web' to 19 There is a new config-option `migrate_passwords` in section `web` to
20 auto-migrate passwords at web-login time to a more secure storage 20 auto-migrate passwords at web-login time to a more secure storage
21 scheme. Default for the new option is "yes" so if you don't want that 21 scheme. Default for the new option is "yes" so if you don't want that
22 passwords are auto-migrated to a more secure password scheme on user 22 passwords are auto-migrated to a more secure password scheme on user
23 login, set this to "no" before running your tracker(s) after the 23 login, set this to "no" before running your tracker(s) after the
24 upgrade. 24 upgrade.
25
26 The standalone roundup-server now defaults to listening on localhost (no
27 longer on all network interfaces). This will not affect you if you're
28 already using a configuration file for roundup-server. If you are using
29 an empty setting for the `host` parameter in the config-file you should
30 explicitly put 0.0.0.0 there as the use of an empty string to specify
31 listening to all interfaces is deprecated and will go away in a future
32 version. If you are starting the server without a configuration file
33 and want to explicitly listen to all network interface, you should
34 specify the -n option with the address `0.0.0.0`.
25 35
26 Searching now requires either read-permission without a check method, or 36 Searching now requires either read-permission without a check method, or
27 you will have to add a "Search" permission for a class or a list of 37 you will have to add a "Search" permission for a class or a list of
28 properties for a class (if you want to allow searching). For the classic 38 properties for a class (if you want to allow searching). For the classic
29 template (or other templates derived from it) you want to add the 39 template (or other templates derived from it) you want to add the

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