diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-05 11:19:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-05 11:19:03 -0400 |
commit | 8bc70a2ad2c0363986e4b002ceaf259908d67e70 (patch) | |
tree | 0209118f55fc8f7746325e91356e208f87efcbfe /changes | |
parent | d9427c00dfcda58d1a2561b37c1c6217d2ff692a (diff) | |
parent | bb97f680e74170673246b3de32e847ade46840f2 (diff) | |
download | tor-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/bug22801 | 5 |
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. + |