diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-10 12:25:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-10 12:25:14 -0400 |
commit | 4835faebf533f93eb390649dfcb5c8cc0289e3d3 (patch) | |
tree | 1c9015699a7b2baf84b3cad7cde902a2d69fba38 /changes | |
parent | fe689de084116bd54eb3f90baba4620eef5d1001 (diff) | |
parent | 77a193533966c5c2f81e6a85b3c2a7446076508f (diff) | |
download | tor-4835faebf533f93eb390649dfcb5c8cc0289e3d3.tar.gz tor-4835faebf533f93eb390649dfcb5c8cc0289e3d3.zip |
Merge branch 'bug9017' into maint-0.2.3
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. + |