diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-15 10:37:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-15 10:37:52 -0400 |
commit | fd528a0884e706f5ad10422d0c4501ce35254530 (patch) | |
tree | b4f4d64961d33b04ea59ead8aa65802993455478 /changes | |
parent | ffaf180b7e11897efaf874ec2ddcc72a8a2e67e5 (diff) | |
parent | dff7d3d00ad5e3f9e59cd4b11f302601790d1061 (diff) | |
download | tor-fd528a0884e706f5ad10422d0c4501ce35254530.tar.gz tor-fd528a0884e706f5ad10422d0c4501ce35254530.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27709 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27709 b/changes/bug27709 new file mode 100644 index 0000000000..49e87cbb0a --- /dev/null +++ b/changes/bug27709 @@ -0,0 +1,4 @@ + o Minor bugfixes (code safety): + - Rewrite our assertion macros so that they no longer suppress + the compiler's -Wparentheses warnings on their inputs. Fixes bug 27709; + bugfix on 0.0.6. |