-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
29 lines (19 loc) · 814 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
-- Version 0.4 --
2009-04-07 Matt Davis <mattdavis9@gmail.com>
* main.c: Use a more portable form of exit()
* stream.c: Use a more portable form of exit()
-- Version 0.3 --
2009-04-07 Matt Davis <mattdavis9@gmail.com>
* main.c: Include stdlib.h and updated copyright date
* stream.c: Include arpa/inet.h and netinet/in.h and updated copyright date
* configure.ac: Check for arpa/inet.h and netinet/in.h
-- Version 0.2 --
2008-11-23 Matt Davis <mattdavis9@gmail.com>
* main.c: Added wording to usage statement
* main.h: Up'd the version number
* utils.c: Flush out of band data file pointer when saving out of band data
* utils.c: Always save oob data, even if its just HTTP header info, by ignoring
the ignore flag
-- Version 0.1 --
2008-08-16 Matt Davis <mattdavis9@gmail.com>
* Initial public release