AM 25/07/2001 : release 0.6.0 (rel060 under cvs)

In this release the parser is completely new and I hope
fully interoperable. Each field parser has also been
rewritten and the main headers has been tested separately.

The API for the parser is now FIXED for a long term
period. Also, the last parameter that you will find
in various methods (err_t *err) is not actually usable
and is there for future improvements on the parser
concerning the error management.


AM 01/06/2001 : release 0.5.2 (rel052 under cvs)

This release has some parser improvements (support for any
new unknown request methods). It corrects many bug fixes and
includes a new set of MACROS. The tests facilities have been
improved. You can now test INVITE, BYE, REGISTER transactions
and reply with the code you want (from 200 to 699). You can
also enable selectively the trace level at run time. This
allows easier debugging.
	
	NEW SERIES OF TEST on memory-leak: (compile with --enable-mleak)
	 for various return code values.
	 for INVITE, BYE, and REGISTER
	 On stress test for INVITE
	 for various situation (on process is killed or not launched!)
	 for various messages (see ./test/torture_test)

	No memory leak detected...    :-))

AM 19/05/2001 : release (rel050?)

osip v0.5.0 has been tested and appears to be the
first stable release.
  _ performance are good
  _ no memory leaks detected during tests


osip propose only a transactionnal API. Higher API
is planned.
