2002-07-05  Helge Hess  <helge.hess@skyrix.com>

	* ApacheRequest.m: added a user-info dict, to store request related
	  ObjC objects

2002-06-28  Helge Hess  <helge.hess@skyrix.com>

	* fixed sources to include <Apache/*>

2002-06-21  Helge Hess  <helge.hess@skyrix.com>

	* added config object factory, configurable using ApacheCommands.plist

	* ApModuleBaseClass+Cmds.m: try to dispatch command calls to their
	  appropriate config object before looking into the module object
	
2002-06-18  Helge Hess  <helge.hess@skyrix.com>

	* ApModuleBaseClass+Handler.m: added dispatch for */* handlers

2002-06-13  Helge Hess  <helge.hess@skyrix.com>

	* ApModuleBaseClass+Handler.m: added default for logging handler
	  configuration and handler dispatch

	* ApacheRequest.m: fixed memory bug in subrequest invocation

	* ApacheTable.m: print description in property-list format

	* added JavaScript API

2002-06-11  Helge Hess  <helge.hess@skyrix.com>

	* ApacheModule.m: fixed bug in server config code

	* ApModuleBaseClass+Handler.m: made a fix, handler names must always
	  be in lowercase during registration in the handler table ! otherwise
	  the module's handler won't be called ...

2002-05-31  Helge Hess  <helge.hess@skyrix.com>

	* rewrote not to use Objective-C reflection to find config
	  commands and handlers, but to use config files embedded as
	  resources into the module bundle

Tue May  7 18:09:12 2002  Helge Hess  <helge.hess@skyrix.com>

	* ApacheRequest.m: fixed bug in -doesFileExist

Sat May  4 11:18:27 2002  Helge Hess  <helge.hess@skyrix.com>

	* ApacheRequest.m: added filetype detection (wrapped finfo field)

Tue Apr 30 17:12:04 2002  Helge Hess  <helge.hess@skyrix.com>

	* ApModuleBaseClass+Handler.m: added support for dashes in type names

	* ApModuleBaseClass+Handler.m: code restructered

Tue Apr 30 11:41:38 2002  Helge Hess  <helge.hess@skyrix.com>

	* ApacheResourcePool.m: added autorelease-pools in object-release
	  callbacks, so that an active pool is ensured if the -dealloc
	  of the object constructs objects or releases it's objects using
	  -autorelease

Mon Apr 29 17:09:14 2002  Helge Hess  <helge.hess@skyrix.com>

	* moved mod_gsbundle.c into separate, apxs generated directory

Wed Nov 28 15:25:33 2001  Helge Hess  <helge.hess@skyrix.com>

	* mod_gsbundle.c: renamed LoadBundle to LoadApacheBundle (and leave
	  LoadBundle to 'usual' bundle loading ...)

Tue Nov 27 16:06:03 2001  Helge Hess  <helge.hess@skyrix.com>

	* created ChangeLog

