summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-13 09:39:04 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-13 09:39:04 -0400
commit833b6d30bec568660e3a9cdeacd1e8c2837f1a6a (patch)
tree9c787b62a46dd803c18bc27eebfc6059beea1482 /changes
parent3ee2fca7ca6138916688d7d415a1091b8b3e1724 (diff)
parentbadc81de5bc60c5f53b3c1dd3cf9b1a819ff89c4 (diff)
downloadtor-833b6d30bec568660e3a9cdeacd1e8c2837f1a6a.tar.gz
tor-833b6d30bec568660e3a9cdeacd1e8c2837f1a6a.zip
Merge remote-tracking branch 'sebastian/bug15211'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug152116
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug15211 b/changes/bug15211
new file mode 100644
index 0000000000..24c189dbfd
--- /dev/null
+++ b/changes/bug15211
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+ - Remove side-effects from tor_assert() calls. This was harmless,
+ because we never disable assertions, but it is bad style and
+ unnecessary. Fixes bug 15211; bugfix on 0.2.5.5, 0.2.2.36, and
+ 0.2.0.10.
+