aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-09-06 20:56:42 -0400
committerRoger Dingledine <arma@torproject.org>2011-09-06 20:56:42 -0400
commitc79db17ec1982fdd871907cc925efd1e90a318a7 (patch)
treeccc5a1b399a3c08db7b18f47e70bd34c0a45de9c /ChangeLog
parent5f93885cde396fd00462e450dd00abb36f90975d (diff)
downloadtor-c79db17ec1982fdd871907cc925efd1e90a318a7.tar.gz
tor-c79db17ec1982fdd871907cc925efd1e90a318a7.zip
fold in changes files so far
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b2581662a..58c17a861d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Changes in version 0.2.2.33 - 2011-09-??
+ o Major bugfies:
+ - Avoid an assertion failure when reloading a configuration with
+ TrackExitHosts changes. Found and fixed by 'laruldan'. Fixes bug
+ 3923; bugfix on 0.2.2.25-alpha.
+
+ o Minor bugfixes:
+ - Correct the man page to explain that HashedControlPassword and
+ CookieAuthentication can both be set, in which case either method
+ is sufficient to authenticate to Tor. Bugfix on 0.2.0.7-alpha,
+ when we decided to allow these config options to both be set. Issue
+ raised by bug 3898.
+
+ o Build fixes:
+ - Provide a substitute implementation of lround() for MSVC, which
+ apparently lacks it. Patch from Gisle Vanem.
+
+
Changes in version 0.2.2.32 - 2011-08-27
The Tor 0.2.2 release series is dedicated to the memory of Andreas
Pfitzmann (1958-2010), a pioneer in anonymity and privacy research,