14
0
forked from pool/python-pysnmp

Accepting request 416227 from home:mnhauke

- Update to version 4.3.2

OBS-URL: https://build.opensuse.org/request/show/416227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=22
This commit is contained in:
2016-08-07 11:52:14 +00:00
committed by Git OBS Bridge
parent e5eb99e909
commit 55b47a1b94
4 changed files with 52 additions and 5 deletions

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Sun Jul 31 19:14:02 UTC 2016 - mardnh@gmx.de
- Update to version 4.3.2
+ Copyright notice added to non-trivial source code files.
+ SNMP table row consistency check added. This change may break
valid SNMP SET operations on tables if RowStatus column is not
passed at the very end of var-binds.
+ All SNMP counters now incremented via '+= 1' rather than 'x = x + 1'
to simplify their tracking by third-party code.
+ Notification originator examples re-pointed to Notification Receiver
at demo.snmplabs.com.
+ Two more execution observer points added: rfc2576.processIncomingMsg
and rfc3414.processIncomingMsg to give an insignt on security modules
internals.
+ TEXTUAL-CONVENTION's DISPLAY-HINT text formatting reworked for better
performance and encoding accurancy of 'a' and 't' formats.
+ WARNING: security fix to USM - extra user entry clone removed on
incoming message processing. It made USM accepting SNMPv3 TRAPs
from unknown SNMP engine IDs.
+ Fix to snmpInvalidMsgs and snmpUnknownSecurityModels MIB symbols
import at SNMPv3 MP model.
+ Fix to NotificationOriginator to cope with unspecified user callable.
+ Fix to OctetString.prettyOut() to pretty-print Python 3 bytes without
'b' qualifier.
+ Fix to better pysmi import errors handling.
+ Fix to missing next() in Python 2.5 at pysnmp.hlapi
- Update to version 4.3.1
+ Added recursive resolution of ObjectIdentifier values at ObjectType
by converting it to ObjectIdentity.
+ A bunch of convenience shortcuts to rfc1902.ObjectIdentity added
from rfc1902.ObjectType and rfc1902.NotificationType
(.addAsn1MibSource(), .addMibSource(), .loadMibs())
+ When pretty printing indices at rfc1902.ObjectType, quote only strings.
+ SNMP overview and PySNMP hlapi tutorial added to documentation.
+ Fix to __doc__ use in setup.py to make -O0 installation mode working.
+ Fix to ObjectIdentity->ObjectIdentifier attributes handover
+ Fixed crash at oneliner compatibility code on EOM response.
+ Fixed crash in hlapi.transport module.
+ Fixed OID resolution issues that roots at node 0 and 2.
+ Fix to MIB builder to fail gracefully on corrupted MIB package encounter.
+ Fix to docs distribution -- now the are Sphinx-buildable out-of-the-box.
+ Source code re-linted
-------------------------------------------------------------------
Tue Oct 6 10:05:12 UTC 2015 - hpj@urpla.net