aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-21 15:10:21 -0400
committerNick Mathewson <nickm@torproject.org>2015-10-21 15:10:21 -0400
commit5f60216b3b7bbe335f6e0f07452b46c38bb97d0c (patch)
treeafbb6ecbd1325cdd3b6c9050d86a2638aecc7f66
parent08b96160fc39720cbe3a2a2e2aa51694e303bb08 (diff)
downloadtor-5f60216b3b7bbe335f6e0f07452b46c38bb97d0c.tar.gz
tor-5f60216b3b7bbe335f6e0f07452b46c38bb97d0c.zip
Reflow changelog
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index afddbba23c..5226fef04f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,15 @@
Changes in version 0.2.7.4-rc - 2015-10-21
- Tor 0.2.7.4-rc is the second release candidate in the 0.2.7 series.
- It fixes some important memory leaks, and a scary-looking (but mostly
- harmless in practice) invalid-read bug. It also has a few small
+ Tor 0.2.7.4-rc is the second release candidate in the 0.2.7 series. It
+ fixes some important memory leaks, and a scary-looking (but mostly
+ harmless in practice) invalid-read bug. It also has a few small
bugfixes, notably fixes for compilation and portability on different
platforms. If no further significant bounds are found, the next
release will the the official stable release.
o Major bugfixes (security, correctness):
- - Fix an error that could cause us to read 4 bytes before
- the beginning of an openssl string. This bug could be used to
- cause Tor to crash on systems with unusual malloc implementations, or
+ - Fix an error that could cause us to read 4 bytes before the
+ beginning of an openssl string. This bug could be used to cause
+ Tor to crash on systems with unusual malloc implementations, or
systems with unusual hardening installed. Fixes bug 17404; bugfix
on 0.2.3.6-alpha.