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