summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-06-21 01:18:20 -0400
committerRoger Dingledine <arma@torproject.org>2011-06-21 01:18:20 -0400
commitf0ba3c1f26c7e4d97273e941dc57f3c85d3f46f3 (patch)
treebdd893c7a71240cab7bedc5ad94aa8ec9bbb3041
parent2ea53fc0478aaf91c2dd11d520e02da9b2bebd94 (diff)
downloadtor-f0ba3c1f26c7e4d97273e941dc57f3c85d3f46f3.tar.gz
tor-f0ba3c1f26c7e4d97273e941dc57f3c85d3f46f3.zip
add a blurb for 0.2.2.29-beta
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b9e43abf3..108ac61c0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
Changes in version 0.2.2.29-beta - 2011-06-20
+ Tor 0.2.2.29-beta reverts an accidental behavior change for users who
+ have bridge lines in their torrc but don't want to use them; gets
+ us closer to having the control socket feature working on Debian;
+ and fixes a variety of smaller bugs.
+
o Major bugfixes:
- Revert the UseBridges option to its behavior before 0.2.2.28-beta.
When we changed the default behavior to "use bridges if any
@@ -17,13 +22,13 @@ Changes in version 0.2.2.29-beta - 2011-06-20
o Minor bugfixes:
- Fix a bug when using ControlSocketsGroupWritable with User. The
directory's group would be checked against the current group, not
- the configured group. Patch by Jérémy Bobbio. Fixes bug3393; bugfix
- on Tor 0.2.2.26-beta.
+ the configured group. Patch by Jérémy Bobbio. Fixes bug 3393;
+ bugfix on 0.2.2.26-beta.
- Make connection_printf_to_buf()'s behaviour sane. Its callers
expect it to emit a CRLF iff the format string ends with CRLF;
it actually emitted a CRLF iff (a) the format string ended with
CRLF or (b) the resulting string was over 1023 characters long or
- (c) the format string did not end with CRLF ''and'' the resulting
+ (c) the format string did not end with CRLF *and* the resulting
string was 1021 characters long or longer. Bugfix on 0.1.1.9-alpha;
fixes part of bug 3407.
- Make send_control_event_impl()'s behaviour sane. Its callers