Retain unrecognized options in state file, so that we can be forward-compatible.

svn:r5985
This commit is contained in:
Nick Mathewson
2006-02-12 22:28:30 +00:00
parent ae4f0467c8
commit e7b2d5cd47
3 changed files with 55 additions and 13 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ R - Clients use it. (But not till the directories have upgraded!)
- make log entries include function names in win32 again.
- Make "setconf" and "hup" behavior cleaner for LINELIST config
options (e.g. Log). Bug 238.
- Were we going to load unrecognized 'state' variables into some
o Were we going to load unrecognized 'state' variables into some
list somewhere, and write them out whenever we update the state?
To be forwards and backwards compatible.
R - streamline how we define a guard node as 'up'. document it