Patch by W. Michael Petullo to use autotools for strncpy()
[infodrom/cgilib] / ChangeLog
1 Version 0.7
2
3  . Allow cookies without regular CGI POST/GET variables
4
5
6
7
8 Version 0.6, 2008/04/06
9
10  . Support for ';' as delimiter
11  . Properly return NULL when no value was found
12  . Support for multipart/form-data
13  . Support for file upload
14  . Added support for inclusion into C++
15  . Declare some arguments const (Neil Spring)
16  . Decode variable names and data
17
18 Version 0.5, 1999/08/20
19
20  . Added proper install target to main Makefile
21  . Corrected multiple fields code
22  . Reworked offline parser, thanks to Mikko
23  . Improved test suite
24  . Added cgiGetVariables() to return a list of all variables
25  . Fixed problem with name being a prefix of another
26  . Also decode HTTP strings for multiple fields
27  . Added cgiSetType() and cgiSetHeader() with documentation
28  . Added support for HTML Cookies, new routines cgiGetCookie() and
29    cgiGetCookies(), see manpages
30  . Added cgiFree() to free internal datastructures
31  . Internal reorganization
32  . CAUTION: s_cgi **cgi is now s_cgi *cgi in programs
33  . Added cgiFreeList() to free zero terminated lists of arrays
34
35 Version 0.4, 1998/03/20
36
37  . Initial and fixed versions.
38  . Corrected html code in redirection
39  . Corrected number of bytes in redirection
40
41 Version 0.3, 1998/02/23
42
43  . Fixed little mistake in offline mode
44  . Included another example, jumpto
45
46 Version 0.2, 1998/02/18
47
48  . Corrected debugging
49  . Added cgiRedirect()
50  . Added cgiRedirect(3) manpage
51  . Added call to cgiRedirect() to example cgitest.c
52  . Added compile notice to cgitest.c
53  . Added support for the GET method
54  . Reorganized POST/GET/stdin support
55  . Implemented support for multiple fields and updated manpage
56
57 Version 0.1, 1998/02/15
58
59  . Initial version
60  . DFSG Free CGI library
61  . Very small package
62  . Contains all important manpages