Happy happy joy joy, www.infodrom.ffis.de is up!
[infodrom.org/www.infodrom.org] / src / projects / cgilib / changes-0.5.wml
1 #include <infodrom.style>
2 #include <projects.style>
3
4 <projectpg project="cgilib">
5
6 <h3>Changelog for version 0.5</h3>
7
8 <p><b>Releasedate: 1999-08-20</b>
9
10 <p><ul>
11
12 <li> Added proper install target to main Makefile
13 <li> Corrected multiple fields code
14 <li> Reworked offline parser, thanks to Mikko
15 <li> Improved test suite
16 <li> Added cgiGetVariables() to return a list of all variables
17 <li> Fixed problem with name being a prefix of another
18 <li> Also decode HTTP strings for multiple fields
19 <li> Added cgiSetType() and cgiSetHeader() with documentation
20 <li> Added support for HTML Cookies, new routines cgiGetCookie() and
21 <li> cgiGetCookies(), see manpages
22 <li> Added cgiFree() to free internal datastructures
23 <li> Internal reorganization
24 <li> CAUTION: s_cgi **cgi is now s_cgi *cgi in programs
25 <li> Added cgiFreeList() to free zero terminated lists of arrays
26
27 </ul>
28
29 <downloadbutton>
30
31 </projectpg>
32
33 # Local variables:
34 # mode: html
35 # mode: auto-fill
36 # end: