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