diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-05 16:16:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-05 16:16:34 -0400 |
commit | e51b57ee047420b929c7d58de70df6ea5ca77565 (patch) | |
tree | f332604172071b6f4af9643cef8645101b59b75b /changes | |
parent | 04cb2d4010f131c970d0cf3ba56c9d752b8facb9 (diff) | |
parent | 802ac8ad618a0674c26bb973a2277e07b20f8c7b (diff) | |
download | tor-e51b57ee047420b929c7d58de70df6ea5ca77565.tar.gz tor-e51b57ee047420b929c7d58de70df6ea5ca77565.zip |
Merge remote-tracking branch 'tor-github/pr/952' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug30189 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug30189 b/changes/bug30189 new file mode 100644 index 0000000000..f8c932a5f9 --- /dev/null +++ b/changes/bug30189 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation, unusual configuration): + - Avoid failures when building with ALL_BUGS_ARE_FAILED due to + missing declarations of abort(), and prevent other such failures + in the future. Fixes bug 30189; bugfix on 0.3.4.1-alpha. |