diff --git a/ChangeLog b/ChangeLog index dd58c2e44..26448982f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/voipmonitor_define.h b/voipmonitor_define.h index 9b1af654e..a76b07392 100644 --- a/voipmonitor_define.h +++ b/voipmonitor_define.h @@ -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