]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 15188
authorNick Mathewson <nickm@torproject.org>
Mon, 9 Mar 2015 15:13:57 +0000 (11:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 Mar 2015 15:13:57 +0000 (11:13 -0400)
changes/15188 [new file with mode: 0644]

diff --git a/changes/15188 b/changes/15188
new file mode 100644 (file)
index 0000000..2065b39
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor bugfixes (testing):
+    - Avoid a side-effect in a tor_assert() in the unit tests. Fixes bug
+      15188; bugfix on 0.1.2.3-alpha. Patch from Tom van der Woerdt.