about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/Changelog.md7
-rw-r--r--include/config.h2
3 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 97fd3997..05c662c1 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 Release version: [4.07c](https://github.com/AFLplusplus/AFLplusplus/releases)
 
-GitHub version: 4.07c
+GitHub version: 4.08a
 
 Repository:
 [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
diff --git a/docs/Changelog.md b/docs/Changelog.md
index c52ddd56..98d59527 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -3,6 +3,13 @@
   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.08a (dev)
+  - new mutation engine: mutations that favor discovery more paths are prefered
+    until no new finds for 10 minutes then switching to mutations that favor
+    triggering crashes. Modes and switch time can be configured wie `-P`.
+  - display the state of the fuzzing run in the UI :-)
+
+
 ### Version ++4.07c (release)
   - afl-fuzz:
     - reverse reading the seeds only on restarts (increases performance)
diff --git a/include/config.h b/include/config.h
index 53be8549..d8153a2c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,7 @@
 /* Version string: */
 
 // c = release, a = volatile github dev, e = experimental branch
-#define VERSION "++4.07c"
+#define VERSION "++4.08a"
 
 /******************************************************
  *                                                    *