libosip (0.8.7)
	* reject message with 2 call-id, 2cseq, 2 from, 2 to...
	* allow generic_param can have a NULL value!.
	* ist and nist was calling the wrong callback on retransmission.
	* New checking rules compliant to the latest draft for internal
	  management of transactions.
	* "make check" is available and improve results ouput.
	* delete warnings for OpenBSD compilation. The port to pth is still
	  an issue for me.

libosip (0.8.6)
	* documentation started with Doxygen.

libosip (0.8.5)
	* Dialog fully tested and hoped to be correct.
	* osip_create_transaction: can now be used to create ICT and NICT
	* contact_param_add: fix MACRO! an argument was missing.
	* dialog.c: make it more compliant: TO BE TESTED!
	* transaction.c: MAJOR CHANGE: transaction_free() must now be called by the
	  application! This way, you can re-use data before releasing the context..
	* add a failure case when there is no '>' char when '<' is found.
	* fix compilations issue with --disable-mt.
	
libosip (0.8.4)
	* ist_fsm.c: start timer i while entering CONFIRMED state.
	* urls.c: bug in line 210.
	* msg_cparser.c: switch CONTACT_SHORT & CONTENT_LENGTH_SHORT in table.
	* osip_distribute_event(): obsolete!
	  this method was previously used ONLY for incoming message.
	  This was not clear! Now, you must use osip_find_transaction()
	  and osip_create_transaction() instead.
	* msg_write.c: add msg_clone()
	* smsg.h: fix MACROS
	
libosip (0.8.3)
	* add lock/unlock methods for searching in transactions
	* improve reliability when a NULL pointer is given to *_free methods.
	* many bugs fixes in fsm/*
	* parser/hdr_via.c: support for ipv6. Previous version are not compliant.
	
libosip (0.8.2)
	* ipv6 support (need more testing.)  - Thanks to tomohide.
	* support for any scheme in url. (Use with care with applications.)
	* support for sysv semaphore.
	
libosip (0.8.1) testing ;urgency=high
	* new finite state machines for TRANSACTION LAYER compliant with
	  the rfc2543bis-09.txt. This is a total rewrite. Those new
	  fsm should be usable either by proxies and endpoints. The
	  difference is in the UAC_UAC_core and Proxy_core. (Stateless
	  proxy don't need any state machines!)
	* some bug fixes and one memory leak in the parser.
	* COMPATIBILITY WITH PREVIOUS RELEASE IS NOT KEPT!
	* test in ./example and ./example_mt are deprecated and removed.
	
libosip (0.8.0) testing ;urgency=high
	* new SDP parser
	* new SDP automtic negociation facility (for User Agent)
	
libosip (0.7.9) testing ;urgency=low
        * hdr_authorization.c/hdr_wwwauthenticate.c:
          Interoperability issue with Vovida.
        * hdr_via.c: add the via_appendtopvia(...) as required by users...
        * Windows updates makefiles (VC6++, tested on NT4).
        * gcc-3.0 updates and ANSI modifications:
        * Thanks to marko for little improvments.

libosip (0.7.8) testing ;urgency=high
        * this version is full SIP compliant with some excetions. Ask
          osip@atosc.org for current status.
        * HNY :-)
        * Thanks to contributors for patches:
           Vytautas Vysniauskas
           Rick Flott.

libosip (?.?.?) testing ;urgency=low
        * oSIP is the official name!!!
