about summary refs log tree commit diff
path: root/CHANGES
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-11-04 16:49:47 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-11-04 17:10:03 +0900
commitf9d644e7f357a21aa64a5de27408b74cbd345dc8 (patch)
tree7829136efbd1f4b12816f884af2c053b54a7704f /CHANGES
parentcff2d88f97f983683f4caf0e8f87a4f858b486be (diff)
downloadafl-dyninst-f9d644e7f357a21aa64a5de27408b74cbd345dc8.tar.gz
Rework build recipe
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES21
1 files changed, 17 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 9b94b79..b588b5c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,18 @@
-Changelog
-=========
+Tag: 1.0.0
+
+	Build recipe rework
+
+	Additions:
+	- Compliance with REUSE 3.0 has been added
+
+	Removals:
+	- Support for Dyninst < 10 has been dropped
+	- Command-line options -dfl have been removed
+
+
+Remote: https://github.com/vanhauser-thc/afl-dyninst
+Date: 2021-05-21
 
-https://github.com/vanhauser-thc/afl-dyninst
  - performance level 1 is now standard and only -x needed for extra performance
    flags. There was no disadvantage in previous level 1 so its default now.
  - removed -l option because of bugs in the implementation, bugs in dyninst
@@ -36,4 +47,6 @@ https://github.com/vanhauser-thc/afl-dyninst
  - code beautifications, more detailed output, spelling fixes
  - added afl-dyninst.sh and afl-fuzz.sh helper scripts which presets
    the necessary environment variables
- => intial fork from https://github.com/talos-vulndev/afl-dyninst
+
+Remote: https://github.com/talos-vulndev/afl-dyninst
+Date: 2018-03-17