aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-01-26 09:03:20 +0000
committerRoger Dingledine <arma@torproject.org>2007-01-26 09:03:20 +0000
commite9f6456b2cc0161dce30afdf95d89f65b5b2fd7d (patch)
tree3b82240c9003cd7a47a2206f54b65852b1997490 /ChangeLog
parent75a5fde460d20553b7925fa28f738cc807e5fea0 (diff)
downloadtor-e9f6456b2cc0161dce30afdf95d89f65b5b2fd7d.tar.gz
tor-e9f6456b2cc0161dce30afdf95d89f65b5b2fd7d.zip
Bugfix: If we're not marking exits as guards, ignore exit bandwidth
when we're deciding the required bandwidth to become a guard. svn:r9423
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd4198837c..3f840854ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,8 @@ Changes in version 0.1.2.7-alpha - 2007-01-26
pointer loops.
- Fix a memory leak when sending a 503 response for a networkstatus
request.
+ - If we're not marking exits as guards, ignore exit bandwidth
+ when we're deciding the required bandwidth to become a guard.
o Minor bugfixes:
- When computing clock skew from directory HTTP headers, consider what
@@ -50,6 +52,9 @@ Changes in version 0.1.2.7-alpha - 2007-01-26
connections. (Fixes bug 382.)
o Minor features:
+ - Create a new file ReleaseNotes which was the old ChangeLog. The
+ new ChangeLog file now includes the summaries for even development
+ versions.
- Check for addresses with invalid characters at the exit as well
as at the client, and warn less verbosely when they fail. You can
override this by setting ServerDNSAllowNonRFC953Addresses to 1.