diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-29 03:45:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-29 03:45:40 -0400 |
commit | c9551492715c0b840f65992692581eb555c0930d (patch) | |
tree | 1ddf23ffec508861077be7a0d9f4e8c994c86e12 /changes/bug9147 | |
parent | ca6aacce16ce057bab71900e078a24fcd63d250f (diff) | |
download | tor-c9551492715c0b840f65992692581eb555c0930d.tar.gz tor-c9551492715c0b840f65992692581eb555c0930d.zip |
Give a warning when bufferevents are enabled.
Ticket 9147.
Diffstat (limited to 'changes/bug9147')
-rw-r--r-- | changes/bug9147 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9147 b/changes/bug9147 new file mode 100644 index 0000000000..e6064ea0e5 --- /dev/null +++ b/changes/bug9147 @@ -0,0 +1,4 @@ + o Minor features: + - Issue a warning when running with the bufferevents backend enabled. + It's still not stable, and people should know that they're likely + to hit unexpected problems. Closes ticket 9147. |