summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-27 11:20:44 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-27 11:20:44 -0400
commit023d756bfc04c244403ca7fb13e3e077dbe16408 (patch)
tree2f036f4c07e13d0a4fccf4a135893b483b554845
parent325549d2e7e67e0f6e011dd6314db80e3df3e4ab (diff)
downloadtor-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--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cb6469f26..87517a2a55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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