From: Nick Mathewson Date: Wed, 6 Sep 2017 20:18:40 +0000 (-0400) Subject: changes file for bug22805 X-Git-Tag: tor-0.3.2.2-alpha~50^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a75a6fd9a7cd9c60904388f6836e7e659ef60e6;p=thirdparty%2Ftor.git changes file for bug22805 --- diff --git a/changes/bug22805 b/changes/bug22805 new file mode 100644 index 0000000000..6d95ad5a33 --- /dev/null +++ b/changes/bug22805 @@ -0,0 +1,9 @@ + o Minor features (relay): + - When choosing which circuits can be expired as unused, consider + circuits from clients even if those clients used regular CREATE + cells to make them. Part of ticket 22805. + + o Code simplification and refactoring: + - Remove various ways of testing circuits and connections for + "clientness"; instead, favor channel_is_client(). + Part of ticket 22805.