diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-12 21:39:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-12 21:39:44 +0000 |
commit | 30e7c05075f373810a4057ecf673cb01381e6e94 (patch) | |
tree | 4562789b1e2156e66131f3450501ee57332c6f16 /ChangeLog | |
parent | 0c40a080a493c9ffc76c78e9795f64d3a194a36c (diff) | |
download | tor-30e7c05075f373810a4057ecf673cb01381e6e94.tar.gz tor-30e7c05075f373810a4057ecf673cb01381e6e94.zip |
r11774@catbus: nickm | 2007-02-12 16:31:47 -0500
Handle errors on opening cached-routers* more uniformly and sanely: log not-found errors at level INFO, and all other errors at level WARN. Needs testing on win32.
svn:r9569
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,6 +25,12 @@ Changes in version 0.1.2.8-alpha - 2007-??-?? bandwidth from those directories earlier than it on the list. - If we start a server with ClientOnly 1, then set ClientOnly to 0 and hup, stop triggering an assert based on an empty onion_key. + - On platforms with no working mmap() equivalent, don't warn the + user when cached-routers doesn't exist. + - Warn the user when mmap() [or its equivalent] fails for some reason + other than file-not-found. + - Don't warn the user when cached-routers.new doesn't exist: that's + perfectly fine when starting up for the first time. o Minor features: - Warn the user when an application uses the obsolete binary v0 |