summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-06 16:42:12 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-06 16:42:12 -0400
commit9c0e3e573e97f44f9524f85b3e37ab6c54fcf378 (patch)
tree772625eee2f4ca35538ac554eef146e79aa59fd2 /ChangeLog
parent6883afe4fdc59e57376c140ab4a81200b2ab1901 (diff)
downloadtor-9c0e3e573e97f44f9524f85b3e37ab6c54fcf378.tar.gz
tor-9c0e3e573e97f44f9524f85b3e37ab6c54fcf378.zip
minor changelog edits
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 6 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index f6ad915e3d..495f9f83c8 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.