summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorelie <elie>2013-11-24 10:04:26 +0000
committerelie <elie>2013-11-24 10:04:26 +0000
commite1f034686632afb9863a0f886fe80431c2a1b22f (patch)
tree917d29fbae8cb4f9d75c0126715ed7c8fc36a610 /CHANGES.txt
parentd9e66985f4a971d3f01b4527e8010737bc77801f (diff)
downloadpysnmp-git-e1f034686632afb9863a0f886fe80431c2a1b22f.tar.gz
some more examples on MIB lookup and use at oneliner CommandGenerator added
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 62c50b81..9882a464 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,6 +20,7 @@ Revision 4.2.6rc0
- Example on a single Transport Dispatcher use with multiple SnmpEngine's
in oneliner AsyncCommandGenerator & AsyncNotificationOriginator based
applicatons added.
+- Some more examples on MIB lookup and use at oneliner CommandGenerator added.
- Fix to rfc1902.Bits type to make it accepting hex and binary initializers,
cope with missing bits identifieirs at prettyPrint().
- Memory leak fixed in CommandForwarder examples.