summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-12-19 20:13:02 +0000
committerelie <elie>2014-12-19 20:13:02 +0000
commit16dbdefb16dbabbc3d9edb0c16d57e09a22d62a1 (patch)
tree3f8a309e3b92e598369dc23d6f6aff63d350e129 /CHANGES
parent899cb0c5bc24ff0944ac297ad2b88ec98dbb906a (diff)
downloadpysnmp-16dbdefb16dbabbc3d9edb0c16d57e09a22d62a1.tar.gz
* fix ignore impossible errorStatus
* fix to reset ErrorStatus==noSuchName on proxying
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7a47f6c..06b4957 100644
--- a/CHANGES
+++ b/CHANGES
@@ -96,6 +96,8 @@ Revision 4.2.6rc0
when expanding Notification OBJECTS into Managed Objects Instances.
- Missing wrongLength and wrongEncoding SMI errors added.
- Fix to file descriptor leak at MibBuilder.
+- Fix to rfc2576.v2ToV1() to ignore impossible errorStatus.
+- Fix to rfc2576.v1ToV2() to reset ErrorStatus==noSuchName on proxying.
Revision 4.2.5
--------------