summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-03-17 20:16:36 +0000
committerelie <elie>2014-03-17 20:16:36 +0000
commitd467c46cefcdf0edfeb43e777c8708c4fdc06ab0 (patch)
treef59ffc6c5cae5330da67ce3643496a7b654b2d17 /CHANGES
parenta5c0fbd6e497cc072aac634734ff9b9236fd6a70 (diff)
downloadpysnmp-d467c46cefcdf0edfeb43e777c8708c4fdc06ab0.tar.gz
fix to initialize errorIndex & errorStatus components of the resulting PDU
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fe9db58..4e6450b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -57,6 +57,8 @@ Revision 4.2.6rc0
- Fix to .clone() method of rfc1902.Bits class to make its signature
matching the rest of classes. This may broke code which used to pass
namedValue parameter positionally rather than binding it by name.
+- Fix to PDU translation service (proto.proxy.rfc2576) to make it
+ initializing errorIndex & errorStatus components of the resulting PDU.
Revision 4.2.5
--------------