diff options
author | van Hauser <vh@thc.org> | 2020-03-19 15:27:12 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-19 15:27:12 +0100 |
commit | 0e1d82dd9f5cfe48b294e876924acea2f5094f01 (patch) | |
tree | 78ca5d124faac67758b0c763abcf918c2622a58f | |
parent | be261b3e69baa93dc3dcb54bcc066fe397716e91 (diff) | |
download | afl++-0e1d82dd9f5cfe48b294e876924acea2f5094f01.tar.gz |
describe branches setup in README
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md index 8ab5ec82..ca321f31 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@  - Release Version: 2.62c + Release Version: [2.62c](https://github.com/AFLplusplus/AFLplusplus/releases) Github Version: 2.62d @@ -23,6 +23,18 @@ Note that although afl now has a Google afl repository [https://github.com/Google/afl](https://github.com/Google/afl), it is unlikely to receive any noteable enhancements: [https://twitter.com/Dor3s/status/1154737061787660288](https://twitter.com/Dor3s/status/1154737061787660288) +## Branches + + The following branches exist: + + * [master/trunk](https://github.com/AFLplusplus/AFLplusplus/) : stable state of afl++ - it is synced from dev from time to + time when we are satisfied with it's stability + * [dev](https://github.com/AFLplusplus/AFLplusplus/tree/dev) : development state of afl++ - bleeding edge and you might catch a + checkout which does not compile or has a bug. *We only accept PRs in dev!!* + * (any other) : experimental branches to work on specific features or testing + new functionality or changes + + For releases, please see the [Releases](https://github.com/AFLplusplus/AFLplusplus/releases) tab. ## The enhancements compared to the original stock afl |