summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2015-06-20 12:14:48 +0000
committerelie <elie>2015-06-20 12:14:48 +0000
commit83b11f1238466c16c3ee564a82e7d4e68fb86f31 (patch)
tree9e6fe401bdebee7fbed21869fe039b2b1f761775 /CHANGES
parent54bcd510d0a7e3e913e5962598fc2331dec545f8 (diff)
downloadpysnmp-83b11f1238466c16c3ee564a82e7d4e68fb86f31.tar.gz
- a few additional MIB tree management methods added to MibViewController
to better address ordered nature of MIB tree nodes (namely, getFirst*, getLast* family of methods) - rfc1902.ObjectIdentity() now accepts 'last' keyword parameter to position on last (otherwise, first) object in given MIB module.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a14a4cb..0fcf308 100644
--- a/CHANGES
+++ b/CHANGES
@@ -101,6 +101,9 @@ Revision 4.2.6
than using them instead of its default core MIBs.
- Removed RowStatus default value as it may collide with possible subclass
constraints.
+- A few additional MIB tree management methods added to MibViewController
+ to better address ordered nature of MIB tree nodes (namely, getFirst*,
+ getLast* family of methods).
- Fix to authoritative engine side snmpEngineID discovery procedure:
respond with notInTimeWindows rather then with unsupportedSecurityLevel
at time synchronization phase.