summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-08-03 20:03:11 +0000
committerelie <elie>2013-08-03 20:03:11 +0000
commit0e865e60133db95c0870cd2a91127f8ff374a2b0 (patch)
treeb9162c5d088670978f50718196f8bc5fad579c32 /CHANGES
parent9c6ace6277926ae6213f574ceba59db92d39ef0c (diff)
downloadpysnmp-0e865e60133db95c0870cd2a91127f8ff374a2b0.tar.gz
fix to SnmpAdminString, SnmpTagList, SnmpTagValue types to make them
supporting UTF-8 initializers.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e830313..2ce1f26 100644
--- a/CHANGES
+++ b/CHANGES
@@ -94,6 +94,8 @@ Revision 4.2.5rc2
- Break cyclic references at CommandResponder and NotificationReceiver apps
through close() method.
- Fix to octet string typing at 3DES codec (used to throw an exception).
+- Fix to SnmpAdminString, SnmpTagList, SnmpTagValue types to make them
+ supporting UTF-8 initializers.
- Typos fixed in error-status constants at CommandResponder
- Missing import added to oneliner auth module.
- Cosmetic changes to v3arch example scripts.