summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-09-29 22:34:22 +0000
committerNick Mathewson <nickm@torproject.org>2008-09-29 22:34:22 +0000
commit25f833552883727b718ca7782efe344434c703f4 (patch)
tree5fd5516dcb6b13a9d6169b83c6b0bf7e7ff9d6f5 /ChangeLog
parent9d950f7d25c91ede1b46fac7466add5cbf5a0d71 (diff)
downloadtor-25f833552883727b718ca7782efe344434c703f4.tar.gz
tor-25f833552883727b718ca7782efe344434c703f4.zip
Include circuit purposes in circuit events. Now all circuit events are extended; this makes the code simpler.
svn:r17007
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59cfcbf22d..e60f7f70dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,6 +64,7 @@ Changes in version 0.2.1.6-alpha - 2008-09-29
people find host:port too confusing.
- Make TrackHostExit mappings expire a while after their last use, not
after their creation. Patch from Robert Hogan.
+ - Provide circuit purposes along with circuit events to the controller.
o Minor bugfixes:
- Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.