diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-17 09:23:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-17 09:23:07 -0500 |
commit | 514d48459786eb5a88a657b23cbee3cc5b570ce4 (patch) | |
tree | b77a87e15f3cb7ed6ce4a8b99ba686bb514d86db /changes | |
parent | d094a76cc8239f9d0e4123d87a0c8531b22cba79 (diff) | |
parent | b30d06255c2416515a0d56a99f3d0af4bbfa1185 (diff) | |
download | tor-514d48459786eb5a88a657b23cbee3cc5b570ce4.tar.gz tor-514d48459786eb5a88a657b23cbee3cc5b570ce4.zip |
Merge branch 'bug6826_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6826 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6826 b/changes/bug6826 new file mode 100644 index 0000000000..6eba19bced --- /dev/null +++ b/changes/bug6826 @@ -0,0 +1,5 @@ + o Removed features: + - Drop support for detecting and warning about versions of Libevent + before 1.3e. Nothing reasonable ships with them any longer; + warning the user about them shouldn't be needed. Resolves ticket + 6826. |