Changelog for 0.4.1.8

This commit is contained in:
Nick Mathewson
2020-01-29 20:06:15 -05:00
parent 3090839168
commit 84aa01aecb
8 changed files with 43 additions and 29 deletions
-8
View File
@@ -1,8 +0,0 @@
o Minor bugfixes (linux seccomp sandbox):
- Correct how we use libseccomp. Particularly, stop assuming that
rules are applied in a particular order or that more rules are
processed after the first match. Neither is the case! In libseccomp
<2.4.0 this lead to some rules having no effect. Libseccomp 2.4.0
changed how rules are generated leading to a different ordering
which in turn lead to a fatal crash during startup. Fixes bug
29819; bugfix on 0.2.5.1-alpha. Patch by Peter Gerber.
-3
View File
@@ -1,3 +0,0 @@
o Minor bugfixes (windows service):
- Initialize publish/subscribe system when running as a windows service.
Fixes bug 32778; bugfix on 0.4.1.1-alpha.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes (linux seccomp sandbox):
- Fix crash when reloading logging configuration while the
experimental sandbox is enabled. Fixes bug 32841; bugfix
on 0.4.1.7. Patch by Peter Gerber.
-4
View File
@@ -1,4 +0,0 @@
o Testing:
- Turn off Tor's Sandbox in Chutney jobs, and run those jobs on Ubuntu
Bionic. Turning off the Sandbox is a work-around, until we fix the
sandbox errors in 32722. Closes ticket 32240.
-2
View File
@@ -1,2 +0,0 @@
o Testing (continuous integration):
- Use zstd in our Travis Linux builds. Closes ticket 32242.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes (crash):
- When running Tor with an option like --verify-config or --dump-config
that does not start the event loop, avoid crashing if we try to exit
early because of an error. Fixes bug 32407; bugfix on 0.3.3.1-alpha.
-4
View File
@@ -1,4 +0,0 @@
o Testing:
- Re-enable the Travis CI macOS Chutney build, but allow the job to finish
before it finishes, because the Travis macOS jobs are slow.
Closes ticket 32629.