summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2011-12-15 14:51:16 +0000
committerelie <elie>2011-12-15 14:51:16 +0000
commitbbc7cf1e29b5fb30a912731226c673557c00fe1a (patch)
tree3ce0499ecb7e46e4104e6ef363e62660d513d36f
parentff330ce783fc99987a44efa44124b78534b0e406 (diff)
downloadpysnmp-bbc7cf1e29b5fb30a912731226c673557c00fe1a.tar.gz
updated
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0372129..841b038 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,8 +27,8 @@ Revision 4.2.2
of peers configured.
- Fix to SnmpEngineID value autogeneration (used to fail on Mac).
- SNMPv2-SMI.ObjectType.__repr__() fixed to do a repr() on its components.
-- All SNMPv2-SMI.MibNode-based objects, once built into a tree, will carry
- an embedded label symbol.
+- All SNMPv2-SMI.MibNode-based objects, once exported to a mibBuilder, will
+ carry an embedded label symbol.
- Exlicit repr() calls replaced with '%r'
- Fix to error processing at GETNEXT & GETBULK apps response handlers.