Skip to content

Commit bb37439

Browse files
committed
update ChangeLog with all commits in 2.1.2
1 parent 0c26f91 commit bb37439

File tree

1 file changed

+180
-0
lines changed

1 file changed

+180
-0
lines changed

ChangeLog

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,184 @@
11
=========================== Release 2.1.2 ==============================
2+
2016-01-18 ionutrazvanionita <ionutionita at opensips dot org>
3+
* [0c26f91] :
4+
5+
fix calls per minute for fraud_detection module
6+
Now the calls per minute parameter is build as consisting of an initial
7+
time(t0) and a 60 seconds window(as was before). Each window slot holds the
8+
calls received in that second(as before). The difference is that now
9+
these parameters are updated based on three conditions:
10+
* we receive the call between [t0; t0 + WINDOW_SIZE(60s)] - we only update
11+
the number of calls for that slot(t0 + current time) and the calls per minute
12+
parameter
13+
* we receive the call in the interval of [t0+WINDOW_SIZE; t0+2*WINDOW_SIZE] -
14+
we do the following: move t0 in current call time - WINDOW_SIZE, invalidate
15+
all the calls we knew of from t0 to current t0 (current call time - WINDOW_SIZE)
16+
* we receive a call after 2 * WINDOW_SIZE(60 seconds) + t0 - this invalidates
17+
all the calls we knew of since the window is not does not contains calls newer
18+
than the last 60 seconds;
19+
(cherry picked from commit dd25c63adb8832d59861cf98b6fba1a2ad89a307)
20+
21+
22+
2016-01-18 Ovidiu Sas <osas at voipembedded dot com>
23+
* [bd3751b] :
24+
25+
uac_registrant: update timer handling - closes #758 - uac_registrant wrong hash sequence
26+
(cherry picked from commit be371dab7fa9b6fa495b99e69e623fed73500a74)
27+
28+
29+
2016-01-17 Nick Altmann <nick.altmann at gmail dot com>
30+
* [44cc594] :
31+
32+
RPM spec: prepare for new build system - remove obsolete triggers - change tarball name and url
33+
34+
35+
2016-01-15 ionutrazvanionita <ionutionita at opensips dot org>
36+
* [5a28baf] :
37+
38+
[siptrace]fix proto issues
39+
leave IPPROTO_* format in hep header(which is returned by
40+
pipport2su() function) and after setting it use OpenSIPS
41+
format for sending(PROTO_UDP)
42+
43+
44+
2016-01-15 ionutrazvanionita <ionutionita at opensips dot org>
45+
* [ad32566] :
46+
47+
[avpops]fix acmds instead of cmds
48+
(cherry picked from commit 9bd4c77ade737108aa45a755bb4e1055b4adca36)
49+
50+
51+
2016-01-15 Razvan Crainea <razvan at opensips dot org>
52+
* [c0a0408] :
53+
54+
function search: properly search through switch st
55+
(cherry picked from commit 446dd5876b633c95000e7b80a0ef8a3058c018a1)
56+
57+
58+
2016-01-15 ionutrazvanionita <ionutionita at opensips dot org>
59+
* [69aad41] :
60+
61+
[avpops]check if asyn funcs used in separate loop(on acmds struct)
62+
(cherry picked from commit 939b3433f3fe4c0887b818e856ff6e857c9e60d0)
63+
64+
65+
2016-01-14 Nick Altmann <nick.altmann at gmail dot com>
66+
* [7023ade] :
67+
68+
RPM spec: update version to 2.1.2
69+
70+
71+
2016-01-14 Razvan Crainea <razvan at opensips dot org>
72+
* [02fde2a] :
73+
74+
2.1.2: update changelog and minor version
75+
76+
77+
2016-01-14 Liviu Chircu <liviu at opensips dot org>
78+
* [83f4597] :
79+
80+
Coverity PR: Fix bad conflict merge
81+
82+
83+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
84+
* [56a7230] :
85+
86+
fixing coverity found defects - memory corruption, null dereference
87+
(cherry picked from commit fd57609f5411e622dca593b729e1826269243c5b)
88+
89+
90+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
91+
* [6b4a327] :
92+
93+
fixing coverity found defects - null dereference & broken logic
94+
(cherry picked from commit 81aeba42ca04df7b3fc42ab2498717cc31227967)
95+
96+
97+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
98+
* [37a7466] :
99+
100+
fixing coverity found defects - null dereference
101+
(cherry picked from commit 906bb9172b4ce0ab0e7bf4eca7da58211aa8ac5b)
102+
103+
Conflicts:
104+
cachedb/cachedb_id.c
105+
106+
107+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
108+
* [19e5188] :
109+
110+
fixing coverity found defects - null dereference
111+
(cherry picked from commit b578dda307f24e56f456e5b02c0c7591ed6746a4)
112+
113+
114+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
115+
* [20004e4] :
116+
117+
fixing coverity found defects - copying into fixed size buffer without check, db_http
118+
(cherry picked from commit d471234733de299c88f1036ba17a2406b8ae7a89)
119+
120+
121+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
122+
* [c9aaae3] :
123+
124+
fixing coverity found defects - copying into fixed size buffer
125+
(cherry picked from commit 92a7361eda2c6cd6e9ad637dab187cf87fefa987)
126+
127+
128+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
129+
* [c48773c] :
130+
131+
fixing coverity found defects - null dereference, invalid e164 number check
132+
(cherry picked from commit b8e2318ba58e56484294913e21a74a7cd79adf40)
133+
134+
135+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
136+
* [ed699bf] :
137+
138+
fixing coverity found defects - null dereference, break missing
139+
(cherry picked from commit c004967f7c272e5b9043f5f3e330827f0682a009)
140+
141+
Conflicts:
142+
db/db.c
143+
144+
145+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
146+
* [a152bdf] :
147+
148+
fixing coverity found defects - logical fix in ul callback check type, null dereference
149+
(cherry picked from commit aeedb7d94439b774d35009899b04d2c6060437d0)
150+
151+
Conflicts:
152+
modules/dispatcher/dispatcher.c
153+
154+
155+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
156+
* [50737ff] :
157+
158+
fixing coverity found defects - processing initialized variables, control flow, invalid expressions
159+
(cherry picked from commit b22844e0a1d4d54d0f8f836837f8447154799011)
160+
161+
Conflicts:
162+
modules/drouting/drouting.c
163+
164+
165+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
166+
* [21083e8] :
167+
168+
fixing coverity found defects - resource leakage
169+
(cherry picked from commit e09f09ae89aff31393b04e40b4f82632fd4f50ff)
170+
171+
172+
2016-01-14 Dusan Klinec <dusan.klinec at gmail dot com>
173+
* [57a7bf0] :
174+
175+
fixing coverity found defects - invalid memory access / memory corruptions
176+
(cherry picked from commit c537cb8151e9436d88a9410e02ef11a093008ff0)
177+
178+
Conflicts:
179+
modules/dialog/dlg_tophiding.c
180+
181+
2182
2016-01-14 Razvan Crainea <razvan at opensips dot org>
3183
* [4b011be] :
4184

0 commit comments

Comments
 (0)