diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-10 10:36:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-10 10:46:26 -0400 |
commit | f591ce17e8f456f21d61e2795ca8ed7cd4559100 (patch) | |
tree | 2b3a9e30f8796ffb8ef0a170191553863f69a7a3 /ChangeLog | |
parent | 5dc6f758d60bf1aeca6cc3a1572c6052de14420e (diff) | |
download | tor-f591ce17e8f456f21d61e2795ca8ed7cd4559100.tar.gz tor-f591ce17e8f456f21d61e2795ca8ed7cd4559100.zip |
edit 0.2.6 changelog entries
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -4,8 +4,9 @@ Changes in version 0.2.6.9 - 2015-06-?? o Major bugfixes (client-side privacy): - Properly separate out each SOCKSPort when applying stream isolation. The error occured because each port's session group was - being overwritten by a default value. Fixes bug 16247; bugfix on - 0.2.6.3-alpha. Patch by "jojelino". + being overwritten by a default value when the listener connection + was initialized. Fixes bug 16247; bugfix on 0.2.6.3-alpha. Patch + by "jojelino". o Minor feature (directory authorities, security): - The HSDir flag given by authorities now requires the Stable flag. @@ -21,17 +22,16 @@ Changes in version 0.2.6.9 - 2015-06-?? 0.2.6.3-alpha. Patch from Peter Palfrader. o Minor bugfixes (Linux seccomp2 sandbox): - - Fix sandboxing to work when running as a relay again. This - includes correctly allowing renaming secret_id_key and allowing - the eventfd2 and futex syscalls. Fixes bug 16244; bugfix on - 0.2.6.1-alpha. Patch by Peter Palfrader. + - Fix sandboxing to work when running as a relaymby renaming of + secret_id_key, and allowing the eventfd2 and futex syscalls. Fixes + bug 16244; bugfix on 0.2.6.1-alpha. Patch by Peter Palfrader. - Allow systemd connections to work with the Linux seccomp2 sandbox code. Fixes bug 16212; bugfix on 0.2.6.2-alpha. Patch by Peter Palfrader. o Minor bugfixes (tests): - - Fix a crash in the unit tests on MSVC2013. Fixes bug 16030; bugfix - on 0.2.6.2-alpha. Patch from "NewEraCracker". + - Fix a crash in the unit tests when built with MSVC2013. Fixes bug + 16030; bugfix on 0.2.6.2-alpha. Patch from "NewEraCracker". Changes in version 0.2.6.8 - 2015-05-21 |