source: zzuf/trunk/NEWS @ 1797

Last change on this file since 1797 was 1797, checked in by Sam Hocevar, 16 years ago
  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1$Id: NEWS 1797 2007-07-10 00:24:35Z sam $
2
3Changes from 0.8.1 to 0.9
4
5 * support for cherry-picking fuzzed descriptors
6 * do not interfere with LD_PRELOAD mechanisms
7
8Changes from 0.8 to 0.8.1
9
10 * remove spurious debug message
11 * fix an unsaved errno issue
12
13Changes from 0.7 to 0.8
14
15 * getopt_long() reimplementation
16 * fix for 64bit issues
17 * -M works on OpenBSD
18 * mmap reimplementation does not use the heap
19
20Changes from 0.6.1 to 0.7
21
22 * added new fuzzing modes
23 * fixed crash in regex handlers
24 * improved debug messages
25
26Changes from 0.6 to 0.6.1
27
28 * fixed bad seed offset
29 * fixed a crash in the memory manager
30
31Changes from 0.5 to 0.6
32
33 * allow to fuzz only parts of the input
34 * support for readv(), pread(), recv(), recvfrom(), recvmsg()
35 * support for asynchronous IO
36 * minor fixes for crashes and memory leaks
37
38Changes from 0.4 to 0.5
39
40 * ratio range support
41 * auto-increment mode
42 * better timing support, better debug messages, improved documentation
43
44Changes from 0.3 to 0.4
45
46 * check for memory exhausting processes
47 * built-in MD5 hashing
48 * fix for mmap(), OS X map_fd() support
49
50Changes from 0.2 to 0.3
51
52 * FreeBSD, NetBSD and OpenBSD support
53 * direct standard input fuzzing
54 * stdio support: full (FreeBSD), freopen, fseeko, rewind
55 * fd support: mmap, munmap
56
57Changes from 0.1 to 0.2
58
59 * network and standard input support
60 * Mac OS X support
61 * custom random number generator
62 * byte protection and refusal
63
64Changes to 0.1
65
66 * initial release
67 * only works on Linux
68 * stdio support: fopen, fopen64, fseek, fread, getc, fgetc, fgets, ungetc,
69   fclose, getline, getdelim, __getdelim
70 * fd support: open, open64, read, lseek, lseek64, close
71 * fuzzing modes: toggle random bits
Note: See TracBrowser for help on using the repository browser.