summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2010-07-12 15:30:13 +0000
committerelie <elie>2010-07-12 15:30:13 +0000
commit645bf7eb3b05fcda81898b08026c0efcf0c1ec45 (patch)
tree2d61c6bdc670f02b626af4d419e25c25107000e1
parent34fce826580eac67fc3d384adba2e07675a2e492 (diff)
downloadpysnmp-645bf7eb3b05fcda81898b08026c0efcf0c1ec45.tar.gz
updated
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b390467..4098720 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,9 @@ Revision 4.1.14a
- Fix to mismatched response PDU handling at CommandGenerator application.
- Debug category 'app' (for Application) added to facilitate
Standard SNMP Applications debugging.
+- The retryCount semantic of CommandGenerator application changed to include
+ solely retries and do not include initial request. Thus, retryCount=1 will
+ now send up to two packets, not just one as it used to be.
- Debugging printout now escapes non-printable characters.
Revision 4.1.13a