diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-05-09 11:26:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-14 19:19:53 -0400 |
commit | 1b16fcb70cb9507184fe7316396c93c1daa12674 (patch) | |
tree | 5e44a6d5e30225466b19c25b1665a088c4373c37 /changes/bug30452 | |
parent | 231036a110c1062e39b214b4b88fdc2a1eb46dc8 (diff) | |
download | tor-1b16fcb70cb9507184fe7316396c93c1daa12674.tar.gz tor-1b16fcb70cb9507184fe7316396c93c1daa12674.zip |
Add a --list-modules command
Closes ticket 30452.
Diffstat (limited to 'changes/bug30452')
-rw-r--r-- | changes/bug30452 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug30452 b/changes/bug30452 new file mode 100644 index 0000000000..2bb401d87d --- /dev/null +++ b/changes/bug30452 @@ -0,0 +1,3 @@ + o Minor features (compile-time modules): + - Add a --list-modules command to print a list of which compile-time + modules are enabled. Closes ticket 30452. |