diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-26 12:53:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-26 12:53:38 -0400 |
commit | 3c017e823bdcfeea4316755b208fa2bf9df5fb00 (patch) | |
tree | 8c27722f4539664d43480f3fc7967b4992372e53 /changes | |
parent | f5d2f79acafc0cb7698442aec3323b2abe802e37 (diff) | |
parent | 6d3c5b8fb5784240232a9265049b9e1660270df7 (diff) | |
download | tor-3c017e823bdcfeea4316755b208fa2bf9df5fb00.tar.gz tor-3c017e823bdcfeea4316755b208fa2bf9df5fb00.zip |
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22915 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug22915 b/changes/bug22915 new file mode 100644 index 0000000000..17a9c6018f --- /dev/null +++ b/changes/bug22915 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation warnings): + - Suppress -Wdouble-promotion warnings with clang 4.0. Fixes bug 22915; + bugfix on 0.2.8.1-alpha. |