aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-11 22:19:47 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-11 22:19:47 +0000
commitad8757fbeb564b7d15edf9f016c634b89f017584 (patch)
tree0afed47a9e3040b31832678a1d71f2f543c379c2 /ChangeLog
parent5c4a00e7962ab9f84d7d5cb5d7b07a2eae058031 (diff)
downloadtor-ad8757fbeb564b7d15edf9f016c634b89f017584.tar.gz
tor-ad8757fbeb564b7d15edf9f016c634b89f017584.zip
Disable the SETROUTERPURPOSE controller command: it is now obsolete.
svn:r11891
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a5d26bb32..9c69b24780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@ Changes in version 0.2.0.8-alpha - 2007-10-12
- Use annotations to record the time we received each descriptor.
- Use annotations to record the source for each descriptor.
- Use annotations to record the purpose of each descriptor.
+ - Disable the SETROUTERPURPOSE controller command: it is now
+ obsolete.
- Bridge authorities now write bridge descriptors to disk, meaning
we can export them to other programs and begin distributing them
to blocked users.
@@ -113,7 +115,7 @@ Changes in version 0.2.0.8-alpha - 2007-10-12
Bugfix in 0.2.0.7-alpha.
- Fix a minor memory leak whenever we parse guards from our state
file. Bugfix on 0.2.0.7-alpha.
- - Fix a minor memory leak whenever we wrote out a file. Bugfix on
+ - Fix a minor memory leak whenever we write out a file. Bugfix on
0.2.0.7-alpha.
- Fix a minor memory leak whenever a controller sends the PROTOCOLINFO
command. Bugfix on 0.2.0.5-alpha.