* Version 0.12.

* Updated NEWS and ChangeLog.
This commit is contained in:
Sam Hocevar
2008-06-13 09:31:21 +00:00
committed by sam
parent df05d7bd8a
commit 23271396db
3 changed files with 782 additions and 669 deletions

1442
ChangeLog

File diff suppressed because it is too large Load Diff

7
NEWS
View File

@@ -1,5 +1,12 @@
$Id$
Changes from zzuf 0.11 to 0.12
* no longer crash when the fuzzed application uses realloc() before all
libraries have been properly initialised.
* minor bug fixes and changes.
* deprecate -F in favour of -j, to mimic make.
Changes from zzuf 0.10 to 0.11
* non-locking stdio functions and dup()/dup2() reimplementations

View File

@@ -1,6 +1,6 @@
# $Id: configure.ac 98 2006-09-22 16:27:37Z sam $
AC_INIT(zzuf, 0.11)
AC_INIT(zzuf, 0.12)
AC_CONFIG_AUX_DIR(.auto)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([no-define tar-ustar])