From: rl1987 Date: Sun, 14 Sep 2014 14:35:13 +0000 (+0300) Subject: Adding changes file for 8197. X-Git-Tag: tor-0.2.6.1-alpha~97^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45fc0612d3c496c33c33bdfc9d6c0c754a785d9a;p=thirdparty%2Ftor.git Adding changes file for 8197. --- diff --git a/changes/bug8197 b/changes/bug8197 new file mode 100644 index 0000000000..b8e467dc38 --- /dev/null +++ b/changes/bug8197 @@ -0,0 +1,6 @@ + o Minor refactoring: + - Reworking API of policies_parse_exit_policy() function to use a + bitmask to represent parsing options instead of a confusing mess + of booleans. Resolves ticket 8197. + - Introducing helper function to parse ExitPolicy in or_options_t + structure.