commit 9c0e3e573e97f44f9524f85b3e37ab6c54fcf378 Author: Nick Mathewson nickm@torproject.org Date: Mon Jul 6 16:42:12 2020 -0400
minor changelog edits --- ChangeLog | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog index f6ad915e3..495f9f83c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,16 +23,16 @@ Changes in version 0.4.4.2-alpha - 2020-07-??
o Minor features (linux seccomp2 sandbox, portability): - Allow Tor to build on platforms where it doesn't know how to - report which syscall had caused the linux seccomp2 sandbox to - fail. This change should make the sandbox code more portable to - less common Linux architectures. Closes ticket 34382. + report which syscall caused the linux seccomp2 sandbox to fail. + This change should make the sandbox code more portable to less + common Linux architectures. Closes ticket 34382. - Permit the unlinkat() syscall, which some Libc implementations use to implement unlink(). Closes ticket 33346.
o Minor bugfixes (control port, onion service): - Consistently use 'address' in "Invalid v3 address" response to - ONION_CLIENT_AUTH commands. Fixes bug 40005; bugfix - on 0.4.3.1-alpha. + ONION_CLIENT_AUTH commands. Previously, we would sometimes say + 'addr'. Fixes bug 40005; bugfix on 0.4.3.1-alpha.
o Minor bugfixes (logging): - Downgrade a noisy log message that could occur naturally when @@ -40,8 +40,7 @@ Changes in version 0.4.4.2-alpha - 2020-07-?? 16016; bugfix on 0.2.6.3-alpha.
o Deprecated features (onion service v2): - - Add deprecation warning for version 2 onion services. Tor now logs - a warning when version 2 service is configured. Closes + - Add a deprecation warning for version 2 onion services. Closes ticket 40003.
tor-commits@lists.torproject.org