aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-03-24 15:57:51 +0000
committerNick Mathewson <nickm@torproject.org>2007-03-24 15:57:51 +0000
commit306d5400c367460936523f8417102f043a98fa78 (patch)
tree332d33d9a82fe3bf3bf8bb2be306b58c0a4bc5aa /ChangeLog
parent2cf63f8a62b668c2543b31519d4a8ed593a70cc7 (diff)
downloadtor-306d5400c367460936523f8417102f043a98fa78.tar.gz
tor-306d5400c367460936523f8417102f043a98fa78.zip
r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400
Refactor a bunch of functions that take edge_connection_t not to also take a crypt_path_t; the cpath is implicit. svn:r9899
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15f7c5287a..0c7f3816d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,7 +40,7 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
o Minor bugfixes (other):
- Stop allowing hibernating servers to be "stable" or "fast".
- - Check return values from pthread_mutex functions.
+ - Check return values from pthread_mutex functions.
- Don't save non-general-purpose router descriptors to the disk cache,
because we have no way of remembering what their purpose was when
we restart.
@@ -56,6 +56,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 Code simplifications and refactoring
+ - Stop passing around crypt_path_t pointers that are implicit in other
+ procedure arguments.
+
Changes in version 0.1.2.12-rc - 2007-03-16
o Major bugfixes: