summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-22 14:34:52 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-22 14:34:52 -0400
commitbdd0c77643dfc5b3c5084a0f4dc53de393362796 (patch)
tree625d9dc2a98845e6c3d79d6806cea9b86beb9c30 /changes
parentc8d927bad4cd690cad115d0610063003e76e0dd3 (diff)
parent80622c0664741e7947ace3972d106d94340aaf7c (diff)
downloadtor-bdd0c77643dfc5b3c5084a0f4dc53de393362796.tar.gz
tor-bdd0c77643dfc5b3c5084a0f4dc53de393362796.zip
Merge branch 'bug8197_squashed'
Conflicts: src/test/test_policy.c
Diffstat (limited to 'changes')
-rw-r--r--changes/bug81976
1 files changed, 6 insertions, 0 deletions
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.