SHA256
1
0
forked from pool/afl

Accepting request 349657 from home:pluskalm:branches:devel:tools

- Update to 1.96b
  * Added -fpic to CFLAGS for the clang plugin, as suggested by 
		Hanno Boeck.
  * Made another clang change (IRBuilder) suggested by Jeff Trull.
  * Fixed several typos, spotted by Jakub Wilk.
  * Added support for AFL_SHUFFLE_QUEUE, based on discussions with
    Christian Holler.

OBS-URL: https://build.opensuse.org/request/show/349657
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=43
This commit is contained in:
2015-12-19 15:52:34 +00:00
committed by Git OBS Bridge
parent 58757387b2
commit 88a93fb73a
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 19 15:45:22 UTC 2015 - mpluskal@suse.com
- Update to 1.96b
* Added -fpic to CFLAGS for the clang plugin, as suggested by
Hanno Boeck.
* Made another clang change (IRBuilder) suggested by Jeff Trull.
* Fixed several typos, spotted by Jakub Wilk.
* Added support for AFL_SHUFFLE_QUEUE, based on discussions with
Christian Holler.
-------------------------------------------------------------------
Fri Nov 13 09:06:47 UTC 2015 - astieger@suse.com