aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-19 20:28:10 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-19 20:28:10 -0400
commit452aa186800cbdeea13c9c5e40b78984db0616a1 (patch)
tree7bc2237ef486d8c9ea86c2438e159c11dd3c9966 /ChangeLog
parent8a647291c837846dca73c2017d3101621fd25a8d (diff)
downloadtor-452aa186800cbdeea13c9c5e40b78984db0616a1.tar
tor-452aa186800cbdeea13c9c5e40b78984db0616a1.tar.gz
Merge remaining changes/* items into ChangeLog
(Not taking bug11235 since it's a whitespace fix)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5d65f08f..f8ffc9ab3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -131,6 +131,9 @@ Changes in version 0.2.5.3-alpha - 2014-03-??
- Document in the manpage that "KBytes" may also be written as
"kilobytes" or "KB", that "Kbits" may also be written as
"kilobits", and so forth. Closes ticket 9222.
+ - Document that the ClientOnly config option overrides ORPort.
+ Our old explanation made ClientOnly sound as though it did
+ nothing at all. Resolves bug 9059.
- Explain that SocksPolicy, DirPolicy, and similar options don't
take port arguments. Fixes the other part of ticket 11108.
- Fix a comment about the rend_server_descriptor_t.protocols field