Merge branch 'maint-0.4.0' into maint-0.4.1

This commit is contained in:
Nick Mathewson
2019-09-17 18:56:52 -04:00
4 changed files with 22 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (compilation):
- Suppress spurious float-conversion warnings from GCC when calling
floating-point classifier functions on FreeBSD. Fixes part of bug
31687; bugfix on 0.3.1.5-alpha.
+5
View File
@@ -0,0 +1,5 @@
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.