summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-09-24 14:01:45 +0000
committerelie <elie>2013-09-24 14:01:45 +0000
commitb1bec1a424016203fca876322fd2a9e4d0c54d4c (patch)
treed13d567d998b39d80a3c635873fa8473fc7d7d3d /CHANGES
parent33e16b87e6236eadd6752490e1351678bdee7293 (diff)
downloadpysnmp-b1bec1a424016203fca876322fd2a9e4d0c54d4c.tar.gz
sometimes missing inet_ntop()/inet_pton() reimplemented in pure struct
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7123930..2f2097a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -106,6 +106,8 @@ Revision 4.2.5rc2
supporting UTF-8 initializers.
- Fix to v1/v2c message processing module which used to refer to a
bogus stateReference in some cases what causes SNMP engine crashes.
+- Fix to IPv6 transport to zero ZoneID, FlowID and ScopeID components
+ sometimes coming along with incoming packet.
- Asyncsock sockets now configured with SO_REUSEADDR option to fix possible
Windows error 10048.
- Gracefully handle malformed SnmpEngineID at USM coming from SNMPv3 header.