tor/changes/ticket31241

6 lines
290 B
Plaintext
Raw Normal View History

2019-10-25 02:25:36 +02:00
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.