summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorelie <elie>2010-10-08 07:39:17 +0000
committerelie <elie>2010-10-08 07:39:17 +0000
commiteae7ef508f3055712a6613d7a53b013d4c26648f (patch)
tree8f2c9b3925fe2318be02131eab602d8e832af86a /CHANGES.txt
parentb0d0a04e369e5c1aa58bf49d9cdfa0695e4e72c4 (diff)
downloadpysnmp-git-eae7ef508f3055712a6613d7a53b013d4c26648f.tar.gz
catch a non-increasing OID condition in Next/Bulk commands responses
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8eee4173..7e14d834 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,8 @@ Revision 4.1.15a
- Multiple instances of the same transport domain now supported.
- Initial snmpEngineId value generation improved not to accidentally
collide within an administrative domain.
+- Fix to Next/Bulk CommandGenerators to catch a non-increasing OID
+ error condition (what prevents looping).
- Fix to Opaque value tagging at rfc1155.Opaque type.
- Fix to handle (fail gracefully) zero-length user password.
- Fix to SNMP error propagation at Twisted driver (SF tracker ID #3054505).