Preparing zzuf-0.13 release.

This commit is contained in:
Sam Hocevar
2010-01-31 12:25:16 +00:00
committed by sam
parent 70b8eacf6f
commit bc79e209f0
3 changed files with 677 additions and 522 deletions

1194
ChangeLog

File diff suppressed because it is too large Load Diff

3
README
View File

@@ -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>.

View File

@@ -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])