aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-16 14:31:01 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-17 09:22:57 -0500
commitb30d06255c2416515a0d56a99f3d0af4bbfa1185 (patch)
tree80cdbc5daf73e423c94e5ea6fc0be27f43a72c65 /changes
parent65e6e68981d9910c5f78f2cfed6c59cbee1494c7 (diff)
downloadtor-b30d06255c2416515a0d56a99f3d0af4bbfa1185.tar
tor-b30d06255c2416515a0d56a99f3d0af4bbfa1185.tar.gz
Drop detection logic for pre-1.3 busted libevents
This won't actually break them any worse than they were broken before: it just removes a set of warnings that nobody was actually seeing, I hope. Closes 6826
Diffstat (limited to 'changes')
-rw-r--r--changes/bug68265
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6826 b/changes/bug6826
new file mode 100644
index 000000000..6eba19bce
--- /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.