about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-01-27 13:40:48 +0100
committerGitHub <noreply@github.com>2023-01-27 13:40:48 +0100
commit4a54555a1a73dd6be4f494ef67155ed41a81f0f4 (patch)
treedc29dd420c9d1d0f071447c91c0a0ab85780ad05 /docs/Changelog.md
parent1b4e1d75b32c6024765ab27b36591ae97cb33f6b (diff)
parent33eba1fc5652060e8d877b02135fce2325813d0c (diff)
downloadafl++-4a54555a1a73dd6be4f494ef67155ed41a81f0f4.tar.gz
Merge pull request #1628 from AFLplusplus/dev
Dev
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 7a9b74c5..eee88a51 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -3,6 +3,18 @@
   This is the list of all noteworthy changes made in every public
   release of the tool. See README.md for the general instruction manual.
 
+### Version ++4.06a (dev)
+  - afl-fuzz:
+    - ensure temporary file descriptor is closed when not used
+  - afl-cc:
+    - add CFI sanitizer variant to gcc targets
+    - llvm 16 support (thanks to @devnexen!)
+    - support llvm 15 native pcguard changes
+  - better sanitizer default options support for all tools
+  - unicorn_mode: updated and minor issues fixed
+  - frida_mode: fix issue on MacOS
+  - more minor fixes
+
 ### Version ++4.05c (release)
   - MacOS: libdislocator, libtokencap etc. do not work with modern
     MacOS anymore, but could be patched to work, see this issue if you
@@ -20,6 +32,7 @@
     - `-t none` now translates to `-t 120000` (120 seconds)
   - unicorn_mode updated
   - updated rust custom mutator dependencies and LibAFL custom mutator
+  - overall better sanitizer default setting handling
   - several minor bugfixes
 
 ### Version ++4.04c (release)