summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-09 15:27:30 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-09 15:27:30 -0400
commitb86eaa9dabc000e291b4120ee2578a1a61044cdf (patch)
tree2e0ab8083c05430dbbc9d3486b75b7b601d82046
parent101d299f1e99bbbd25cad2bef8c63386a36f8459 (diff)
downloadtor-b86eaa9dabc000e291b4120ee2578a1a61044cdf.tar.gz
tor-b86eaa9dabc000e291b4120ee2578a1a61044cdf.zip
Edit the changelog a little
-rw-r--r--ChangeLog15
1 files changed, 8 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index b0570ff264..a20d55674b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-Changes in version 0.2.6.4-beta - 2015-03-??
- Tor 0.2.6.4-alpha fixes a couple of critical issues in the directory
- code that an attacker might be able to use in order to crash certain
- Tor directories. It also resolves some minor issues left over from, or
+Changes in version 0.2.6.4-rc - 2015-03-09
+ Tor 0.2.6.4-alpha fixes an issue in the directory code that an
+ attacker might be able to use in order to crash certain Tor
+ directories. It also resolves some minor issues left over from, or
introduced in, Tor 0.2.6.3-alpha or earlier.
o Major bugfixes (relay, stability, possible security):
@@ -24,8 +24,9 @@ Changes in version 0.2.6.4-beta - 2015-03-??
on 0.2.6.3-alpha.
- Allow AF_UNIX hidden services to be used with the seccomp2
sandbox. Fixes bug 15003; bugfix on 0.2.6.3-alpha.
- - Upon receiving sighup, do not crash during attempts to call wait4.
- Fixes bug 15088; bugfix on 0.2.5.1-alpha. Patch from "sanic".
+ - Upon receiving sighup with the seccomp2 sandbox enabled, do not
+ crash during attempts to call wait4. Fixes bug 15088; bugfix on
+ 0.2.5.1-alpha. Patch from "sanic".
o Minor features (controller):
- Messages about problems in the bootstrap process now include
@@ -61,7 +62,7 @@ Changes in version 0.2.6.4-beta - 2015-03-??
- When running the new 'make test-stem' target, use the configured
python binary. Fixes bug 15037; bugfix on 0.2.6.3-alpha. Patch
from "cypherpunks".
- - When running the zero-length-keys check, do not use the default
+ - When running the zero-length-keys tests, do not use the default
torrc file. Fixes bug 15033; bugfix on 0.2.6.3-alpha. Reported
by "reezer".