summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorelie <elie>2015-11-08 21:22:14 +0000
committerelie <elie>2015-11-08 21:22:14 +0000
commit6a25feb720accb9a6281b5ec84a1df4bab4bc6b8 (patch)
tree0041ba142d39d686f970a1a67ff336af592111b2 /CHANGES.txt
parent55cf4737ff70a21fe963529d087e449d9104f93e (diff)
downloadpysnmp-git-6a25feb720accb9a6281b5ec84a1df4bab4bc6b8.tar.gz
SNMP overview and PySNMP hlapi tutorial added to documentation
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f3628e01..96d3b490 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,7 @@ Repository `tarball download <http://pysnmp.cvs.sourceforge.net/viewvc/pysnmp/py
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.