1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
Revision 0.1.6, released 12-02-2016
-----------------------------------
- Fix to __doc__ use in setup.py to make -O0 installation mode working.
- All MIBs rebuilt with pysmi 0.0.7.
Revision 0.1.5, released 28-09-2015
-----------------------------------
- License updated to vanilla BSD 2-Clause to ease package use
(http://opensource.org/licenses/BSD-2-Clause).
- Distribute is gone, switched to setuptools completely.
- The rebuild-pysnmp-mibs tool is gone. PySMI is way better.
- All MIBs rebuilt with PySMI.
- Wheel distribution format now supported.
Revision 0.1.4, released 30-01-2013
-----------------------------------
- UCD-SNMP-MIB added.
- Some of SMIv1 MIB modules added.
- Package meta-information updated.
- Package version is now in __init__.__version__
Revision 0.1.3, released 04-07-2012
-----------------------------------
- MIB modules re-generated with the latest libsmi2pysnmp to get in-sync
with the changed pysnmp core MIB set.
- Explicit pyasn1 dependency now obsolete.
Revision 0.1.2, released 18-11-2011
-----------------------------------
- Missing dependency fixed.
Revision 0.1.1, released 06-11-2011
-----------------------------------
- MIB modules re-generated from text source with Python 3 and updated,
Py3k-compliant, libsmi2pysnmp tool.
- Some new MIBs added.
Revision 0.0.9a
---------------
- Some more IETF MIBs added.
Revision 0.0.8a
---------------
- API versioning mechanics retired (pysnmp_mibs.v4 -> pysnmp_mibs).
- Attempt to use setuptools for package management whenever available.
Revision 0.0.7a
---------------
- MIB modules re-generated from latest text source with improved slightly
fixed libsmi2pysnmp tool.
Revision 0.0.6a
---------------
- MIB modules re-generated from text source with improved smidump and
libsmi2pysnmp tools. Python code now includes huge text fields from
MIB text.
Revision 0.0.5a
---------------
- UNSTABLE ALPHA RELEASE
- MIB modules re-generated from text source with fixed libsmi2pysnmp
tool (0.0.7a)
Revision 0.0.4a
---------------
- UNSTABLE ALPHA RELEASE
- tools/rebuild-pysnmp-mibs shell script implemented aimed
at pysnmp MIB modules re-build automation
- NET-SNMP-* MIBs added
- MIB modules re-generated from text source with newer tools
Revision 0.0.3a
---------------
- UNSTABLE ALPHA RELEASE
- MIB modules re-generated from text source with newer tools
- RFC1213-MIB moved to base MIBs in pysnmp package because
smidump does not translate NetworkAddress of SMIv1 into SMIv2
properly.
Revision 0.0.2a
---------------
- UNSTABLE ALPHA RELEASE
- MIB modules re-generated from text source with newer tools
- SMIv1 modules dropped
Revision 0.0.1a
---------------
- UNSTABLE EARLY ALPHA RELEASE
- Some IETF MIBs compiled into pysnmp SMI modules
|