tor

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

commit 3fdd08a174f74f12ec156f3f72835e23a3fe539c
parent 99666dc6c4edb7614abc001d92326ca59c23f5f5
Author: Roger Dingledine <arma@torproject.org>
Date:   Fri,  9 Feb 2018 17:10:34 -0500

more changelog cleanup

Diffstat:
MChangeLog | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -137,9 +137,8 @@ Changes in version 0.3.3.2-alpha - 2018-02-09 bugfix on 0.3.2.1-alpha. o Documentation (man page): - - HiddenServiceVersion only accepts one version to be specified. - This version can either be version 2 or 3. Closes ticket 25026; - bugfix on 0.3.2.2-alpha. + - The HiddenServiceVersion torrc option accepts only one number: + either version 2 or 3. Closes ticket 25026; bugfix on 0.3.2.2-alpha. o Code simplification and refactoring: - Remove the unused nodelist_recompute_all_hsdir_indices(). Closes