Merge branch 'ticket31241_v3'

This commit is contained in:
Nick Mathewson
2019-10-25 08:10:39 -04:00
12 changed files with 872 additions and 429 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (configuration validation):
- Configuration validation can now be done by per-module callbacks,
rather than a global validation function. This will let us reduce the
size of config.c and some of its more cumbersome functions. Closes
ticket 31241.