From: Nick Mathewson Date: Fri, 25 Oct 2019 00:25:36 +0000 (-0400) Subject: changes tile for ticket 31241 X-Git-Tag: tor-0.4.3.1-alpha~247^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94853b4ab6930b0be92bd3e62ffe761b12493c96;p=thirdparty%2Ftor.git changes tile for ticket 31241 --- diff --git a/changes/ticket31241 b/changes/ticket31241 new file mode 100644 index 0000000000..64852ca4be --- /dev/null +++ b/changes/ticket31241 @@ -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.