diff options
author | Roger Dingledine <arma@torproject.org> | 2013-08-05 02:36:49 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-08-05 02:36:49 -0400 |
commit | f473dec1e002e76370bfe2310e3d74cfd910d163 (patch) | |
tree | 9a25a7195ec1dfe33edf093490c37a8018a50df4 | |
parent | 4a1d9726f4d6e212ec2f0e1ac90a3f09ca27c853 (diff) | |
download | tor-f473dec1e002e76370bfe2310e3d74cfd910d163.tar.gz tor-f473dec1e002e76370bfe2310e3d74cfd910d163.zip |
retroactively reformat a changelog stanza
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -112,11 +112,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 |