aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug114765
-rw-r--r--changes/bug12064_part14
-rw-r--r--changes/bug12064_part25
-rw-r--r--changes/stats_not_status4
4 files changed, 18 insertions, 0 deletions
diff --git a/changes/bug11476 b/changes/bug11476
new file mode 100644
index 000000000..cb3d217cd
--- /dev/null
+++ b/changes/bug11476
@@ -0,0 +1,5 @@
+ o Bugfixes:
+ - Add configure options controlling allocator tricks like mempools and
+ freelists, and turn them off by default; on most platforms malloc is
+ reasonable enough for this not to be necessary, and a similar feature
+ in OpenSSL exacerbated Heartbleed. Fixes bug #11476.
diff --git a/changes/bug12064_part1 b/changes/bug12064_part1
new file mode 100644
index 000000000..b40b64aa3
--- /dev/null
+++ b/changes/bug12064_part1
@@ -0,0 +1,4 @@
+ o Minor bugfixes (seccomp sandbox):
+ - Avoid warnings when running with sandboxing and node statistics
+ enabled at the same time.
+ Fixes part of 12064; bugfix on 0.2.5.1-alpha. Patch from Michael Wolf.
diff --git a/changes/bug12064_part2 b/changes/bug12064_part2
new file mode 100644
index 000000000..4fa86a641
--- /dev/null
+++ b/changes/bug12064_part2
@@ -0,0 +1,5 @@
+ o Minor bugfixes (seccomp sandbox):
+ - Avoid warnings when running with sandboxing enabled at the same
+ time as cookie authentication, hidden services or directory
+ authority voting. Fixes part of 12064; bugfix on 0.2.5.1-alpha.
+
diff --git a/changes/stats_not_status b/changes/stats_not_status
new file mode 100644
index 000000000..e2bc37e5e
--- /dev/null
+++ b/changes/stats_not_status
@@ -0,0 +1,4 @@
+ o Minor bugfixes (documentation):
+ - Correct the documenation so that it lists the correct directories
+ for the stats files. (They are in a subdirectory called "stats",
+ not "status".)