]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Adding changes file for 8197.
authorrl1987 <rl1987@sdf.lonestar.org>
Sun, 14 Sep 2014 14:35:13 +0000 (17:35 +0300)
committerNick Mathewson <nickm@torproject.org>
Mon, 22 Sep 2014 18:18:01 +0000 (14:18 -0400)
changes/bug8197 [new file with mode: 0644]

diff --git a/changes/bug8197 b/changes/bug8197
new file mode 100644 (file)
index 0000000..b8e467d
--- /dev/null
@@ -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.