aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-08-19 17:02:17 +0200
committervanhauser-thc <vh@thc.org>2021-08-19 17:02:17 +0200
commit591d6c59c758d1043f8690e4e9dda22dbbefbc1c (patch)
tree1df877b5654cfa065b37a1796d2f077a2540308a /docs
parent1959812e83becb0895b924d0398d634055cd0c10 (diff)
downloadafl++-591d6c59c758d1043f8690e4e9dda22dbbefbc1c.tar.gz
fix shared linking on macos
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 3a2658f0..7ccae7c2 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -10,9 +10,11 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
### Version ++3.15a (dev)
- afl-fuzz:
- added AFL_IGNORE_PROBLEMS plus checks to identify and abort on
- incorrect LTO usage setups and enhanced the READMEs for better
- information on how to deal with instrumenting libraries
+ - added AFL_IGNORE_PROBLEMS plus checks to identify and abort on
+ incorrect LTO usage setups and enhanced the READMEs for better
+ information on how to deal with instrumenting libraries
+ - afl-cc:
+ - fix for shared linking on MacOS
- added the very good grammar mutator "GramaTron" to the
custom_mutators
- added optimin, a faster and better corpus minimizer by