Prepare for zzuf 0.13. Soon.
This commit is contained in:
parent
254eeacc6d
commit
e4b6cd9bcd
@ -12,3 +12,9 @@ EXTRA_DIST = bootstrap AUTHORS \
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
AUTOMAKE_OPTIONS = foreign dist-bzip2
|
||||
|
||||
update-changelog: FORCE
|
||||
git --help >/dev/null 2>&1 \
|
||||
&& test -d .git \
|
||||
&& git log --stat | grep -v '^ \(git-svn-id\|$$\)' > ChangeLog
|
||||
|
||||
FORCE:
|
||||
|
||||
8
NEWS
8
NEWS
@ -1,4 +1,12 @@
|
||||
|
||||
Changes from zzuf 0.12 to 0.13
|
||||
|
||||
* various fixes for Linux, FreeBSD, OS X and OpenBSD libc calls.
|
||||
* network host filtering support.
|
||||
* support for memory limits on OS X.
|
||||
* massive testsuite improvements.
|
||||
* support most cat options in zzcat, which is now fully programmable.
|
||||
|
||||
Changes from zzuf 0.11 to 0.12
|
||||
|
||||
* no longer crash when the fuzzed application uses realloc() before all
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user