tor

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

commit aafeffe02af5b3c8306fe36eec00baaabc8e68eb
parent ed4bc554503d1a18cb6764943eea98aaf43bf2da
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 21 Jun 2017 11:15:44 -0400

Fix the changes file

Diffstat:
Mchanges/bug1667 | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/changes/bug1667 b/changes/bug1667 @@ -1,4 +1,4 @@ - o Minor features: + o Minor features (control port): - If the control port is used as the HTTP proxy, responds with - a meaningful "This is the Tor control port" message, and logs - the event. Fixes bug 1667. + a meaningful "This is the Tor control port" message, and log + the event. Closes ticket 1667. Patch from Ravi Chandra Padmala.