Tags: pief/python-netsnmpagent
Tags
Release 0.6.0 This release is the first to officially introduce Python 3 support while staying compatible with Python 2.6 and 2.7. It was tested with Python 3.5. Other changes since 0.5.3: - Introduction of the netsnmptestenv Python module - Introduce test cases using nose as testing framework - Fix packaging of examples Please note that by contrast to 0.5.x and earlier releases the license for python-netsnmpagent has changed to the GNU Lesser General Public License (LGPL), version 3.
Release 0.5.2 This release consists of a license change only: python-netsnmpagent is now being licensed under the Lesser GNU Public License (LGPL), version 3. I've decided to relicense python-netsnmpagent under the LGPL instead of the GPL to facilitate integration with LGPL-licensed as well as proprietary software. Ie. using python-netsnmpagent in your proprietary subagent does not mean that you have to license your subagent under python-netsnmpagent's license as well.
Release 0.5.1 This release has no substantial new features but a number of fixes of which the following three are important enough to warrant an update from 0.5.0: - netsnmpagent: Make Table's value() method regard string lengths - netsnmpagent: Drop special string handling in Table's init()/setRowCell() - netsnmpagent: Fix Table's value() cutting off ASN_COUNTER64 table values Other changes include: - Usage of MIB files is now completely optional - threading_agent got a small fix so it works on Python 2.6, too - __version__ got removed, use pkg_resources in your agent yourself to express version dependencies as outlined in 5715e77's commit message. See the included ChangeLog for a detailed list of all changes.
PreviousNext