summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2015-03-07 18:00:57 +0000
committerelie <elie>2015-03-07 18:00:57 +0000
commitf1e6e02a2fe9870600e025b57631c93645812c71 (patch)
tree02095cdc1d64b1e1f93459fac584b7f82c479075 /CHANGES
parentd8996aaf996852529ce337adfcc05d839ce84707 (diff)
downloadpysnmp-f1e6e02a2fe9870600e025b57631c93645812c71.tar.gz
fix to smi.builder to explicitly fail on any MIB file access error but ENOENT
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 219e011..8a8ada5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -112,6 +112,8 @@ Revision 4.2.6rc2
- 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.
+- Fix to smi.builder to explicitly fail on any MIB file access error
+ but ENOENT.
Revision 4.2.5
--------------