summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-25 11:55:51 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-26 12:25:34 -0400
commit8f0dffe329d41eab4ab192ed08e32692b9362663 (patch)
tree0df8c9e2e076f2d84dee13a92c8fdcc9a5ed3c4e
parent49d2346b805b09fde656d05a6bbf1c632a8eb903 (diff)
downloadtor-8f0dffe329d41eab4ab192ed08e32692b9362663.tar.gz
tor-8f0dffe329d41eab4ab192ed08e32692b9362663.zip
changes file for my confparse typechecking fun
-rw-r--r--changes/ticket236436
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket23643 b/changes/ticket23643
new file mode 100644
index 0000000000..b2edbef914
--- /dev/null
+++ b/changes/ticket23643
@@ -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.