diff options
author | Roger Dingledine <arma@torproject.org> | 2013-08-05 02:42:27 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-08-05 02:42:27 -0400 |
commit | 05f5985f8e0a0a0fca660870a2476bc5f323812a (patch) | |
tree | 708c2229be3e24effdbeb90a460e444545ebeded /ChangeLog | |
parent | 506a01bda8fd6f055ff1deef0e73036f8031e7a4 (diff) | |
download | tor-05f5985f8e0a0a0fca660870a2476bc5f323812a.tar.gz tor-05f5985f8e0a0a0fca660870a2476bc5f323812a.zip |
forward-port the reformat of changelog stanza
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -80,11 +80,11 @@ Changes in version 0.2.4.13-alpha - 2013-06-14 - Relays now treat a changed IPv6 ORPort as sufficient reason to publish an updated descriptor. Fixes bug 6026; bugfix on 0.2.4.1-alpha. - - When launching a resolve request on behalf of an AF_UNIX control - socket, omit the address field of the new entry connection, used in - subsequent controller events, rather than letting tor_dup_addr() - set it to "<unknown address type>". Fixes bug 8639; bugfix on - 0.2.4.12-alpha. + - When launching a resolve request on behalf of an AF_UNIX control + socket, omit the address field of the new entry connection, used in + subsequent controller events, rather than letting tor_dup_addr() + set it to "<unknown address type>". Fixes bug 8639; bugfix on + 0.2.4.12-alpha. o Minor bugfixes (log messages): - Fix a scaling issue in the path bias accounting code that |