summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2015-01-01 11:45:34 +0000
committerelie <elie>2015-01-01 11:45:34 +0000
commit497c6bb78acf1ff357d2cd915a1fa129868fddd5 (patch)
tree3042ad8eb61914c8c3bb64909e49492908b88d06 /CHANGES
parent16dbdefb16dbabbc3d9edb0c16d57e09a22d62a1 (diff)
downloadpysnmp-497c6bb78acf1ff357d2cd915a1fa129868fddd5.tar.gz
oneliner GETBULK Command Generator now strips possible excessive OIDs
off the bottom of returned var-binds table
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 06b4957..034d18f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,8 @@ Revision 4.2.6rc0
rebuilt on top of these new optimized versions keeping all the legacy
for compatibility reasons. These classes no more keep references to
SnmpEngine what makes them reusable with many SnmpEngine class instances.
+- Oneliner GETBULK Command Generator now strips possible excessive OIDs
+ off the bottom of returned var-binds table.
- Built-in debugging is now based on Python logging module.
- Example on a single Transport Dispatcher use with multiple SnmpEngine's
in oneliner AsyncCommandGenerator & AsyncNotificationOriginator based