cgicc-3.2.2 released
"Stephen F. Booth" <[email protected]> Sun, 13 Jul 2003 12:00:34 -0400
| Newsgroups | gmane.comp.gcc.cgicc.announce,gmane.comp.gcc.cgicc.bugs,gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <000301c34957$e8674410$b4dc1d43@hades> |
I just released cgicc-3.2.2 to www.cgicc.org, and it will be up at
www.gnu.org shortly. It's mainly a bug fix release- here is the
relevant section of NEWS.
Major changes between versions 3.2.1 and 3.2.2
----------------------------------------------
* Memory leak during restoration of CGI environments fixed
* New getDoubleValue and getIntegerValue methods added to allow caller
to
determine if value was bounded
* Bug in getDoubleValue fixed
* Bug in parsing of cookie names fixed
* Removed STDNS macro; namespace support now required
* Added form_urlencode and supporting charToHex function
The form_urlencode function is a renamed version of the escapeString()
function requested on the lists.
-Stephen