++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- Refactored code to use CObjects/PyCapsules for better memory management. Fixed truncation of data returned.
(`30 <https://github.com/easysnmp/easysnmp/issues/30>`_,
`PR48 <https://github.com/easysnmp/easysnmp/pull/28>`_)
- Implemented ``bulkwalk`` functionality
(`PR48 <https://github.com/easysnmp/easysnmp/pull/28>`_)
- Added support for Net-SNMP installed via ``brew`` on OS X
(`PR48 <https://github.com/easysnmp/easysnmp/pull/28>`_)
- Allow ``snmp_type`` parameter in ``set(...)`` to support snmpset(1)
type specifiers.
(`28 <https://github.com/easysnmp/easysnmp/issues/28>`_,
`PR29 <https://github.com/easysnmp/easysnmp/pull/29>`_)
- Support Net-SNMP 5.6.x to add support for OSX.
(`12 <https://github.com/easysnmp/easysnmp/issues/12>`_,
`4e121e9 <https://github.com/easysnmp/easysnmp/commit/4e121e9f9b4613485bcb8f9bab48b4528a223db3>`_)
- Remove printf debug statements when making SNMPv1 fixes from interface.c.
(`320df28 <https://github.com/easysnmp/easysnmp/commit/320df2882bbc5e3f57a7e71164497b063baa855e>`_)
`Full Source Code Changelog <https://github.com/easysnmp/easysnmp/compare/0.2.4...0.2.5>`_