2000-03-14  Jan Ekholm  <chakie@infa.abo.fi>

	* Version 0.71 is now ready to hit the net. Minor fixes to build
	scripts as well as RPM spec-file.

2000-03-12  Jan Ekholm  <chakie@infa.abo.fi>

	* More changes to the build system. Now Zombie seems to install a
	lot cleaner than before. Removed a lot of old stuff that has been
	hanging around for ages. User and group for installation can now
	be specified with ./configure.

2000-03-10  Jan Ekholm  <chakie@infa.abo.fi>

	* Major changes to ./configure and some Makefiles. Should now behave
	a bit better when compiling.

2000-01-31  Jan Ekholm  <chakie@mousehouse.abo.fi>

	* ./configure now detects STL properly, I hope.

1999-09-16  Jan Ekholm  <chakie@mousehouse.abo.fi>

	* Modified some sources to compile with gcc-2.95. Seems like the
	templates were a bit wrong. Maybe namespaces also need to be added?

1999-08-10  Jan Ekholm  <chakie@infa.abo.fi>

	* First hack at making Zombie print a nice stacktrace if it
	crashes. Mainly the autoconf stuff is ready.

1999-08-06  Jan Ekholm  <chakie@infa.abo.fi>

	* Rehacked the makefiles to generate nice lists of all files that
	are installed. This makes it much easier to create RPM:s as the
	lists serve as filelists for the packages. Other minor cleanups as
	well. The autoconf prexif-stuff still needs to checked up.

1999-08-05  Jan Ekholm  <chakie@infa.abo.fi>

	* Created a new SGML stylesheet for the SGML manuals. They now get
	a little bit nicer background color. Other small fixes to to the
	way the documentation is generated. Man-pages are now generated
	with a newer 'doxygen' and therefore some trickery could be removed.

1999-08-04  Jan Ekholm  <chakie@infa.abo.fi>

	* Created a new manual documenting only the public classes,
	i.e. those needed by the developer. The internal classes are all
	documented in a complete reference. The new public reference can
	be found on the Zombie homepage.

1999-06-09  Jan Ekholm  <chakie@mousehouse.abo.fi>

	* Now Zombie uses poll() internally instead of select(). Still some
	bugs to sort out, but seems to work somewhat ok.

1999-06-02  Jan Ekholm  <chakie@infa.abo.fi>

	* First stab at optimizing the internal protocol used in every
	packet. Raw bytes are now used instead of strings. We'll see if
	it works ok.

1999-05-28  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* configure.in now prints out a summary of the options it has
	configured. Should reduce errors and mistakes when installing it.

1999-05-26   Jan Ekholm <jekholm@mowgli.btk.utu.fi>

	* Added some stubs for handling statistics.

1999-05-25  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Added code for the 'keepalive' functionality. Servers can now be
	specified to keep alive a certain time after the last client has
	disconnected in case some new client should arrive. Should reduce
	the number of unnecessary spawned threads.

1999-05-25  Jan Ekholm  <chakie@mousehouse.abo.fi>

	* Server is now totally thread-based. Seems to work quite ok.

1999-05-24  Jan Ekholm  <chakie@mousehouse.abo.fi>

	* First steps toward a totally multithreaded server. This thing does 
	not even compile now. The changes were smaller than I had expected 
	though.

1999-05-18  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* More documentation updates. Now the chapter on configuring and 
	installing should be ok.

1999-05-17  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Minor documentation updates. Now etc/zombie.conf uses the LogDir
	value given during configuration, and not a hardcoded /var/log/zombie.

1999-05-14 Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Tagged release 0.70-2. Some work on getting autoconf to work with
	RPM. Some issues still unsolved and need fixing later. Please let 
	me know if you have any problems with either the RPM:s or the
	CVS version.

1999-04-27  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* configure.in: Should now be quite ok. Some testing still remains,
	but most of the stuff is in there.

1999-04-20  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* I took a new stab at configure.in and it should now check for STL 
	and pthreads somewhat properly. 

1999-04-07 Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Merged in some changes by Nicholas Lee. They clean up the Makefiles
	a bit and make it easier to build on oher systems than RedHat. 
	Better handling of man-pages.

1999-03-29  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Now PDF is also supported for the documentation. Cleaned up some 
	of the toplevel docs a bit. Packages (src, RedHat) are now 
	downloadable from http://www.infa.abo.fi/~chakie/zombie/

1999-03-24  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Fixed installation to include the samples too. Fixed bug where the
	config-file was not found.

1999-03-23  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Now Zombie builds and installs properly. Three separate RPM-files
	are also built: zombie, zombie-devel and zombie-doc.

1999-03-22  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Makefiles are now getting ready for installations. The main
	'install' rules still need to be checked up.

1999-03-17  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* More more work with documentation. Now the SGML manuals can also
	be made into HTML apart from only PostScript. All manuals are also
	installed automatically on the Zombie www.server.

1999-03-15  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Yet more work with documentation. Soon the manuals can be really
	use for learning Zombie.

1999-03-12  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* More work with 'Programming with Zombie'.

1999-03-11  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* The 'Programming with Zombie'-manual got a new chapter today.

1999-03-10  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Main server can now become a daemon if specified.

1999-03-04  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* Services can now use passwords. Read from zombie.conf.
	* Adminpasswords are also read from the config-file.

1999-02-22  Jan Ekholm  <jekholm@mowgli.btk.utu.fi>

	* First version of Zombie in CVS.
	

