Preparing zzuf-0.13 release.
This commit is contained in:
3
README
3
README
@@ -5,5 +5,6 @@ zzuf is a transparent application input fuzzer. It works by intercepting
|
||||
file operations and changing random bits in the program's input. zzuf's
|
||||
behaviour is deterministic, making it easy to reproduce bugs.
|
||||
|
||||
For instructions and examples on how to use zzuf, see the manual page.
|
||||
For instructions and examples on how to use zzuf, see the manual page
|
||||
and the website at <http://caca.zoy.org/wiki/zzuf>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $Id: configure.ac 98 2006-09-22 16:27:37Z sam $
|
||||
|
||||
AC_INIT(zzuf, 0.12)
|
||||
AC_INIT(zzuf, 0.13)
|
||||
AC_CONFIG_AUX_DIR(.auto)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE([no-define tar-ustar])
|
||||
|
||||
Reference in New Issue
Block a user