2004-04-02  Marcus Mueller <znek@mulle-kybernetik.com>

	* README: Minor additions/changes for Apache 1.3.x

2003-12-22  Frank Reppin  <frank@opengroupware.org>

	* handler.c: ap_setup_client_block before ap_get_client_block
	  which fixes the issue reported in Bug #354.
	  Tested with 2.0.40/2.0.47/2.0.48

	* thanks to Frank Wuebbeling <wuebbel@math dot uni-muenster dot de>
	  for pointing!

2003-08-08  Helge Hess  <helge.hess@skyrix.com>

	* handler.c: if r->handler is NULL on Apache2, decline request - might
	  have been the cause for some crashes with Apache2

2003-08-01  Bjoern Stierand  <bjoern@opengroupware.org>

	* globals.c, common.h: added some missing headers to remove compilation
          warnings on FreeBSD RELENG_4 (thanks to Frank Reppin <fr@skyrix.com>)

2003-07-15  Thomas Woerner <twoerner@redhat.com>

	* port to apache 2.x
	
	* thanks to Ricardo Cerqueira <ricardo@cerqueira.org> for testing
	
2003-02-05  Helge Hess  <helge.hess@skyrix.com>

	* globals.c: disable HEAVY_LOG per default

2003-01-31  Helge Hess  <helge.hess@skyrix.com>

	* config.c: fixed a bug in the configuration of SNSAppPrefix

2002-12-10  Helge Hess  <helge.hess@skyrix.com>

	* added CHANGES

Tue Jul  2 16:09:56 2002  Jan Reichmann  <jan@skyrix.com>

	* NGBufferedDescriptor.c: char -> unsigned char (fixes SuSE Bug 
	  13871),umlauts in HTTP were not correctly handled by the ngobjweb
	  proxy module

Sat Mar 23 17:18:58 2002  Helge Hess  <helge.hess@skyrix.com>
	
	* removed "global" sns config (you need to specify the sns
	  explicitly using SetSNSPort
	
	* handler.c: major cleanups

2001-11-12  Helge Hess  <helge.hess@skyrix.com>

	* sns.c (_sendSNSQuery): added fail-codes

Tue Oct  9 15:42:07 2001  Helge Hess  <helge.hess@skyrix.com>

	* sns.c: removed support for SNS over HTTP

Wed Feb 28 16:03:14 2001  Helge Hess  <helge.hess@mdlink.de>

	* sns.c (_sendSNSQuery): fixed bugs in HTTP support

Fri Dec  1 16:08:00 2000  Helge Hess  <helge.hess@mdlink.de>

	* added apxs support

Tue Aug  3 16:35:38 1999  Helge Hess  <helge@trex.mdlink.de>

	* sns.c (_sendSNSQuery): fixed bug, returned Unix-domain addresses 
	  were not null terminated (the SUN_LEN of an address is excluding 
	  the zero byte which is therefore not transferred by snsd)