aboutsummaryrefslogtreecommitdiff
path: root/changes/bug31343
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-08-20 11:16:45 -0400
committerNick Mathewson <nickm@torproject.org>2019-08-20 11:16:45 -0400
commit4b1e0dd5b53528996a3a0f92717e5ccbb8819a4b (patch)
treea68db5d83d922533139422847ade2efbd72cf1dc /changes/bug31343
parent6b180703a293991849b91160cf6070d7d570738f (diff)
downloadtor-4b1e0dd5b53528996a3a0f92717e5ccbb8819a4b.tar.gz
tor-4b1e0dd5b53528996a3a0f92717e5ccbb8819a4b.zip
remove changes files already contained in 0.4.1.5
Diffstat (limited to 'changes/bug31343')
-rw-r--r--changes/bug313439
1 files changed, 0 insertions, 9 deletions
diff --git a/changes/bug31343 b/changes/bug31343
deleted file mode 100644
index 17a8057ead..0000000000
--- a/changes/bug31343
+++ /dev/null
@@ -1,9 +0,0 @@
- o Minor bugfixes (compilation):
- - Avoid using labs() on time_t, which can cause compilation warnings
- on 64-bit Windows builds. Fixes bug 31343; bugfix on 0.2.4.4-alpha.
-
- o Minor bugfixes (clock skew detection):
- - Don't believe clock skew results from NETINFO cells that appear to
- arrive before the VERSIONS cells they are responding to were sent.
- Previously, we would accept them up to 3 minutes "in the past".
- Fixes bug 31343; bugfix on 0.2.4.4-alpha.