summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-29 16:49:32 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-29 16:49:32 -0400
commit26fd00418c327774eacee3afdfaeb0349f8e9a64 (patch)
treed8f48a7669192212b6b5346239f613dd2b9dc5f2
parent7377c0bc060788687a3474b21a6c89cce2aed2fa (diff)
downloadtor-26fd00418c327774eacee3afdfaeb0349f8e9a64.tar.gz
tor-26fd00418c327774eacee3afdfaeb0349f8e9a64.zip
add an article, fix a double-word, mention a ticket.
-rw-r--r--ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index d9765be3ef..21857d2ab4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -85,7 +85,7 @@ Changes in version 0.3.1.4-alpha - 2017-06-29
starting with the seccomp2 sandbox and an unexpected set of
permissions on the data directory or its contents. Fixes bug
22516; bugfix on 0.2.5.4-alpha.
- - Fix a crash in LZMA module, when the sandbox was enabled, and
+ - Fix a crash in the LZMA module, when the sandbox was enabled, and
liblzma would allocate more than 16 MB of memory. We solve this by
bumping the mprotect() limit in the sandbox module from 16 MB to
20 MB. Fixes bug 22751; bugfix on 0.3.1.1-alpha.
@@ -102,10 +102,10 @@ Changes in version 0.3.1.4-alpha - 2017-06-29
has already been logged, or no warning is warranted. Fixes bug
22356; bugfix on 0.2.6.3-alpha.
- Demote a warn that was caused by libevent delays to info if
- netflow padding padding is less than 4.5 seconds late, or to
- notice if it is more (4.5 seconds is the amount of time that a
- netflow record might be emitted after, if we chose the maximum
- timeout). Fixes bug 22212; bugfix on 0.3.1.1-alpha.
+ netflow padding is less than 4.5 seconds late, or to notice
+ if it is more (4.5 seconds is the amount of time that a netflow
+ record might be emitted after, if we chose the maximum timeout).
+ Fixes bug 22212; bugfix on 0.3.1.1-alpha.
o Minor bugfixes (process behavior):
- When exiting because of an error, always exit with a nonzero exit
@@ -124,7 +124,8 @@ Changes in version 0.3.1.4-alpha - 2017-06-29
ticket 16082.
- Document more of the files in the Tor data directory, including
cached-extrainfo, secret_onion_key{,_ntor}.old, hidserv-stats,
- approved-routers, sr-random, and diff-cache.
+ approved-routers, sr-random, and diff-cache. Found while fixing
+ ticket 22347.
Changes in version 0.3.1.3-alpha - 2017-06-08