]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for splitting structures out of or.h
authorNick Mathewson <nickm@torproject.org>
Fri, 15 Jun 2018 19:48:03 +0000 (15:48 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 15 Jun 2018 19:48:03 +0000 (15:48 -0400)
changes/split_or_h [new file with mode: 0644]

diff --git a/changes/split_or_h b/changes/split_or_h
new file mode 100644 (file)
index 0000000..53d54ca
--- /dev/null
@@ -0,0 +1,5 @@
+  o Code simplification and refactoring:
+    - Many structures have been removed from the centralized "or.h" header,
+      and moved into their own headers.  This will allow us to reduce
+      the number of places in the code that rely on each structure's
+      contents and layout. Closes ticket 26383.