tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4bcfa286f6b37a98c510459f9cd1ea78f957ea9f
parent c683896b7c2700e2b209167c699f8d2413a805b2
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  4 Sep 2019 10:31:45 -0400

changes file for 31240

Diffstat:
Achanges/ticket31240 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket31240 b/changes/ticket31240 @@ -0,0 +1,5 @@ + o Minor features (configuration): + - The configuration code has been extended to allow splitting + configuration data across multiple objects. Previously, all + configuration data needed to be kept in a single object, which + tended to become bloated. Closes ticket 31240.