From: Nick Mathewson Date: Tue, 3 Oct 2017 17:02:59 +0000 (-0400) Subject: changes file for libevent isolation work X-Git-Tag: tor-0.3.4.1-alpha~174^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=421c2310a804cf4341a42d9a20f425e3d59ac013;p=thirdparty%2Ftor.git changes file for libevent isolation work --- diff --git a/changes/isolate_libevent b/changes/isolate_libevent new file mode 100644 index 0000000000..852e533fd3 --- /dev/null +++ b/changes/isolate_libevent @@ -0,0 +1,5 @@ + o Code simplification and refactoring: + - Initial work to isolate Libevent usage to a handful of modules in our + codebase, to simplify our call structure, and so that we can more + easily change event loops in the future if needed. Closes ticket + 23750.