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