diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-26 12:53:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-26 12:53:13 -0400 |
commit | 6d3c5b8fb5784240232a9265049b9e1660270df7 (patch) | |
tree | 5276f285f409a4c158bb76edf7f7f83e393c0d95 /changes | |
parent | 3a7d757140c344986fba5769b47dc10d925fe119 (diff) | |
parent | fca1934c88f1238a43d0bea5b06cea4fd15e7b93 (diff) | |
download | tor-6d3c5b8fb5784240232a9265049b9e1660270df7.tar.gz tor-6d3c5b8fb5784240232a9265049b9e1660270df7.zip |
Merge branch 'bug22915_029_2' into maint-0.2.9
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. |