about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-08-31 21:19:04 +0200
committerGitHub <noreply@github.com>2021-08-31 21:19:04 +0200
commit9747ac42213126ec99fe8ea47f1320be54135bd1 (patch)
tree677b0cf3143a1964134a67a1922b70dc20f6be19 /docs
parentec4cae448b10acc0a8c84fc75f298bfaed88195a (diff)
parentfe5b2c355f097705bf0bd7b35b0484b16f87964f (diff)
downloadafl++-9747ac42213126ec99fe8ea47f1320be54135bd1.tar.gz
Merge branch 'dev' into docs_edit_readme_move_content_to_docs
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index daa014e4..7d72b2df 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -10,9 +10,12 @@ 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
+    - llvm and LTO mode verified to work with new llvm 14-dev
   - added the very good grammar mutator "GramaTron" to the
     custom_mutators
   - added optimin, a faster and better corpus minimizer by
@@ -23,6 +26,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
   - added xml, curl and exotic string functions to llvm dictionary features
   - fix AFL_PRELOAD issues on MacOS
   - removed utils/afl_frida because frida_mode/ is now so much better
+  - added uninstall target to makefile (todo: update new readme!)
 
 
 ### Version ++3.14c (release)