diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-27 11:20:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-27 11:20:44 -0400 |
commit | 023d756bfc04c244403ca7fb13e3e077dbe16408 (patch) | |
tree | 2f036f4c07e13d0a4fccf4a135893b483b554845 | |
parent | 325549d2e7e67e0f6e011dd6314db80e3df3e4ab (diff) | |
download | tor-0.3.2.3-alpha.tar.gz tor-0.3.2.3-alpha.zip |
changelog fix; thanks dgoulettor-0.3.2.3-alpha
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -59,10 +59,10 @@ Changes in version 0.3.2.3-alpha - 2017-10-27 bugfix on 0.3.2.1-alpha. o Minor bugfixes (hidden service, v2): - - When reloading a configured with hidden service(s), copy all - information from the old service object. Previously, some data was - omitted, causing delays in descriptor upload, and other bugs. - Fixes bug 23790; bugfix on 0.2.1.9-alpha. + - When reloading configured hidden services, copy all information + from the old service object. Previously, some data was omitted, + causing delays in descriptor upload, and other bugs. Fixes bug + 23790; bugfix on 0.2.1.9-alpha. o Minor bugfixes (memory safety, defensive programming): - Clear the target address when node_get_prim_orport() returns |