summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-05 11:19:03 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-05 11:19:03 -0400
commit8bc70a2ad2c0363986e4b002ceaf259908d67e70 (patch)
tree0209118f55fc8f7746325e91356e208f87efcbfe /changes
parentd9427c00dfcda58d1a2561b37c1c6217d2ff692a (diff)
parentbb97f680e74170673246b3de32e847ade46840f2 (diff)
downloadtor-8bc70a2ad2c0363986e4b002ceaf259908d67e70.tar.gz
tor-8bc70a2ad2c0363986e4b002ceaf259908d67e70.zip
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r--changes/bug228015
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22801 b/changes/bug22801
new file mode 100644
index 0000000000..7edc79bc84
--- /dev/null
+++ b/changes/bug22801
@@ -0,0 +1,5 @@
+ o Minor bugfixes (compilation):
+ - When building with certain versions the mingw C header files, avoid
+ float-conversion warnings when calling the C functions isfinite(),
+ isnan(), and signbit(). Fixes bug 22801; bugfix on 0.2.8.1-alpha.
+