Skip to content

Commit

Permalink
2023.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voipmonitor committed Dec 6, 2023
1 parent 1fcc353 commit 2041217
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
2023.11.9 30.11.2023
2023.12.0 06.12.2023
=====================
- revert static build chain back to gcc8 with -O2 without flto - fixes issue with timezones and other issues. Brings back support for kernel >= 2.6.18 (old centos etc.)
- force heap cleanup if the size is greater than 20%
- fix potential crash in setSchedPolPriority
- suppress call createMysqlPartitionsBillingAgregation if is_client() is true [VS-1514]
- add SRTP ROC find, fixes sip oneway issue [VS-1518]
- log to syslog if ether_type is 0xFFFF (happens on old vmware nic drivers) and add testing command: voipmonitor --check_bad_ether_type eth0


2023.11.8 30.11.2023
Expand Down
2 changes: 1 addition & 1 deletion voipmonitor_define.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VOIPMONITOR_DEFINE_H


#define RTPSENSOR_VERSION "2023.11.9"
#define RTPSENSOR_VERSION "2023.12.0"
#define NAT

#define FORMAT_WAV 1
Expand Down

0 comments on commit 2041217

Please sign in to comment.