Set final dates
[infodrom/cgilib] / CHANGES
1 Version 0.5, 1999/08/20
2
3  . Added proper install target to main Makefile
4  . Corrected multiple fields code
5  . Reworked offline parser, thanks to Mikko
6  . Improved test suite
7  . Added cgiGetVariables() to return a list of all variables
8  . Fixed problem with name being a prefix of another
9  . Also decode HTTP strings for multiple fields
10  . Added cgiSetType() and cgiSetHeader() with documentation
11  . Added support for HTML Cookies, new routines cgiGetCookie() and
12    cgiGetCookies(), see manpages
13  . Added cgiFree() to free internal datastructures
14  . Internal reorganization
15  . CAUTION: s_cgi **cgi is now s_cgi *cgi in programs
16  . Added cgiFreeList() to free zero terminated lists of arrays
17
18 Version 0.4, 1998/03/20
19
20  . Initial and fixed versions.
21  . Corrected html code in redirection
22  . Corrected number of bytes in redirection
23
24 Version 0.3, 1998/02/23
25
26  . Fixed little mistake in offline mode
27  . Included another example, jumpto
28
29 Version 0.2, 1998/02/18
30
31  . Corrected debugging
32  . Added cgiRedirect()
33  . Added cgiRedirect(3) manpage
34  . Added call to cgiRedirect() to example cgitest.c
35  . Added compile notice to cgitest.c
36  . Added support for the GET method
37  . Reorganized POST/GET/stdin support
38  . Implemented support for multiple fields and updated manpage
39
40 Version 0.1, 1998/02/15
41
42  . Initial version
43  . DFSG Free CGI library
44  . Very small package
45  . Contains all important manpages