From: Nick Mathewson Date: Wed, 29 May 2019 13:23:13 +0000 (-0400) Subject: Add a changes file for ticket 30686. X-Git-Tag: tor-0.4.1.3-alpha~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5068ccab0b1849e836729c43a2ca891139cf107b;p=thirdparty%2Ftor.git Add a changes file for ticket 30686. --- 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.