]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for feature27244
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Sep 2018 15:54:37 +0000 (11:54 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Sep 2018 15:54:37 +0000 (11:54 -0400)
changes/feature27244 [new file with mode: 0644]

diff --git a/changes/feature27244 b/changes/feature27244
new file mode 100644 (file)
index 0000000..a4debbb
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor features (memory usage):
+    - Tor clients no longer need to keep the full text of a consensus in
+      memory in order to parse it, or apply a diff to it. Instead, they
+      use mmap() to read the consensus files from disk. Closes ticket
+      27244.