summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-06-11 11:29:46 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-06-11 11:29:46 -0400
commitea14fb136c6c771320d7c4ff6beab05d1dbc73aa (patch)
treec50e847ede9f9995a865aedd08811be834074268 /changes
parentce89fe36c8d5e6210a2418430c91c3df03d86bdc (diff)
parent5068ccab0b1849e836729c43a2ca891139cf107b (diff)
downloadtor-ea14fb136c6c771320d7c4ff6beab05d1dbc73aa.tar.gz
tor-ea14fb136c6c771320d7c4ff6beab05d1dbc73aa.zip
Merge branch 'tor-github/pr/1050' into maint-0.4.1
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket306865
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket30686 b/changes/ticket30686
new file mode 100644
index 0000000000..36473c1a02
--- /dev/null
+++ b/changes/ticket30686
@@ -0,0 +1,5 @@
+ o Minor features (logging):
+ - Give a more useful assertion failure message if we think we have
+ minherit() but we fail to make a region non-inheritable. Give a
+ compile-time warning if our support for minherit() is
+ incomplete. Closes ticket 30686.