* Release 1.11 
Minor fixes to documentation.

Added functions for handling the variable number of arguments
to macros problem (well sort of, see VL(...) in L.h). This was
suggested by Gordon Matzigkeit.

* Release 1.10

Added a flag, etc to L_buffer.* so that the writing to circular buffers
can have wraparound disabled (thus preserving the first (oldest) k bytes
of messages, rather than the default last (newest) k bytes).

A L_time component has been added that logs a time stamp and char* 
into a circular buffer. It should be a bit faster than L_buffer since
it doesn't use vsnprintf formatting.

A majordomo mail archive has been setup at (nana@it.ntu.edu.au).
Send "subscribe nana <your-address>" to nana-request@it.ntu.edu.au

After some discussions with Richard M. Stallman (rms) Nana will be
released as a GNU tool. Note that the release conditions remain the
same, i.e. you can still use nana in a commercial project.
		[Thanks to Richard for all his work over the years]

* Release 1.09 
Added a call list modules (calls) which is a container for 
function calls. This can be used to print all the objects
in a program or to check internal consistency. 

This version should be released on the FreeBSD 2.2.5R CDROM.

* 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.



