]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for bug22805
authorNick Mathewson <nickm@torproject.org>
Wed, 6 Sep 2017 20:18:40 +0000 (16:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 22 Sep 2017 12:55:53 +0000 (08:55 -0400)
changes/bug22805 [new file with mode: 0644]

diff --git a/changes/bug22805 b/changes/bug22805
new file mode 100644 (file)
index 0000000..6d95ad5
--- /dev/null
@@ -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.