aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-07-27 22:51:20 -0400
committerRoger Dingledine <arma@torproject.org>2009-07-27 22:51:20 -0400
commita73acdd46f946a18f678167f2f8083cac18ebe01 (patch)
treef489ae04155ad1e9087f5c1fc1f04525ce0d51bf /ChangeLog
parent0a4e2397c0f184a1717ec7475381f9d12f189cb7 (diff)
downloadtor-a73acdd46f946a18f678167f2f8083cac18ebe01.tar
tor-a73acdd46f946a18f678167f2f8083cac18ebe01.tar.gz
Write fingerprint to file and log without spaces
Now it will look like the fingerprints in our bridges documentation, and confuse fewer users.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fed57aaf4..2747420dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@ Changes in version 0.2.1.19 - 2009-07-??
- Make accessing hidden services on 0.2.1.x work right
again. Bugfix on 0.2.1.3-alpha; workaround for bug 1038.
+ o Minor features:
+ - When a relay/bridge is writing out its identity key fingerprint to
+ the "fingerprint" file and to its logs, write it without spaces. Now
+ it will look like the fingerprints in our bridges documentation,
+ and confuse fewer users.
+
o Minor bugfixes:
- Avoid leaking memory every time we get a create cell but we have
so many already queued that we refuse it. Bugfix on 0.2.0.19-alpha;