aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-12-26 17:58:51 -0500
committerNick Mathewson <nickm@torproject.org>2011-12-26 17:58:51 -0500
commit85d78114563d00015ffec35a7d3c854c18707fec (patch)
treecbadec284efc6301d275bdad3849fea9f2d66a10 /changes
parent3aade2fab7030211b7a8ae6ab1bd310c378be462 (diff)
parentda876aec63b133b64eb6e71f8b87df5c84e7ec3b (diff)
downloadtor-85d78114563d00015ffec35a7d3c854c18707fec.tar
tor-85d78114563d00015ffec35a7d3c854c18707fec.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r--changes/timersub_bug7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/timersub_bug b/changes/timersub_bug
new file mode 100644
index 000000000..918386267
--- /dev/null
+++ b/changes/timersub_bug
@@ -0,0 +1,7 @@
+ o Major bugfixes:
+ - Provide correct replacements for the timeradd() and timersub() functions
+ for platforms that lack them (for example, windows). The timersub()
+ function is used when expiring circuits, timeradd() is currently unused.
+ Patch written by Vektor, who also reported the bug. Thanks! Bugfix
+ on 0.2.2.24-alpha/0.2.3.1-alpha, fixes bug 4778.
+