[AGENT++] Update: SNMP++ v3.2.16 Released

Frank Fock fock at agentpp.com
Thu Mar 3 01:03:46 CET 2005


A new version of SNMP++ has been released.
The new version can be downloaded from http://www.agentpp.com

RELEASE NOTES

SNMP++ v3.2.16: CHANGES since v3.2.15a

- Improved: notify_register() now returns correct error codes.
- Added: Snmp::start_poll_thread() that starts a new thread
  that polls for async responses and informs/traps. The thread
  will be stopped automatically in the destructor. It also can
  be stopped using Snmp::stop_poll_thread(). (Fedja Jeleskovic)
- Added: New transport layer error code
  SNMP_CLASS_TL_ACCESS_DENIED for (errno == EACCES)
- Improved: new define SNMP_PP_MUTABLE that can be
  defined to mutable for compilers that support
  mutable member variables.
- Changed: renamed OctetStr::set_hex_np_char() to
  set_np_char()
- Improved: get_printable() will return the same buffer
  for each call if the object wasn't changed.
- Added: Pdu::get_max_vbs() to get the value of
  PDU_MAX_VBS at runtime.
- Fixed: Bug in snmperrs.h (Jason Olenhouse)


Frank Fock





More information about the AGENTPP mailing list