diff options
author | Roger Dingledine <arma@torproject.org> | 2012-01-07 07:42:07 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-01-07 07:42:07 -0500 |
commit | 36721e940d77c8331ce13ad96ed3a6c80b13958b (patch) | |
tree | 8c36c03cc9b335b3f5bca3e8dcaa9fb4ed4d6efc /changes/timersub_bug | |
parent | 19c372daf0aa66219b662a4caeec09bb7bdfc029 (diff) | |
download | tor-36721e940d77c8331ce13ad96ed3a6c80b13958b.tar tor-36721e940d77c8331ce13ad96ed3a6c80b13958b.tar.gz |
fold in some new changelog stanzas
Diffstat (limited to 'changes/timersub_bug')
-rw-r--r-- | changes/timersub_bug | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/timersub_bug b/changes/timersub_bug deleted file mode 100644 index 918386267..000000000 --- a/changes/timersub_bug +++ /dev/null @@ -1,7 +0,0 @@ - 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. - |