From 0e1d82dd9f5cfe48b294e876924acea2f5094f01 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 19 Mar 2020 15:27:12 +0100 Subject: [PATCH] describe branches setup in README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ab5ec82..ca321f31 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Travis State](https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=master) - 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