diff options
author | Roger Dingledine <arma@torproject.org> | 2006-11-12 07:09:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-11-12 07:09:22 +0000 |
commit | 3d6b97399f335636eb3391b78a729f6219e16213 (patch) | |
tree | 680ba358d6e798e93ce18e2b5b8c77e9d05d42f3 /ChangeLog | |
parent | 968b07985ee1091a44ff9f6299f383314660fe83 (diff) | |
download | tor-3d6b97399f335636eb3391b78a729f6219e16213.tar.gz tor-3d6b97399f335636eb3391b78a729f6219e16213.zip |
Avoid assert failure when our cached-routers file is empty on startup.
(reported by revstray)
svn:r8928
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -7,10 +7,12 @@ Changes in version 0.1.2.4-alpha - 2006-11-?? don't recognize; it's probably just from a newer version of Tor. - Have directory authorities allow larger amounts of drift in uptime without replacing the server descriptor: previously, a server that - restarted every 30 minutes could have 48 "interesting" descriptors per - day. + restarted every 30 minutes could have 48 "interesting" descriptors + per day. - Start linking to the Tor specification and Tor reference manual correctly in the Windows installer. + - Avoid assert failure when our cached-routers file is empty on + startup. Changes in version 0.1.2.3-alpha - 2006-10-29 |