summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2014-09-14 17:35:13 +0300
committerNick Mathewson <nickm@torproject.org>2014-09-22 14:18:01 -0400
commit45fc0612d3c496c33c33bdfc9d6c0c754a785d9a (patch)
tree78cf854baf8300f0e31dc0ca6e7abfebcb95b34c /changes
parent2e951f8dda4046d940b9268a8f02fe221098ab58 (diff)
downloadtor-45fc0612d3c496c33c33bdfc9d6c0c754a785d9a.tar.gz
tor-45fc0612d3c496c33c33bdfc9d6c0c754a785d9a.zip
Adding changes file for 8197.
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.