================================= Release 0.9.6 ============================== 2006-01-11 Jan Janak * 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 * 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 * nathelper: Documentation of nat_uac_test had switched descriptions of tests for flags 1 and 2. 2005-12-06 Andrei Pelinescu-Onciul * 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 * core: fixed statements in ifs w/o {} (now if (cond) a(); else b(); should work) fixed debug config printing 2005-12-05 Jan Janak * tm: fixed misplaced set_avp list, courtesy of cesc.santa@gmail.com 2005-12-02 Andrei Pelinescu-Onciul * 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 * core: int2reverse_hex/reverse_hex2int fixes (tm with large "labels" was affected by it) 2005-11-29 Jan Janak * tm: Fixed local ACK matching, courtesy of cesc.santa@gmail.com 2005-11-21 Jan Janak * domain: Fixed hash problem (was not case-insensitive) reported and patch provided by Axel Böger 2005-11-01 Jan Janak * domain: Free memory allocated for hash table entry in case of failure 2005-10-04 Jan Janak * tm: timer avp race condition fix backported from head * registrar: Race condition in registered function fixed (SER-79) 2005-09-29 Jan Janak * usrloc: Missing unlock_udomain added (SER-75) 2005-09-05 Jan Janak * tm: bugfix - terminate timers when canceling a transaction ================================= Release 0.9.4 ==============================