summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-01-10 23:48:24 +0000
committerRoger Dingledine <arma@torproject.org>2007-01-10 23:48:24 +0000
commit35bd6caa1a1a97236ee94e9652d55dd991db0351 (patch)
tree19f47225bbb3ed8f037a477824e4385a93711ca2 /ChangeLog
parent8835bb844ef30dcd30eba5410340f21bec7057a7 (diff)
downloadtor-35bd6caa1a1a97236ee94e9652d55dd991db0351.tar.gz
tor-35bd6caa1a1a97236ee94e9652d55dd991db0351.zip
Fix crash with "tor --list-fingerprint" (reported by seeess).
svn:r9328
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d08f3a65c6..8b6bf3be6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@ Changes in version 0.1.2.7-alpha - 2007-??-??
- Previously, we would cache up to 16 old networkstatus documents
indefinitely, if they came from nontrusted authorities. Now we
discard them if they are more than 10 days old.
+ - Fix crash with "tor --list-fingerprint" (reported by seeess).
Changes in version 0.1.2.6-alpha - 2007-01-09