about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/Changelog.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 9c563f7c..9d6b5f87 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,7 +9,7 @@ Want to stay in the loop on major new features? Join our mailing list by
 sending a mail to <afl-users+subscribe@googlegroups.com>.
 
 
-### Version ++2.63d (development):
+### Version ++2.64c (release):
   - llvm_mode LTO mode:
     - now requires llvm11 - but compiles all targets! :)
     - autodictionary feature added, enable with `AFL_LLVM_LTO_AUTODICTIONARY`
@@ -21,7 +21,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
       Additionally, this allows to run dictionaries, radamsa and cmplog.
     - fix for cmplog/redqueen mode if stdin was used
     - fix for writing a better plot_data file
-  - qemu_mode: fix for persistent mode
+  - qemu_mode: fix for persistent mode (which would not terminate or get stuck)
   - compare-transform/AFL_LLVM_LAF_TRANSFORM_COMPARES now transforms also
     static global and local variable comparisons (cannot find all though)
   - extended forkserver: map_size and more information is communicated to
@@ -30,8 +30,6 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
   - if AFL_CC/AFL_CXX is set but empty afl compilers did fail, fixed
     (this bug is in vanilla afl too)
   - added NO_PYTHON flag to disable python support when building afl-fuzz
-  - Bugfix: in persistent mode, fuzzing could get stuck after initial crash (#319)
-  - Bugfix: alf-plot output (#320)
   - more refactoring