ea764a478473a7ea12c7a55d55f5aaf005d89c45
[infodrom/cgilib] / CHANGES
1 Version 0.5
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  . Fixed problem with name being a prefix of another
8  . Also decode HTTP strings for multiple fields
9  . Added cgiSetType() and cgiSetHeader() with documentation
10  . Added support for HTML Cookies, new routines cgiGetCookie() and
11    cgiGetCookies(), see manpages
12  . Added cgiFree() to free internal datastructures
13  . Internal reorganization
14  . CAUTION: s_cgi **cgi is now s_cgi *cgi in programs
15
16
17
18 Version 0.4
19
20  . Initial and fixed versions.
21  . For details refer to debian/changelog
22