Fri Mar  1 17:01:46 PST 1996 John-Mark Gurney <gurney_j@efn.org>

	* First release.  Works as expected.  Not completely tested
	   but should work fine.  Builds both shared and static versions
	   of the library.  Currently no man pages but will come along
	   soon

Sun Mar 10 01:12:51 PST 1996 John-Mark Gurney <gurney_j@efn.org>

	* Next release.  Didn't relize how much I didn't know about
	   cgi scripting,  fixed a very basic bug.

	* Added support for automatic detection of with method you
	   use, need to make sure that it is a form before parsing
	   though.

Mon Mar 11 00:41:33 PST 1996 John-Mark Gurney <gurney_j@efn.org>

	* Added support for decoded specially binary encrypted characters

Thu Mar 14 00:17:04 PST 1996 John-Mark Gurney <gurney_j@efn.org>

	* gave it a version: 0.5b.  I had a 0.5a but that didn't have a
	   Makefile plus some other bugs which I fixed.

	* added a couple functions, cgidumpentry and cgigetentry.  Only
	   cgidumpentry has been tested.  Pass it a char ** of names,
	   plus a FILE *, and it will dump the values to it.  Use
	   cgigetentry to read the next entry from the file.

Sat Dec 21 23:06:41 PST 1996 John-Mark Gurney <gurney_j@efn.org>

	* well it's been a really long time since I've updated it

	* first I added a couple functions: cgipushcurrent and cgipopcurrent
	   this saves the currect name/value pair and laters restores them
	   for use

	* also added a function cgirecreate that takes a list of names and a
	   list of values (from cgidumpentry) and initalizes it so that
	   cgigetvalue will return the values that was given

	* also fixed a bug in that long lines were being improperly terminated

	* another bug that wouldn't handle GET properly

	* possibly others that I forget but are in the CVS logs

Wed Feb 18 22:52:21 PST 1998 John-Mark Gurney <gurney_j@efn.org>

	* change the style to the BSD style

	* fix a problem where I was unencoding the string to early, now
	   a name with = or a value with & will be understood properly
