Skip to content

Commit

Permalink
Update ChangeLog for 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Apr 18, 2024
1 parent f4921e3 commit 39e8f92
Showing 1 changed file with 204 additions and 0 deletions.
204 changes: 204 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,207 @@
=========================== Release 3.4.5 ==============================

2024-04-15 Razvan Crainea <razvan@opensips.org>
* [f4921e3bf] :

tracer: avoid crash in case bind_address is not present

Introduced in a13e034

(cherry picked from commit b7f471f7b106b1594cb8bccd3fc07228c071713e)


2024-04-14 OpenSIPS <github@opensips.org>
* [9a0852850] :

Rebuild documentation


2024-04-09 Liviu Chircu <liviu@opensips.org>
* [5f7b25036] :

usrloc: Avoid firing DELETE and EXPIRE for same ct

This patch fixes a usrloc callbacks API issue where both the
UL_CONTACT_DELETE and UL_CONTACT_EXPIRE events would often be fired for
the same contact, when the "write-back" SQL mode is in use.

The following modules should notice improved behavior:
mid_registrar, pua_bla, pua_usrloc, snmpstats

(cherry picked from commit 1a50d66475310b8d1c73fd383b2a64733f24ea2f)


2024-03-31 OpenSIPS <github@opensips.org>
* [68bfb9b40] :

Rebuild documentation


2024-03-29 Bogdan-Andrei Iancu <bogdan@opensips.org>
* [40f661bba] :

[drouting] fixed weight based selection

if the last element has weight 1, it will never be selected.
This was instroduced with 48c051fc16f4d83bf176d1eefe1df642882b6b88.
The fix is to actually follow the initial PR approach, which was correct. My attempt to improve the original PR actually broke stuff there :(

(cherry picked from commit cdd84307a4b4cc08209111e96adef0df8b6ae3ea)


2024-03-27 Liviu Chircu <liviu@opensips.org>
* [7b37bdd72] :

registrar docs: Clarify that save/lookup flags are CSVs

(cherry picked from commit 9357cd43860f77057e8a0c17dded94b12357d840)


2024-03-19 Bogdan-Andrei Iancu <bogdan@opensips.org>
* [de6fcb66b] :

[db] fix wrong size for mangled_from/to_uri columns in dialog table

They are URIs, so let's use the URI len, not USER len :)

(cherry picked from commit 18e7d8dbb56289e83531f51983f63e58f152ef3f)


2024-03-10 OpenSIPS <github@opensips.org>
* [829786eb8] :

Rebuild documentation


2024-03-08 Razvan Crainea <razvan@opensips.org>
* [07e063c44] :

rtpengine: proper count of the exported processes

This should fix a memory corruption generated by reloading a process
that was not initially counted. Moreover, an overflow is no longer
possible, as the commit checks on it and triggers a BUG in case it
happens

(cherry picked from commit 831cdd5ac46412ba8c82e36d4a61648717d9b5b2)


2024-03-08 Liviu Chircu <liviu@opensips.org>
* [9664d5dc1] :

rest_client: Fix RHEL 7.9 build regression in commit 7e85fddb6

RHEL 7.9 is using libcurl 7.29 (from 11 years ago), so the
CURLINFO_CONNECT_TIME_T easyinfo option is not available. So let's use
the CURLINFO_CONNECT_TIME info instead, which returns the exact same
data (i.e. the `data->progress.t_connect` handle info), but divided as
(double)seconds instead of being returned as (long)useconds.

Credits to Răzvan Crainea for reporting this issue!

(cherry picked from commit 975f5d13e9444dcb4ebab8f0dec50637ca3809da)


2024-03-08 Răzvan Crainea <razvan@opensips.org>
* [aa2778bb0] :

Merge pull request #3330 from NormB/master

Update rtp_relay_ctx.c to avoid segfault

(cherry picked from commit fcfacae755a8ea7fb0b103a1b5ad8d65c1a65546)


2024-03-03 OpenSIPS <github@opensips.org>
* [87e9c6598] :

Rebuild documentation


2024-02-29 Liviu Chircu <liviu@opensips.org>
* [e50c6736e] :

aaa_diameter docs: Fix missing default 'answer_timeout'

(cherry picked from commit 3d386f4e22a76bdd4487b15284afd9795b42cd86)


2024-02-28 Razvan Crainea <razvan@opensips.org>
* [c57dfe4dc] :

proto_hep: clear context in case of error

Thanks go to Jonathan Hulme from ConnexCS for reporting and providing
valuable troubleshooting information

(cherry picked from commit ff2923cc4bfb9b6e6a497becbd97f2407cbdc6f8)


2024-02-26 Liviu Chircu <liviu@opensips.org>
* [5393f19cb] :

aaa_diameter: Fix some AVP typos; Add a few notices

(cherry picked from commit 4da5b7317fcccbcd48725d8fbde8aeaa47f3b69f)


2024-02-25 OpenSIPS <github@opensips.org>
* [e4c61e3c4] :

Rebuild documentation


2024-02-23 Bogdan Andrei IANCU <bogdan@opensips.org>
* [7ffc81238] :

Merge pull request #3306 from jes/getsockopt-warnings

Getsockopt warnings

(cherry picked from commit be64db1383fc2d66cfb1d343474562d7b132c478)


2024-02-22 Razvan Crainea <razvan@opensips.org>
* [6d7ccca31] :

msg_translator: avoid mem leak when via params are present

Many thanks to Nick Altmann for spotting the issue and fixing it!

(cherry picked from commit d0f238ca8bd47e75b3867b3194962421dbf523c0)


2024-02-22 Bogdan Andrei IANCU <bogdan@opensips.org>
* [c7e2c163f] :

Merge pull request #3308 from ovidiusas/master

core: consistent usage of int2str_buf
(cherry picked from commit 358afd07328c10434a2575cee8ce977d42e7656c)


2024-02-22 Razvan Crainea <razvan@opensips.org>
* [8cdbfe619] :

rtpengine: always provide flags for any subcommand

(cherry picked from commit 4bf072d6338d584db64145c798b3dabc3e454248)


2024-02-22 Razvan Crainea <razvan@opensips.org>
* [4b212321e] :

rtp_relay: proper cleanup of a copy context

When a copy context was deleted, a dangling pointer would have remained
in the session - this would lead to a crash, since it would access
invalid memory.

Thanks go to Rob Moore from Dubber for reporting this!

(cherry picked from commit 4efc482fc1fa1c518357e6b47a0cc1ee15e25cd1)


=========================== Release 3.4.4 ==============================

2024-02-21 Liviu Chircu <liviu@opensips.org>
Expand Down

0 comments on commit 39e8f92

Please sign in to comment.