summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--README3
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1fa6c03..d8ec0fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
Revision 4.1.11a
----------------
+- Twisted integration implemented.
- Let NotificationReceiver and CommandResponder Apps browsing request details
(transport information at the moment) at SNMP engine.
- Fix to config.addV1System() to allow multiple systems to co-exist in LCD.
@@ -22,6 +23,7 @@ Revision 4.1.11a
NotificationGroup
- Fix to MibScalarInstance value setting logic - previous code failed
when modifying the same OID multiple times within a single SET operation.
+- Minor usability improvements to tools/build-pysnmp-mib.
- Made MIB objects unexport feature operational.
Revision 4.1.10a
diff --git a/README b/README
index d920a77..33b5066 100644
--- a/README
+++ b/README
@@ -16,7 +16,8 @@ FEATURES
* Complete SNMP entity implementation
* Extensible network transports framework (UDP and UNIX domain implemented)
* Asynchronous socket-based IO API support
-* 100% Python, works with Python 1.5 and later
+* Twisted (http://twistedmatrix.com) integration
+* 100% Python, works with Python 1.5 though 2.x
* MT-safe
Features, specific to SNMPv3 model include: