|
@@ -1,3 +1,50 @@
|
|
|
+================================= Release 0.9.5 ==============================
|
|
|
+
|
|
|
+2005-12-14 Andrei Pelinescu-Onciul <[email protected]>
|
|
|
+
|
|
|
+ * 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 <[email protected]>
|
|
|
+
|
|
|
+ * nathelper: Documentation of nat_uac_test had switched
|
|
|
+ descriptions of tests for flags 1 and 2.
|
|
|
+
|
|
|
+2005-12-06 Andrei Pelinescu-Onciul <[email protected]>
|
|
|
+
|
|
|
+ * 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 <[email protected]>
|
|
|
+
|
|
|
+ * core: fixed statements in ifs w/o {}
|
|
|
+ (now if (cond) a(); else b(); should work)
|
|
|
+ fixed debug config printing
|
|
|
+
|
|
|
+2005-12-05 Jan Janak <[email protected]>
|
|
|
+
|
|
|
+ * tm: fixed misplaced set_avp list, courtesy of
|
|
|
+ [email protected]
|
|
|
+
|
|
|
+2005-12-02 Andrei Pelinescu-Onciul <[email protected]>
|
|
|
+
|
|
|
+ * 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 <[email protected]>
|
|
|
+
|
|
|
+ * core: int2reverse_hex/reverse_hex2int fixes
|
|
|
+ (tm with large "labels" was affected by it)
|
|
|
+
|
|
|
+2005-11-29 Jan Janak <[email protected]>
|
|
|
+
|
|
|
+ * tm: Fixed local ACK matching, courtesy of
|
|
|
+ [email protected]
|
|
|
+
|
|
|
2005-11-21 Jan Janak <[email protected]>
|
|
|
|
|
|
* domain: Fixed hash problem (was not case-insensitive)
|