summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorelie <elie>2014-03-15 09:38:49 +0000
committerelie <elie>2014-03-15 09:38:49 +0000
commitfae15cea551cc56345f5cffaf1d1fb69fc070cdd (patch)
tree22dbb7492711eba3cb215cd028115d9b4624c729 /CHANGES.txt
parent3fc5ef5c9dc4e2a34e02adccd8be6441f7f316dc (diff)
downloadpysnmp-git-fae15cea551cc56345f5cffaf1d1fb69fc070cdd.tar.gz
fix to rfc1902.OctetString & Bits to base them on OctetString class to
make the 'fixed length' property working.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dc6e5207..99f6926d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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
--------------