Subject: CVS commit: pkgsrc/www/cgicc
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 03/05/2006 22:34:33
Module Name:	pkgsrc
Committed By:	adam
Date:		Sun Mar  5 22:34:33 UTC 2006

Modified Files:
	pkgsrc/www/cgicc: Makefile PLIST distinfo
Added Files:
	pkgsrc/www/cgicc/patches: patch-aa

Log Message:
Changes 3.2.3:
* Longstanding bug in form_urldecode fixed
* Bug in FastCGI demo fixed
* Documentation formatting problems fixed
* Demonstration applications updated

Changes 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

Changes 3.2.1:
* Bug that caused multiple cookies to be output incorrectly fixed
* Better support added for Borland C++ Builder and HP aCC
* Bona fide support for FastCGI added
* Documentation fixes

Changes 3.2:
* License changed to the Lesser GNU General Public License
* HTTP header classes rewritten and refactored
* HTML output now more XML-compliant
* Documentation rewritten in Doxygen format
* Added a demo on cookie usage


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/www/cgicc/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/cgicc/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/www/cgicc/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/www/cgicc/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.