* Version 0.9. For real, this time.

* Updated NEWS and ChangeLog.
This commit is contained in:
Sam Hocevar
2007-07-10 15:55:35 +00:00
committed by sam
parent 66674eab71
commit 35d39cab6f
2 changed files with 57 additions and 0 deletions
+56
View File
@@ -1,3 +1,59 @@
------------------------------------------------------------------------
r303 | sam | 2007-07-10 17:42:37 +0200 (Tue, 10 Jul 2007) | 2 lines
Changed paths:
M /trunk/doc/zzuf.1
* Documented the new -T / --max-cpu flag.
------------------------------------------------------------------------
r302 | sam | 2007-07-10 17:31:40 +0200 (Tue, 10 Jul 2007) | 2 lines
Changed paths:
M /trunk/src/zzuf.c
* -M is megabytes, not bytes. Fixed --help output.
------------------------------------------------------------------------
r301 | sam | 2007-07-10 17:23:18 +0200 (Tue, 10 Jul 2007) | 2 lines
Changed paths:
M /trunk/src/opts.c
M /trunk/src/opts.h
M /trunk/src/zzuf.c
* Implemented -T / --max-cpu for max CPU time limits.
------------------------------------------------------------------------
r300 | sam | 2007-07-10 16:30:13 +0200 (Tue, 10 Jul 2007) | 2 lines
Changed paths:
M /trunk/doc/zzuf.1
M /trunk/src/zzuf.c
* Rename -T to -t. -T will be the CPU time limit.
------------------------------------------------------------------------
r299 | sam | 2007-07-10 16:26:08 +0200 (Tue, 10 Jul 2007) | 3 lines
Changed paths:
M /trunk/src/zzuf.c
* Rename ZZUF_RLIMIT_CONST into ZZUF_RLIMIT_MEM because we're going to have
the _CPU one as well.
------------------------------------------------------------------------
r298 | sam | 2007-07-10 11:01:12 +0200 (Tue, 10 Jul 2007) | 2 lines
Changed paths:
M /trunk/doc/zzuf.1
* Correct thinko in manpage.
------------------------------------------------------------------------
r297 | sam | 2007-07-10 02:24:35 +0200 (Tue, 10 Jul 2007) | 3 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/NEWS
M /trunk/configure.ac
* Version 0.9.
* Updated NEWS and ChangeLog.
------------------------------------------------------------------------
r296 | sam | 2007-07-10 01:51:49 +0200 (Tue, 10 Jul 2007) | 2 lines
Changed paths:
+1
View File
@@ -3,6 +3,7 @@ $Id$
Changes from 0.8.1 to 0.9
* support for cherry-picking fuzzed descriptors
* support for CPU time limits
* do not interfere with LD_PRELOAD mechanisms
Changes from 0.8 to 0.8.1