55
66[//]: # (END_SECTION HEADER)
77[//]: # (START_SECTION COMMITS
8- b9c9fd0db73086cba12a8cfdf8090afd8198c9f6
8+ c45108fbda546110b7b5bf8f78d70489fcc6450b
9+ 8eebafba384a4604c3a754a2b9c708eae462b3ea
10+ e856b11068c25bd8a5bfe8ec53629d94aba1c5c7
11+ c6c4bb239aa4870dd8e24d24e68950ec76ece921
12+ c38834a439f34e16c6a8370a1609f1c501513826
13+ b1bb9d026fa0a2c5de1a28ef73f2fbeebdd39a58
14+ 9e71bfb6ef03e5ae7573adabf44578691a1b0402
15+ 239a79a38937b5844b47c2351118155642419320
16+ fad1ddc79f5567760d323634fe09adb5ba8cf27d
9175cee36cfb362c6fceb14348494749a93cdb1a2d2
101828bf73e59979e32ba4952f8923db4aee3f25f87c
1119d6c45d81e09759f98a897d36fe73754c261f9d4a
@@ -2240,10 +2248,159 @@ a72121b9551921aa3dced32d943c6034ba318f82
22402248ce6c5aac0db5476dc496c34388e4f9ce2c4b86e5
22412249b46b1e64f06f448bde78b98e3ae8228ce5f96067
22422250END_SECTION COMMITS)
2243- [//]: # (START_SECTION b9c9fd0db73086cba12a8cfdf8090afd8198c9f6)
2251+ [//]: # (START_SECTION c45108fbda546110b7b5bf8f78d70489fcc6450b)
2252+ ### Add Support For v0.74 Upgrade
2253+
2254+ > Commit: [c45108fbda546110b7b5bf8f78d70489fcc6450b](https://github.com/dOpensource/dsiprouter/commit/c45108fbda546110b7b5bf8f78d70489fcc6450b)
2255+ > Date: Fri, 22 Dec 2023 13:47:55 -0500
2256+ > Author: Tyler Moore (tmoore@goflyball.com)
2257+ > Committer: Tyler Moore (tmoore@goflyball.com)
2258+ > Signed: Tyler Moore (devopsec) <tmoore@goflyball.com>
2259+
2260+
2261+ - - add license check to CLI upgrade command
2262+ - - add supoprt for v0.73 -> v0.74 upgrade
2263+ - - fix upgrade git url not defaulting to settings.py
2264+
2265+
2266+ ---
2267+
2268+ [//]: # (END_SECTION c45108fbda546110b7b5bf8f78d70489fcc6450b)
2269+ [//]: # (START_SECTION 8eebafba384a4604c3a754a2b9c708eae462b3ea)
2270+ ### DNSmasq and SElinux Fixes
2271+
2272+ > Commit: [8eebafba384a4604c3a754a2b9c708eae462b3ea](https://github.com/dOpensource/dsiprouter/commit/8eebafba384a4604c3a754a2b9c708eae462b3ea)
2273+ > Date: Thu, 21 Dec 2023 10:05:49 -0500
2274+ > Author: Tyler Moore (tmoore@goflyball.com)
2275+ > Committer: Tyler Moore (tmoore@goflyball.com)
2276+ > Signed: Tyler Moore (devopsec) <tmoore@goflyball.com>
2277+
2278+
2279+ - - fix DNSmasq integration with systemdresolved on debian
2280+ - - fix DNSmasq integration with dhclient on amazon linux
2281+ - - fix DNSmasq integration with NetworkManager on centos
2282+ - - fix SElinux support on centos
2283+ - - fix default route resolution when multiple default routes available
2284+ - - fix typo in v0.73 upgrade script
2285+ - - fix centos missing hosts template for cloud-init
2286+
2287+
2288+ ---
2289+
2290+ [//]: # (END_SECTION 8eebafba384a4604c3a754a2b9c708eae462b3ea)
2291+ [//]: # (START_SECTION e856b11068c25bd8a5bfe8ec53629d94aba1c5c7)
2292+ ### Fixed permissions to allow Nginx to access the the dSIPRouter UI via a UNIX socket
2293+
2294+ > Commit: [e856b11068c25bd8a5bfe8ec53629d94aba1c5c7](https://github.com/dOpensource/dsiprouter/commit/e856b11068c25bd8a5bfe8ec53629d94aba1c5c7)
2295+ > Date: Mon, 18 Dec 2023 04:09:31 +0000
2296+ > Author: Mack Hendricks (mack@dopensource.com)
2297+ > Committer: Mack Hendricks (mack@dopensource.com)
2298+ > Signed:
2299+
2300+
2301+
2302+
2303+ ---
2304+
2305+ [//]: # (END_SECTION e856b11068c25bd8a5bfe8ec53629d94aba1c5c7)
2306+ [//]: # (START_SECTION c6c4bb239aa4870dd8e24d24e68950ec76ece921)
2307+ ### OS And Cloud Bug Fixes
2308+
2309+ > Commit: [c6c4bb239aa4870dd8e24d24e68950ec76ece921](https://github.com/dOpensource/dsiprouter/commit/c6c4bb239aa4870dd8e24d24e68950ec76ece921)
2310+ > Date: Fri, 8 Dec 2023 14:24:42 -0500
2311+ > Author: Tyler Moore (tmoore@goflyball.com)
2312+ > Committer: Tyler Moore (tmoore@goflyball.com)
2313+ > Signed: Tyler Moore (devopsec) <tmoore@goflyball.com>
2314+
2315+
2316+ - - fix amzn2 issue with kernel headers when installing rtpengine
2317+ - - fix debian10 dependency issue when installing kamailio
2318+ - - fix missing cron dependency on AWS debian images
2319+ - - fix amazn2 libwebsockets compilation failing (bump openssl version)
2320+ - - fix AWS metadata API changed
2321+ - - fix testing regressions
2322+ - - update references to `dsiprouter.sh` to use the binary path instead
2323+ - - fix update* commands may return bad exit status to systemd
2324+ - - fix run permissions for services to work with SELinux enabled
2325+ - - fix nginx systemd service not loading on older versions
2326+ - - fix selinux DMQ port definition incorrect
2327+ - - fix license activation regression
2328+ - - update debian/ubuntu to swap out dns stack for dnsmasq/resolvconf
2329+ - - refactor dnsmasq install to use separate scripts for each OS
2330+
2331+
2332+ ---
2333+
2334+ [//]: # (END_SECTION c6c4bb239aa4870dd8e24d24e68950ec76ece921)
2335+ [//]: # (START_SECTION c38834a439f34e16c6a8370a1609f1c501513826)
2336+ ### Fix Callee BYE Regression
2337+
2338+ > Commit: [c38834a439f34e16c6a8370a1609f1c501513826](https://github.com/dOpensource/dsiprouter/commit/c38834a439f34e16c6a8370a1609f1c501513826)
2339+ > Date: Fri, 10 Nov 2023 15:38:51 -0500
2340+ > Author: Tyler Moore (tmoore@goflyball.com)
2341+ > Committer: Tyler Moore (tmoore@goflyball.com)
2342+ > Signed: Tyler Moore (devopsec) <tmoore@goflyball.com>
2343+
2344+
2345+ - fix callee BYE not routed to caller
2346+ - fix rtp ports exhausted by updating timeouts
2347+
2348+
2349+ ---
2350+
2351+ [//]: # (END_SECTION c38834a439f34e16c6a8370a1609f1c501513826)
2352+ [//]: # (START_SECTION b1bb9d026fa0a2c5de1a28ef73f2fbeebdd39a58)
2353+ ### Fix ReadTheDocs
2354+
2355+ > Commit: [b1bb9d026fa0a2c5de1a28ef73f2fbeebdd39a58](https://github.com/dOpensource/dsiprouter/commit/b1bb9d026fa0a2c5de1a28ef73f2fbeebdd39a58)
2356+ > Date: Wed, 1 Nov 2023 13:22:47 -0400
2357+ > Author: Tyler Moore (tmoore@goflyball.com)
2358+ > Committer: Tyler Moore (tmoore@goflyball.com)
2359+ > Signed: Tyler Moore (devopsec) <tmoore@goflyball.com>
2360+
2361+
2362+ - fix missing python dependencies for readthedocs
2363+
2364+
2365+ ---
2366+
2367+ [//]: # (END_SECTION b1bb9d026fa0a2c5de1a28ef73f2fbeebdd39a58)
2368+ [//]: # (START_SECTION 9e71bfb6ef03e5ae7573adabf44578691a1b0402)
2369+ ### Update ReadTheDocs Config
2370+
2371+ > Commit: [9e71bfb6ef03e5ae7573adabf44578691a1b0402](https://github.com/dOpensource/dsiprouter/commit/9e71bfb6ef03e5ae7573adabf44578691a1b0402)
2372+ > Date: Wed, 1 Nov 2023 09:16:06 -0400
2373+ > Author: Tyler Moore (tmoore@goflyball.com)
2374+ > Committer: Tyler Moore (tmoore@goflyball.com)
2375+ > Signed: Tyler Moore (devopsec) <tmoore@goflyball.com>
2376+
2377+
2378+ - update rtd config to [v2](https://docs.readthedocs.io/en/stable/config-file/v2.html)
2379+
2380+
2381+ ---
2382+
2383+ [//]: # (END_SECTION 9e71bfb6ef03e5ae7573adabf44578691a1b0402)
2384+ [//]: # (START_SECTION 239a79a38937b5844b47c2351118155642419320)
2385+ ### Fix CentOS 8/9 LibKS
2386+
2387+ > Commit: [239a79a38937b5844b47c2351118155642419320](https://github.com/dOpensource/dsiprouter/commit/239a79a38937b5844b47c2351118155642419320)
2388+ > Date: Wed, 1 Nov 2023 01:00:49 -0400
2389+ > Author: Tyler Moore (tmoore@goflyball.com)
2390+ > Committer: Tyler Moore (tmoore@goflyball.com)
2391+ > Signed: Tyler Moore (devopsec) <tmoore@goflyball.com>
2392+
2393+
2394+ - fix compiling libks/libstirshaken in centos 8/9
2395+
2396+
2397+ ---
2398+
2399+ [//]: # (END_SECTION 239a79a38937b5844b47c2351118155642419320)
2400+ [//]: # (START_SECTION fad1ddc79f5567760d323634fe09adb5ba8cf27d)
22442401### Upgrade Fixes
22452402
2246- > Commit: [b9c9fd0db73086cba12a8cfdf8090afd8198c9f6 ](https://github.com/dOpensource/dsiprouter/commit/b9c9fd0db73086cba12a8cfdf8090afd8198c9f6 )
2403+ > Commit: [fad1ddc79f5567760d323634fe09adb5ba8cf27d ](https://github.com/dOpensource/dsiprouter/commit/fad1ddc79f5567760d323634fe09adb5ba8cf27d )
22472404> Date: Tue, 31 Oct 2023 21:29:48 -0400
22482405> Author: Tyler Moore (tmoore@goflyball.com)
22492406> Committer: Tyler Moore (tmoore@goflyball.com)
@@ -2266,7 +2423,7 @@ END_SECTION COMMITS)
22662423
22672424---
22682425
2269- [//]: # (END_SECTION b9c9fd0db73086cba12a8cfdf8090afd8198c9f6 )
2426+ [//]: # (END_SECTION fad1ddc79f5567760d323634fe09adb5ba8cf27d )
22702427[//]: # (START_SECTION 5cee36cfb362c6fceb14348494749a93cdb1a2d2)
22712428### Stability Improvements
22722429
0 commit comments