aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-04-30 19:48:45 +0000
committerNick Mathewson <nickm@torproject.org>2007-04-30 19:48:45 +0000
commite97a6dd01f76f5380d80a1b6061abd0b583a7aab (patch)
treef426737909447f87820c9cd65e9a39e3a3e3f4ee /ChangeLog
parent0390a0499c3118743c7d727f0523b872f45dec0e (diff)
downloadtor-e97a6dd01f76f5380d80a1b6061abd0b583a7aab.tar
tor-e97a6dd01f76f5380d80a1b6061abd0b583a7aab.tar.gz
r12587@catbus: nickm | 2007-04-30 15:47:39 -0400
Backport candidate: correctly set the purpose of routers that are inserted by the controller with purpose=controller. svn:r10071
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 019e733da..f17268bd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -113,6 +113,10 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
- Correct the control spec to match how the code actually responds
to 'getinfo addr-mappings/*'.
+ o Minor bugfixes (controller):
+ - Actually set the purpose correctly for descriptors inserted with
+ purpose=controller.
+
o Code simplifications and refactoring
- Stop passing around circuit_t and crypt_path_t pointers that are
implicit in other procedure arguments.