diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-16 04:18:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-16 04:18:21 +0000 |
commit | cf02ab6d39f677c7d3c7d7bde51d65fcf93c881f (patch) | |
tree | e9a35b98571da887df0c419b0e0604602073851a /ChangeLog | |
parent | 108f1c255fff37188e7eebfc0f797b4301b04ac2 (diff) | |
download | tor-cf02ab6d39f677c7d3c7d7bde51d65fcf93c881f.tar.gz tor-cf02ab6d39f677c7d3c7d7bde51d65fcf93c881f.zip |
r12387@catbus: nickm | 2007-04-16 00:06:40 -0400
Refactor router/directory parsing backend: use a separate token table for everything that we parse, and enforce the correct count of each item.
svn:r9965
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? - Don't save non-general-purpose router descriptors to the disk cache, because we have no way of remembering what their purpose was when we restart. + - Correctly enforce that elements of directory objects do not appear + more often than they are allowed to appear. o Minor bugfixes (controller), reported by daejees: - Make 'getinfo fingerprint' return a 551 error if we're not a |