summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 11 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index b1999acaeb..3e5f80d389 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.1.1.24 - 2006-09-xx [ongoing]
+Changes in version 0.1.1.24 - 2006-09-29
o Major bugfixes:
- Allow really slow clients to not hang up five minutes into their
directory downloads (suggested by Adam J. Richter).
@@ -6,11 +6,8 @@ Changes in version 0.1.1.24 - 2006-09-xx [ongoing]
whether we have enough directory information every time we want to
do something, only check when the directory information has changed.
This should improve client CPU usage by 25-50%.
- - If we're a directory mirror and we ask for "all" network status
- documents, we would forget that's what we wanted and discard most
- of them when they arrived.
- - Don't crash if, after a server has been running for a while, it can't
- resolve its hostname.
+ - Don't crash if, after a server has been running for a while,
+ it can't resolve its hostname.
o Minor bugfixes:
- Allow Tor to start when RunAsDaemon is set but no logs are set.
@@ -21,11 +18,15 @@ Changes in version 0.1.1.24 - 2006-09-xx [ongoing]
- Fix configure.in to not produce broken configure files with
more recent versions of autoconf. Thanks to Clint for his auto*
voodoo.
- - Fix NetBSD bug that could allow someone to force uninitialized RAM
- to be sent to a server's DNS resolver. This only affects NetBSD and
- other platforms that do not bounds-check tolower().
- - Warn when using libevent 1.1a or earlier with win32 or kqueue
+ - Fix security bug on NetBSD that could allow someone to force
+ uninitialized RAM to be sent to a server's DNS resolver. This
+ only affects NetBSD and other platforms that do not bounds-check
+ tolower().
+ - Warn user when using libevent 1.1a or earlier with win32 or kqueue
methods: these are known to be buggy.
+ - If we're a directory mirror and we ask for "all" network status
+ documents, we would discard status documents from authorities
+ we don't recognize.
Changes in version 0.1.1.23 - 2006-07-30