aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-17 08:00:47 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-17 08:00:47 -0400
commit9bbddbcb212f7309598e8e85163704291cb982d1 (patch)
tree759317bed11019ab0e7861df91d4172d739724de /ChangeLog
parent1f0848e0b6674e8c8f3379440c91428bf550dddb (diff)
downloadtor-9bbddbcb212f7309598e8e85163704291cb982d1.tar.gz
tor-9bbddbcb212f7309598e8e85163704291cb982d1.zip
Run format_changelog again
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d604af54e8..ad1f658e55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -171,7 +171,7 @@ Changes in version 0.4.2.1-alpha - 2019-09-??
look for functions that didn't exist. Fixes bug 31552; bugfix
on 0.4.1.1-alpha.
- Suppress spurious float-conversion warnings from GCC when calling
- floating-point classifier functions on FreeBSD. Fixes part of bug
+ floating-point classifier functions on FreeBSD. Fixes part of bug
31687; bugfix on 0.3.1.5-alpha.
o Minor bugfixes (configuration):
@@ -212,10 +212,10 @@ Changes in version 0.4.2.1-alpha - 2019-09-??
on 0.2.5.2-alpha.
o Minor bugfixes (FreeBSD, PF-based proxy, IPv6):
- - When extracting an IPv6 address from a PF-based proxy, verify
- that we are actually configured to receive an IPv6 address,
- and log an internal error if not. Fixes part of bug 31687;
- bugfix on 0.2.3.4-alpha.
+ - When extracting an IPv6 address from a PF-based proxy, verify that
+ we are actually configured to receive an IPv6 address, and log an
+ internal error if not. Fixes part of bug 31687; bugfix
+ on 0.2.3.4-alpha.
o Minor bugfixes (git hooks):
- Remove a duplicate call to practracker from the pre-push hook. The