]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 32764.
authorNick Mathewson <nickm@torproject.org>
Mon, 16 Dec 2019 19:45:40 +0000 (14:45 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jan 2020 12:30:35 +0000 (07:30 -0500)
changes/ticket32764 [new file with mode: 0644]

diff --git a/changes/ticket32764 b/changes/ticket32764
new file mode 100644 (file)
index 0000000..7795339
--- /dev/null
@@ -0,0 +1,9 @@
+  o Code simplification and refactoring:
+
+    - Add numerous missing dependencies to our include files, so that
+      they can be included in different reasonable orders and still
+      compile. Addresses part of ticket 32764.
+
+    - Fix some small issues in our code that prevented automatic
+      formatting tools from working.
+      Addresses part of ticket 32764.