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