================================= Release 0.9.6 ==============================

2006-01-11  Jan Janak <jan@iptel.org>

	* debian: Fixed config file checking in debian start script
	
	* tm: Added missing diversion header to SIP message cloner,
	   this caused crash in diversion module, reported by Adrian
	   Georgescu and Dan Pascu

================================= Release 0.9.5 ==============================

2005-12-14  Andrei Pelinescu-Onciul <andrei@iptel.org>

        * core: malloc real_used/initial size accounting fixes (*realloc
	    shrink accounting fix; initial size does not contain the 
	    overhead anymore)
	  DBG_F_MALLOC typo and warning fixes

2005-12-06  Michal Matyska <michal@iptel.org>

        * nathelper: Documentation of nat_uac_test had switched 
	    descriptions of tests for flags 1 and 2.

2005-12-06  Andrei Pelinescu-Onciul <andrei@iptel.org>

        * tm: insert_timer used to eat too much cpu, decreasing dramatically
	   the performance if lots of calls per second are made (unstable 
	   test results: ~1500 cps w/o the bugfix and ~6000 with the bug fix)

2005-12-06  Andrei Pelinescu-Onciul <andrei@iptel.org>

        * core: fixed statements in ifs w/o {} 
	     (now if (cond) a(); else b(); should work)
	    fixed debug config printing

2005-12-05  Jan Janak <jan@iptel.org>

        * tm: fixed misplaced set_avp list, courtesy of 
	      cesc.santa@gmail.com

2005-12-02  Andrei Pelinescu-Onciul <andrei@iptel.org>

        * makefiles: backport from unstable gcc version number 
	    detections -- fixes gentoo gcc version detection 
	    (thanks to Dennis Kisilyov) (closes SER-81)

2005-11-29  Andrei Pelinescu-Onciul <andrei@iptel.org>

        * core: int2reverse_hex/reverse_hex2int fixes 
	    (tm with large "labels" was affected by it)

2005-11-29  Jan Janak <jan@iptel.org>

        * tm: Fixed local ACK matching, courtesy of
	      cesc.santa@gmail.com

2005-11-21  Jan Janak <jan@iptel.org>

	* domain: Fixed hash problem (was not case-insensitive)
	    reported and patch provided by
	    Axel Bger <Axel.Boeger@freenet-ag.de>

2005-11-01  Jan Janak <jan@iptel.org>

        * domain: Free memory allocated for hash table entry in case
	          of failure

2005-10-04  Jan Janak <jan@iptel.org>
	
	* tm: timer avp race condition fix backported from head
	* registrar: Race condition in registered function fixed (SER-79)

2005-09-29  Jan Janak <jan@iptel.org>

	* usrloc: Missing unlock_udomain added (SER-75)

2005-09-05  Jan Janak <jan@iptel.org>

	* tm: bugfix - terminate timers when canceling a transaction

================================= Release 0.9.4 ==============================
