aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-01 06:43:06 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-01 06:43:06 +0000
commitc705d46df04ac6572aa3c4c27e26e216711a85b9 (patch)
treee3b7ef2a9cfcd810559e989a7c6acbbfacd6afd7 /ChangeLog
parent4096e577c51a6eae88ab26cb4931998b0486e678 (diff)
downloadtor-c705d46df04ac6572aa3c4c27e26e216711a85b9.tar
tor-c705d46df04ac6572aa3c4c27e26e216711a85b9.tar.gz
and document that change
svn:r8560
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 57bbf334b..de0ca3a26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.1.2.2-alpha - 2006-??-??
+Changes in version 0.1.2.2-alpha - 2006-10-??
o Major features:
- Add server-side support for "reverse" DNS lookups (using PTR
records so clients can determine the canonical hostname for a
@@ -65,6 +65,8 @@ Changes in version 0.1.2.2-alpha - 2006-??-??
o Minor Bugfixes:
- Two small performance improvements on parsing descriptors.
+ - Fix big bug affecting performance for both serving and reaching
+ hidden services.
- Major performance improvement on inserting descriptors: change
algorithm from O(n^2) to O(n).
- Make the common memory allocation path faster on machines where
@@ -131,6 +133,8 @@ Changes in version 0.1.2.2-alpha - 2006-??-??
a few will be fast. This exercises our bandwidth and bootstraps
us quicker.
- Remove 8888 as a long lived port, and add 6697 (ircs).
+ - If we fail to build a circuit to an intended enclave, and it's
+ not mandatory that we use that enclave, stop wanting it.
(stopped at r8478)