source: zzuf/trunk/NEWS @ 1709

Last change on this file since 1709 was 1709, checked in by Sam Hocevar, 16 years ago
  • Property svn:keywords set to Id
File size: 1.1 KB
RevLine 
[1513]1$Id: NEWS 1709 2007-01-25 13:28:40Z sam $
2
[1709]3Changes 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]10Changes 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]16Changes 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]22Changes 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]29Changes 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]36Changes 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
Note: See TracBrowser for help on using the repository browser.