1 | $Id: NEWS 1713 2007-01-25 16:56:22Z sam $ |
---|
2 | |
---|
3 | Changes from 0.6 to 0.6.1 |
---|
4 | |
---|
5 | * fixed bad seed offset |
---|
6 | |
---|
7 | Changes from 0.5 to 0.6 |
---|
8 | |
---|
9 | * allow to fuzz only parts of the input |
---|
10 | * support for readv(), pread(), recv(), recvfrom(), recvmsg() |
---|
11 | * support for asynchronous IO |
---|
12 | * minor fixes for crashes and memory leaks |
---|
13 | |
---|
14 | Changes from 0.4 to 0.5 |
---|
15 | |
---|
16 | * ratio range support |
---|
17 | * auto-increment mode |
---|
18 | * better timing support, better debug messages, improved documentation |
---|
19 | |
---|
20 | Changes from 0.3 to 0.4 |
---|
21 | |
---|
22 | * check for memory exhausting processes |
---|
23 | * built-in MD5 hashing |
---|
24 | * fix for mmap(), OS X map_fd() support |
---|
25 | |
---|
26 | Changes from 0.2 to 0.3 |
---|
27 | |
---|
28 | * FreeBSD, NetBSD and OpenBSD support |
---|
29 | * direct standard input fuzzing |
---|
30 | * stdio support: full (FreeBSD), freopen, fseeko, rewind |
---|
31 | * fd support: mmap, munmap |
---|
32 | |
---|
33 | Changes from 0.1 to 0.2 |
---|
34 | |
---|
35 | * network and standard input support |
---|
36 | * Mac OS X support |
---|
37 | * custom random number generator |
---|
38 | * byte protection and refusal |
---|
39 | |
---|
40 | Changes to 0.1 |
---|
41 | |
---|
42 | * initial release |
---|
43 | * only works on Linux |
---|
44 | * stdio support: fopen, fopen64, fseek, fread, getc, fgetc, fgets, ungetc, |
---|
45 | fclose, getline, getdelim, __getdelim |
---|
46 | * fd support: open, open64, read, lseek, lseek64, close |
---|
47 | * fuzzing modes: toggle random bits |
---|