summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2014-03-15 09:38:49 +0000
committerelie <elie>2014-03-15 09:38:49 +0000
commitf7fc6ef8fecf692d3e064f3e63a6180e1f365ab2 (patch)
tree271f3d1ec8fac4abd6b1db6fde60fcc6bfbfac45 /CHANGES
parent6aebb5c3b87b272b1be51461460187044af1c423 (diff)
downloadpysnmp-f7fc6ef8fecf692d3e064f3e63a6180e1f365ab2.tar.gz
fix to rfc1902.OctetString & Bits to base them on OctetString class to
make the 'fixed length' property working.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dc6e520..99f6926 100644
--- a/CHANGES
+++ b/CHANGES
@@ -50,6 +50,10 @@ Revision 4.2.6rc0
- Fix to CommandGenerator to make sendRequestHandle persistent across
multiple iterations of GETNEXT/GETBULK queries.
- Fix to sendNotification() error handling at NotificationOriginator.
+- Fix to preserve possible 'fixed length' setting atrfc1902.OctetString
+ on clone()'ing and subtype()'ing.
+- Fix to rfc1902.OctetString & Bits to base them on OctetString class to
+ make the 'fixed length' property working.
Revision 4.2.5
--------------