]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for my confparse typechecking fun
authorNick Mathewson <nickm@torproject.org>
Mon, 25 Sep 2017 15:55:51 +0000 (11:55 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 26 Sep 2017 16:25:34 +0000 (12:25 -0400)
changes/ticket23643 [new file with mode: 0644]

diff --git a/changes/ticket23643 b/changes/ticket23643
new file mode 100644 (file)
index 0000000..b2edbef
--- /dev/null
@@ -0,0 +1,6 @@
+  o Minor features (compilation, testing):
+    - Tor builds should now fail if there are any mismatches between the C
+      type representing a configuration variable and the C type the
+      data-driven parser uses to store a value there.  Previously, we needed
+      to check these by hand, which sometimes led to mistakes. Closes ticket
+      23643.