mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
Fold new entries into 0.4.2.1-alpha changelog
This commit is contained in:
parent
585eaa123f
commit
1f0848e0b6
@ -170,6 +170,9 @@ Changes in version 0.4.2.1-alpha - 2019-09-??
|
|||||||
Previously, these compilation settings would make the compiler
|
Previously, these compilation settings would make the compiler
|
||||||
look for functions that didn't exist. Fixes bug 31552; bugfix
|
look for functions that didn't exist. Fixes bug 31552; bugfix
|
||||||
on 0.4.1.1-alpha.
|
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
|
||||||
|
31687; bugfix on 0.3.1.5-alpha.
|
||||||
|
|
||||||
o Minor bugfixes (configuration):
|
o Minor bugfixes (configuration):
|
||||||
- Invalid floating-point values in the configuration file are now
|
- Invalid floating-point values in the configuration file are now
|
||||||
@ -208,6 +211,12 @@ Changes in version 0.4.2.1-alpha - 2019-09-??
|
|||||||
rather than deleting buffered log lines. Fixes bug 31594; bugfix
|
rather than deleting buffered log lines. Fixes bug 31594; bugfix
|
||||||
on 0.2.5.2-alpha.
|
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.
|
||||||
|
|
||||||
o Minor bugfixes (git hooks):
|
o Minor bugfixes (git hooks):
|
||||||
- Remove a duplicate call to practracker from the pre-push hook. The
|
- Remove a duplicate call to practracker from the pre-push hook. The
|
||||||
pre-push hook already calls the pre-commit hook, which calls
|
pre-push hook already calls the pre-commit hook, which calls
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
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.
|
|
@ -1,5 +0,0 @@
|
|||||||
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.
|
|
Loading…
Reference in New Issue
Block a user