* Release 1.08 

Some minor fixes to the check-mail target. 

Modified L_buffer_puts to allow a NULL pointer as the argument, this maps
to "(null)" (suggested by Phil Blecker).

* Release 1.07
Added examples and documentation for the use of Eric Allman's syslog
with nana.

Fixed an embarassing bug in L_buffer.c. 

* Release 1.06
A fix for a small autoconfigure problem under FreeBSD plus some documentation
changes. The FreeBSD ports mechanism defines INSTALL_SCRIPT which 
seems to confuse the autoconf 2.12 generated configure script. 

* Release 1.04/1.05
This fixes a bug that was introduced into L_buffer.c at 1.03
to allow for machines without vsnprintf. Thanks to Neal Becker
and Oliver Elphick.

* Release 1.03
Minor changes to documentation, fixes to tests and fixes to various
portability problems.

* Release 1.02 
Some minor changes to the testing mechanisms and libraries. 
The check target now submits the result to a mail alias where 
I can check the results.

* Release 1.01

L_buffer.h - improved documentation for circular buffer logging etc.

eiffel.h - support for eiffel like assertions (class invariants, method
	pre and postconditions).

Qstl.h - support for Standard Template Library (STL) iterators and quantifiers.
	(only for C++ programmers)

L_buffer.h - documented and tidied the logging to a circular buffer library.
	This keeps the last X messages in an in-core buffer.
	(this is ideal for those "what was the system doing before it 
	broke" questions).

Some hopefully useful changes to configuration, in particular:

% I_DEFAULT=fast ./configure 
 		which uses single instructions for assert failure
vs

% I_DEFAULT=verbose ./configure 
		which prints out a nice message (and then dumps core).

Documentation updated and improved (still a way to go).

Tests have been rewritten.

Updated to automake-1.1o.

* Release 1.00 

I've removed the Ada support from the system and made up a FreeBSD
port and package of the system. I've also implemented some of the 
suggestions made by George K.Bronnikov and Alexander Samoilov.



