diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-05-29 09:23:13 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-06-11 11:29:23 -0400 |
commit | 5068ccab0b1849e836729c43a2ca891139cf107b (patch) | |
tree | 2d8e61c827742b81833b1ee8d25416dc4cc7d470 /changes/ticket30686 | |
parent | cad0de35bd49064f5712f32a2b6e41ffe6e822e6 (diff) | |
download | tor-5068ccab0b1849e836729c43a2ca891139cf107b.tar.gz tor-5068ccab0b1849e836729c43a2ca891139cf107b.zip |
Add a changes file for ticket 30686.
Diffstat (limited to 'changes/ticket30686')
-rw-r--r-- | changes/ticket30686 | 5 |
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. |