summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-12 23:39:24 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-12 23:39:24 +0000
commit95b828b6857454329193a9531539b04915148f23 (patch)
treebe381d81a190ca84fd0f1d633c98f2867f69abcc /ChangeLog
parentb16c544509045f09901499591e3c28763b1cdeb9 (diff)
downloadtor-95b828b6857454329193a9531539b04915148f23.tar.gz
tor-95b828b6857454329193a9531539b04915148f23.zip
r11781@catbus: nickm | 2007-02-12 18:31:33 -0500
Discard any v1 directory info that is so old as to be useless. (Fixes bug 387) svn:r9572
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c1d8dc39d3..a39c1ad15f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ Changes in version 0.1.2.8-alpha - 2007-??-??
o Major bugfixes (crashes):
- Stop crashing when the controller asks us to resetconf more than
one config option at once. (Vidalia 0.0.11 does this.)
+ - Fix a crash that happened on Win98 when we're given command-line
+ arguments: Don't try to load NT service functions from advapi32.dll
+ except when we need them. (bug introduced in 0.1.2.7-alpha).
o Minor bugfixes (controller):
- Give the controller END_STREAM_REASON_DESTROY events _before_ we
@@ -31,8 +34,6 @@ Changes in version 0.1.2.8-alpha - 2007-??-??
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.
- - Don't try to load NT service functions from advapi32.dll except when
- we need them. (bug introduced in 0.1.2.7-alpha).
o Minor features:
- Warn the user when an application uses the obsolete binary v0
@@ -49,6 +50,8 @@ Changes in version 0.1.2.8-alpha - 2007-??-??
protocol easier to recognize on the wire.)
- Revise messages on handshake failure again to be even more clear about
which are incoming connections and which are outgoing.
+ - Discard any v1 directory info that's over 1 month old (for
+ directories) or over 1 week old (for running-routers lists).
Changes in version 0.1.2.7-alpha - 2007-02-06