summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2015-04-27 13:38:25 +0000
committerelie <elie>2015-04-27 13:38:25 +0000
commitffd933cfd5e8523f9cfe0f88d49b4c61cd16ede0 (patch)
treed9a87d88dbaf1eb38795fb2e1d647a5bef108cdb /CHANGES
parenta7289f0a2cc08d1e95c642baa230fa6e830069a0 (diff)
downloadpysnmp-ffd933cfd5e8523f9cfe0f88d49b4c61cd16ede0.tar.gz
fix to smi.builder to explicitly fail on any MIB file access error
(but ENOENT) and raise IOError uniformly on any directory/egg access failure
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d61cac3..b25d83d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -116,7 +116,8 @@ Revision 4.2.6rc2
- 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.
+ (but ENOENT) and raise IOError uniformly on any directory/egg access
+ failure.
Revision 4.2.5
--------------