2001-01-04  Raimund 'Raimi' Jacob  <raimi@lkcc.org>

	* configure.in: Configuring the `ENABLE_FAKEIDENT' define
	for the Fake Ident Server.

2001-01-02  [ Ela ]  <ela@lkcc.org>

	* Makefile.am (dist-check): This target is derived from the
	automatically created target `distcheck' and checks the
	distribution. Changed `AM_CPPFLAGS = -I..' into 
	`AM_CPPFLAGS = -I$(top_srcdir)/src'.

2000-12-15  [ Ela ]  <ela@lkcc.org>

	* INSTALL: Documented newly avaiable option 
	`--enable-sntp-proto' and dropped `--enable-q3key-proto'.

	* configure.in: Checking for gettimeofday() for the newly
	created SNTP server.

2000-12-12  [ Ela ]  <ela@lkcc.org>

	* configure.in: Bumped up version to 0.0.20

	* Release of version 0.0.19: Last known to include the Quake III
	license server which we are going to drop due to legacy reasons
	and the support of commercial software which is not the aim
	of the GNU project.

2000-12-06  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* autogen.sh: Added `--enable-maintainer-mode' so that the
	documentation builds after a CVS checkout without problems.

2000-12-05  [ Ela ]  <ela@lkcc.org>

	* configure.in: Checking for ws2_32.dll instead of wsock32.dll
	because use of WSAStringToAddress().
	Checking for `ws2tcpip.h' where IP_HDRINCL is defined.

2000-11-26  [ Ela ]  <ela@lkcc.org>

	* serveez.dsp: From now on we are using the ws2_32.dll as socket
	implementation. This is windoze's version 2. Maybe the support of
	raw sockets is better like this...

2000-10-31  [ Ela ]  <ela@lkcc.org>

	* configure.in: Replaced the AC_C_BIGENDIAN macro to keep the
	configure script still usable for cross compilers.

2000-10-04  [ Ela ]  <ela@lkcc.org>

	* configure.in: Check for `waitpid'.

2000-09-28  [ Ela ]  <ela@lkcc.org>

	* Makefile.am (SUBDIRS): Added the `data' directory and put
	all data files from the `doc' directory there. Put sizzle cgi
	example there, too.

2000-09-16  [ Ela ]  <ela@lkcc.org>

	* configure.in: Added some checks for the crypt() interface.

2000-09-11  [ RAIMI ]  <raimi@lkcc.org>

	* configure.in (have_inet_aton): Ela added check for broken
	inet_ntoa. Workaround is in util.c.

2000-08-31  [ Ela ]  <ela@lkcc.org>

	* README: Inserted a short description of what Serveez does
	and what not. Should get "official" description.

	* README-Win32: Updated documentation about the Win32
	port.

	* Makefile.am (EXTRA_DIST): Include the `version.h' files
	for both projects for the M$ Visual C++ compiler port.

	* configure.in: Added check for big endian architectures.

2000-08-29  [ Ela ]  <ela@lkcc.org>

	* Makefile.am (EXTRA_DIST): Added files for building the
	serveez project with M$ Visual C++ compiler including
	the README-Win32 file.

2000-08-26  [ Ela ]  <ela@lkcc.org>

	* configure.in (define_enable_nut): With the new option
	--enable-gnutella the user is allowed to compile in the
	gnutella spider.

2000-08-20  [ Ela ]  <ela@lkcc.org>

	* INSTALL: Added documentation for --enable-poll.

	* configure.in (define_enable_poll): If you do not want to
	use poll() instead of select() you might now --disable-poll.
	Now always using full version numbers (no more pre's).

2000-08-19  [ Ela ]  <ela@lkcc.org>

	* configure.in: Checking for the get-/setrlimit interface.
	Also try finding the appropriate headers for that.
	Check for netint/tcp.h (for TCP_CORK), sys/poll.h and poll()
	itself for the alternative server loop and direct.h for Win32's
	directory functions.

	* configure.in: Added check for Quake license key server.

2000-07-14  [ Ela ]  <ela@lkcc.org>

	* configure.in: Added check for unistd.h,
	sys/time.h and the AC_HEADER_DIRENT macro.

	* configure.in: Checking for inet_aton in the
	library "libresolv.so" on Solaris.

2000-06-21  [ Ela ]  <ela@lkcc.org>

	* configure.in: Added check for typedef off_t.
	This is used with sendfile().

2000-06-20  [ Ela ]  <ela@lkcc.org>

	* configure.in: Add check for sendfile(). The 
	intergrated http server might use it.

2000-06-16  [ Ela ]  <ela@lkcc.org>

	* configure.in: Added detection of _vsprintf,
	_vsnprintf and _snprintf.

2000-06-16  [ RAIMI ]  <raimi@lkcc.org>

	* configure.in: We can now use either an already installed sizzle
	[dynamically linked] or build our own from the source distribution
	[statically linked]. If mgrabmue provides a 'sizzle-config link-static'
	we can statically link against a already installed sizzle.

2000-06-13  [ Ela ]  <ela@lkcc.org>

	* configure.in: Dropped AWCS_MASTER_PIPE feature because this is
	now part of the general server concept.

2000-04-12  [ Ela ]  <ela@lkcc.org>

	* configure.in (define_enable_warn): Checking for -ansi compiler
	option if Linux was detected.

	* INSTALL: Detailed description of all the ./configure script
	options.

2000-03-19  [ Ela ]  <ela@lkcc.org>

	* configure.in (enable_procstat): Checking for snprintf.

2000-02-05  [ Ela ]  <ela@lkcc.org>

	* configure.in (CPPEXTRAFLAGS): AC_HEADER_SYS_WAIT checks
	if the <sys/wait.h> is present and includes it, if necessary.

	* configure.in (CPPEXTRAFLAGS): --enable-optimizations checks
	for some compiler switches.

	* configure.in : Checking for socklen_t, SOCKET, the library
	wsock32 and the feature --enable-http-proto.

1999-12-17  [ RAIMI ]  <raimi@lkcc.org>

	* configure.in: Bumped version number to 0.0.11a. The is tons
	of stuff todo. mgrabmue should go from here...

1999-12-16  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* configure.in: Bumped version number to 0.0.11.
	Threw in Cygwin detection, but without consequences yet.

1999-11-26  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* configure.in: Bumped version number to 0.0.10.

1999-11-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* configure.in: Bumped version number to 0.0.9.

1999-10-21  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* configure.in: Added configure switch --enable-debug to
	enable/disable debugging output and wrapped up all callers to
	log_printf() in #if/#endifs.
	Added check for libnsl, which is needed on Solaris for
	gethostbyname().
	Fixed check for vsprintf() and vsnprintf().  Now configure does
	abort if no vsprintf() is available, and give a warning if
	vsnprintf() is emulated by the unsafe vsprintf().

1999-10-19  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* INSTALL: Cleanup and minor corrections (refer to the AUTHORS
	file for email addresses).

	* configure.in: Added support for autoconf reverse host name
	lookup support.  Added support for user specified CC and CPP
	flags.

1999-10-03  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

	* configure.in: Created this package.
