diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-10 12:26:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-10 12:26:39 -0400 |
commit | 607b29ae1abe7da7d06e4e9282ed88a2dd7fe8d4 (patch) | |
tree | 6ada8daa1215ad6db0c4b51629c5389b0091fbb5 /changes | |
parent | c860a96ecb652d76dc23f2b490db4f5a95e9b0c3 (diff) | |
parent | 4835faebf533f93eb390649dfcb5c8cc0289e3d3 (diff) | |
download | tor-607b29ae1abe7da7d06e4e9282ed88a2dd7fe8d4.tar.gz tor-607b29ae1abe7da7d06e4e9282ed88a2dd7fe8d4.zip |
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9017 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug9017 b/changes/bug9017 new file mode 100644 index 0000000000..359c526b00 --- /dev/null +++ b/changes/bug9017 @@ -0,0 +1,6 @@ + o Major bugfixes: + - Avoid an assertion failure on OpenBSD (and perhaps other BSDs) + when an exit connection with optimistic data succeeds immediately + rather than returning EINPROGRESS. Fixes bug 9017; bugfix on + 0.2.3.1-alpha. + |