From 97f5ce52d129c460e4a8af3d55aefd05092a79a9 Mon Sep 17 00:00:00 2001
From: van Hauser <vh@thc.org>
Date: Tue, 15 Oct 2019 16:48:05 +0200
Subject: [PATCH] v2.57c release

---
 README.md        | 7 ++++---
 TODO             | 4 ++--
 docs/ChangeLog   | 9 +++++----
 include/config.h | 2 +-
 4 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index bf8f69dcd..f0e6faeff 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 # american fuzzy lop plus plus (afl++)
 
-  Release Version: 2.54c 
+  Release Version: 2.57c 
 
-  Github Version: 2.54d
+  Github Version: 2.57d
 
   includes all necessary/interesting changes from Google's afl 2.56b
 
@@ -22,7 +22,7 @@
 ## The enhancements compared to the original stock afl
 
   Many improvements were made over the official afl release - which did not
-  get any improvements since November 2017.
+  get any feature improvements since November 2017.
 
   Among other changes afl++ has a more performant llvm_mode, supports
   llvm up to version 9, QEMU 3.1, more speed and crashfixes for QEMU,
@@ -103,6 +103,7 @@ These build options exist:
 * distrib: everything (for both binary-only and source code fuzzing)
 * install: installs everything you have compiled with the build options above
 * clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well
+* tests: runs test cases to ensure that all features are still working as they should
 * help: shows these build options
 
 [Unless you are on Mac OS X](https://developer.apple.com/library/archive/qa/qa1118/_index.html) you can also build statically linked versions of the 
diff --git a/TODO b/TODO
index 696e9372f..3ca13d6ec 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 
-Roadmap 2.55d:
-==============
+Roadmap 2.60:
+=============
 
 afl-fuzz:
  - radamsa mutator
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 7ccc8b665..aafb7bffe 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -13,12 +13,13 @@ 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.54d (dev):
-----------------------
+--------------------------------
+Version ++2.54d-2.57c (release):
+--------------------------------
 
+  - we jump to 2.57 instead of 2.55 to catch up with Google's versioning
   - persistent mode for QEMU (see qemu_mode/README.md)
-  - custom mutator library is now a standard mutator, to exclusivly use it
+  - custom mutator library is now an additional mutator, to exclusivly use it
     add AFL_CUSTOM_MUTATOR_ONLY (that will trigger the previous behaviour)
   - new library qemu_mode/unsigaction which filters sigaction events
   - afl-fuzz: new command line option -I to execute a command on a new crash
diff --git a/include/config.h b/include/config.h
index f2732ad4e..d331cd930 100644
--- a/include/config.h
+++ b/include/config.h
@@ -26,7 +26,7 @@
 
 /* Version string: */
 
-#define VERSION "++2.54d"  // c = release, d = volatile github dev
+#define VERSION "++2.57c"  // c = release, d = volatile github dev
 
 /******************************************************
  *                                                    *
-- 
GitLab