htdb-1.0.8 - Thu Jan 12 07:58:44 PST 2006
	* Osheroff added dso_xmlSafe
	* <li> style-sheeted and added some measure of anti-spam intelligence to the feedback script
	* added simplistic anti-robot logic to the example feedback script
	* if compiled w/out database, then no need to bomb out if we can't connect, eh..
	* improved bootstrap and configure.in logic for smoother install
	* BLOB field detection utilized mysql-currently-approved methods
	* Osheroff tweaked innards of _replace() to (properly) prevent same-string replacement
	* Osheroff fixed htdb_setfloat() memory issue
	* added 'cgi->upload*' variable stuffing as an eventual 'upload.*.X' phase-out
	* now able to create apps that don't assume database connectivity
	* sewell add dso_getMortgagePayment() to finacial.c
	* if replace() tried to replace with the same as the search, loop would never exit!
	* added 'confUploadSizeLimit' as configurable item
	* added new matthew sewell-submit function: dso_getMortgagePayment() financial.c
	* added missing free after buffer evaluation
	* sql botstrapping script updates
	* was not evaluating encryption keys before usage which prevented 'se1'-type keys from working as advertised
	* added db.htdb to distribution; support file form htdb_db app
	* fixed socket-closing bug
	* added htdb_dynamicResultList()
	* added *_undefine() resource deletion suite
	* run cookies through database-safety routine to prevent chance of sql-injection
	* added htdb_hash_delete()
	* added htdb_undefine(), *_undefine()
	* added (ben's) htdb_clearXML_recurse() & htdb_clearXML()

htdb-1.0.7 - Fri Dec  3 21:27:01 PST 2004
	* added 'uncgi' object to hold names of GET/POST variables
	* added hooks for libming-based flash generation code
	* added htdb_socket*() calls; src/lib/socket.c

htdb-1.0.6 - Tue Aug 24 18:26:52 PDT 2004
	* unlimited nesting of while/loop add by Ben Osheroff
	* while/loop no longer required to be preceeded by a TAB
	* added htdb_getobjfloat(), dso_parseFloat(), htdb_parseFloat()
	* htdb_dbQueryResult_log(), htdb_dbWaitSync()

htdb-1.0.5 - Tue Aug 24 18:14:25 PDT 2004
	* added src/experimental/perl/HTDBCrypt.pm w/cookie decoding by Mr Sewell.
	* cookie expiration now controllable via confCookieExpiration value from config.htdb
	* added "src/dso/financial.c" and "libhtdbfinancial.so" - thanks, Sewells!
	* split "src/dso/dso_funcs.c" into several files, related by functions.
	* fixed bug in itor() call
	* added RFC282 and ISO8601 date format parsing and translation
	* fixed off-by one bug in htdb_wget(), namespace parsing error in xml.c
	* touched up some bad schema defs in htdb.sql
	* added rss2html.htdb to the examples directory
	* _htdb_root-setting logic much simplified/not dependent upon "htdocs"
	* added libxml2 support
	* added libcurl support
	* added ${rss()} RSS aggregator support
	* add htdb_getptrname()
	* moved "joke" code into novelty.c
	* resource-ified error document links
	* much routine renaming to htdb_*()
	* removed some un-used routines

htdb-1.0.4 - Sat Jun 19 10:08:45 PDT 2004
	* for cleaner installs, all apps prefixed with `htdb_', docs has htdb subdirectory
	* extended the appinfo structure to include a `cmd_args' element
	* added a perl script that checks syntax of htdb scripts
	* added a simple command-line version of htdb_wget
	* added a simple wget() capability, with hooks for libcurl
	* added a bunch of form handler scripts to static.htdb
	* added coding thoughts for a new language syntax and parser into src/experimental
	* moved the old PerlXS code into the new src/experimental directory
	* added the `htdb_config' program to assist in configuring packages built using libhtdb
	* allow the extistence of 'Content-Type:' at the top of a document
	  to over-ride the extension-defined value.
	* added confContentType[*] to config.htdb to allow extensible handling of document types.
	* compiling now with -fno-ident for eventual OSX port.
	* a really simple change to improve application start-up performance.
	* now using current:revision:age mechanism for .so naming
	* added static_setvarg(), static_setarrayval(), static_setobjval(), static_equal()
	* added "bytes" value to binary resources
	* made libhtdb apps able to detect if config.htdb had not yet been configured
	* cleaned up configure script enable/disable messages
	* additional arguments were being ignored when htdb applications were run from the command-line.
	* code cleanup
	* the license is still not yet determined

htdb-1.0.[1-3]
	* retracted due to bad build.
	* functional changes carried forward to htdb-1.0.4

htdb-1.0.0 - Wed May 19 12:42:00 PDT 2004
	* initial semi-public release.
	* the license is not yet determined.
