summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-03-17 04:32:04 +0000
committerRoger Dingledine <arma@torproject.org>2007-03-17 04:32:04 +0000
commit9d7dc1b37b322822775a8b231d1705f422bd06f2 (patch)
tree51046ca8cb08e9c991306adc773541c9ac268b6b /ChangeLog
parent4813ff04e8d21b2545c2bbd0ca913ad0a1bd8e21 (diff)
downloadtor-9d7dc1b37b322822775a8b231d1705f422bd06f2.tar.gz
tor-9d7dc1b37b322822775a8b231d1705f422bd06f2.zip
forward-port r9850 and the changelogs
(it's a band) svn:r9853
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4325a66805..f748720a5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,27 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
to 'getinfo addr-mappings/*'.
+Changes in version 0.1.2.12-rc - 2007-03-16
+ o Major bugfixes:
+ - Fix an infinite loop introduced in 0.1.2.7-alpha when we serve
+ directory information requested inside Tor connections (i.e. via
+ begin_dir cells). It only triggered when the same connection was
+ serving other data at the same time. Reported by seeess.
+
+ o Minor bugfixes:
+ - When creating a circuit via the controller, send a 'launched'
+ event when we're done, so we follow the spec better.
+
+
+Changes in version 0.1.2.11-rc - 2007-03-15
+ o Minor bugfixes (controller), reported by daejees:
+ - Correct the control spec to match how the code actually responds
+ to 'getinfo addr-mappings/*'.
+ - The control spec described a GUARDS event, but the code
+ implemented a GUARD event. Standardize on GUARD, but let people
+ ask for GUARDS too.
+
+
Changes in version 0.1.2.10-rc - 2007-03-07
o Major bugfixes (Windows):
- Do not load the NT services library functions (which may not exist)