diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-05 10:06:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-05 10:06:16 -0500 |
commit | 5a0c94f0a9a1975cf2226c312dc29f25c4a0e210 (patch) | |
tree | 2d3c97b7af3d717137d5c54a3a590e34d9cdaa3f | |
parent | ea0881029f4671169b2dc9e436a4be4a15f5a991 (diff) | |
download | tor-5a0c94f0a9a1975cf2226c312dc29f25c4a0e210.tar.gz tor-5a0c94f0a9a1975cf2226c312dc29f25c4a0e210.zip |
improve changes files more
-rw-r--r-- | changes/bug14202 | 4 | ||||
-rw-r--r-- | changes/bug14451 | 2 | ||||
-rw-r--r-- | changes/ticket14188_part1 | 2 | ||||
-rw-r--r-- | changes/ticket14325 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/changes/bug14202 b/changes/bug14202 index 2bb4ba1776..79f7537b04 100644 --- a/changes/bug14202 +++ b/changes/bug14202 @@ -1,3 +1,3 @@ - o Minor cleanup + o Minor cleanup: - Remove workaround in dirserv_thinks_router_is_hs_dir() that was only - for version <= 0.2.2.24 which is now deprecated. + for version <= 0.2.2.24 which is now deprecated. Closes ticket 14202. diff --git a/changes/bug14451 b/changes/bug14451 index 7949a78070..197cd599f3 100644 --- a/changes/bug14451 +++ b/changes/bug14451 @@ -1,5 +1,3 @@ - - o Minor features: - ControlPort now supports the unix:/path/to/dir syntax as an alternative to the ControlSocket option, for consistency with SocksPort and diff --git a/changes/ticket14188_part1 b/changes/ticket14188_part1 index 9d66bba1fc..6e71da844f 100644 --- a/changes/ticket14188_part1 +++ b/changes/ticket14188_part1 @@ -1,2 +1,4 @@ o Compilation fixes: - Compile correctly with (unreleased) OpenSSL 1.1.0 headers. + Addresses ticket 14188. + diff --git a/changes/ticket14325 b/changes/ticket14325 index 38daa05aab..27c27f5943 100644 --- a/changes/ticket14325 +++ b/changes/ticket14325 @@ -1,4 +1,4 @@ - o Documentation fixes: + o Documentation: - Make the tor-resolve documentation match its help string and its options. Resolves part of ticket 14325. - Log a more useful error message from tor-resolve when failing to |