summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2015-06-06 08:40:05 +0000
committerelie <elie>2015-06-06 08:40:05 +0000
commit54bcd510d0a7e3e913e5962598fc2331dec545f8 (patch)
treea893f40669d73168bcd2f52b8c0fe74fcdacec8d /CHANGES
parent514b525f9baad5cff73116e0925659cebc36dab9 (diff)
downloadpysnmp-54bcd510d0a7e3e913e5962598fc2331dec545f8.tar.gz
removed RowStatus default value as it may collide with possible subclass
constraints
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index df8f841..a14a4cb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -99,6 +99,8 @@ Revision 4.2.6
- MibBuilder now prepends the contents of environment variables it
recognizes (PYSNMP_MIB_DIR, PYSNMP_MIB_DIRS, PYSNMP_MIB_PKGS) rather
than using them instead of its default core MIBs.
+- Removed RowStatus default value as it may collide with possible subclass
+ constraints.
- Fix to authoritative engine side snmpEngineID discovery procedure:
respond with notInTimeWindows rather then with unsupportedSecurityLevel
at time synchronization phase.