diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-02 14:03:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-02 14:03:48 -0400 |
commit | bbc9cbd95839380a45ec9ff11a7f7b99bbe923b0 (patch) | |
tree | b74af9f9651b1fde69f0db0eb7106656d9a50831 | |
parent | 7b896fe61ef7f8d5dfac453457db54819a6bc72b (diff) | |
download | tor-bbc9cbd95839380a45ec9ff11a7f7b99bbe923b0.tar.gz tor-bbc9cbd95839380a45ec9ff11a7f7b99bbe923b0.zip |
changes file for 19450
-rw-r--r-- | changes/19450 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/19450 b/changes/19450 new file mode 100644 index 0000000000..8e36a5aec7 --- /dev/null +++ b/changes/19450 @@ -0,0 +1,3 @@ + o Removed code: + - We no longer include the (dead, deprecated) bufferevent code in + Tor. Closes ticket 19450. Based on a patch from U+039b. |