SNMP++ 3.4.5 Release

SNMP++ v3.4.5 has been released 2021-01-10T23:00:00Z which now provides cmake build support (besides the existing auto-tools support). The version jump from 3.4.2 to 3.4.5 reflects this significant enhancement although the API interface itself did not change.

Release Notes

  • New: Added cmake support. Support for autoconf will be continued together with cmake. Any other build methods are now deprecated and no longer supported. The corresponding Makefile.platform are still included but will be removed with SNMP++ 4.0.
  • Changed: PrivAES now uses EVP functions from SSL library
  • Changed: While waiting for a response, EventListHolder calls select/poll with a timeout of 100 milli seconds (was 1000).