tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 066da91521946fa45c637e6006f4e397fc65ee90
parent d77f1e7aea12e39b0aa2214d63c5a90be07f2d68
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 31 May 2023 14:31:59 -0400

changes: Add file for MR 714

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Achanges/ticket40799 | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/changes/ticket40799 b/changes/ticket40799 @@ -0,0 +1,6 @@ + o Minor bugfixes (sandbox): + - Allow membarrier for the sandbox. And allow rt_sigprocmask when compiled + with LTTng. Fixes bug 40799; bugfix on 0.3.5.1-alpha. + + o Minor feature (CI): + - Update CI to use Debian Bullseye for runners.