summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorelie <elie>2015-09-19 13:46:22 +0000
committerelie <elie>2015-09-19 13:46:22 +0000
commitb257c84d44e1be5b114cc8a812ca0ab5773e57b2 (patch)
tree21ce8b7d7efdfc959b4fa336802b9fcbb0707203 /CHANGES.txt
parent851e80ae0e04a05c40755d2f5a95d3571f71d64b (diff)
downloadpysnmp-b257c84d44e1be5b114cc8a812ca0ab5773e57b2.tar.gz
- Constraints assignment shortcut added to some base rfc1902 types (Integer,
Integer32, OctetString, Bits). That formally constitutes ASN.1 sub-typing. - Base SNMP types documented
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 69211b4..e50a2a6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -64,6 +64,8 @@ Revision 4.3.0, work in progress
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.
+- Constraints assignment shortcut added to some base rfc1902 types (Integer,
+ Integer32, OctetString, Bits). That formally constitutes ASN.1 sub-typing.
- 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