summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-05-04 12:12:49 +0000
committerelie <elie>2013-05-04 12:12:49 +0000
commit2855379f969cec57a9f9003300f63ce7cb5264db (patch)
treedb335f1aa1514632e71508ec0b1082f779eb6c1a /CHANGES
parent91461dcd78a1eb4a2d0cb0cfaa65062da07b8c9f (diff)
downloadpysnmp-2855379f969cec57a9f9003300f63ce7cb5264db.tar.gz
the snmpCommunityTable row selection improved to follow RFC2576, clause 5.2.1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 66a82fc..1fc9015 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,8 @@ Revision 4.2.5rc1
at once. Although RFC2576 does not suggest error-status -> v2c exception
translation, historically pysnmp used to perform it for a long time so we
can't easily stop doing that.
+- The snmpCommunityTable row selection improved to follow RFC2576, clause
+ 5.2.1.
- Fix to Twisted-based NotificationOriginator to make it serving INFORMs again.
- Fix to rfc2576.v1tov2() logic: errorStatus = noSuchName is now translated
into rfc1905.noSuchObject exception value for *all* var-bindings. Although