summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2009-09-05 15:23:44 +0000
committerelie <elie>2009-09-05 15:23:44 +0000
commit8027a43b52d8bcdfc4b48503b6ce9f518283819e (patch)
treefcce222fee1ec0b03e61b69c973118d33240deae
parent8ff69d259701248ca38380b0eb43d3e3aae88c25 (diff)
downloadpysnmp-8027a43b52d8bcdfc4b48503b6ce9f518283819e.tar.gz
updated
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 539bd31..d5333ce 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,12 @@
Revision 4.1.12a
----------------
-- API versioning mechanics retired (pysnmp.v4 -> pysnmp).
+- API versioning retired (pysnmp.v4 -> pysnmp).
- MIB loading mechanics re-designed to allow ZIP import.
-- Attempt to use setuptools for package management whenever available.
+- MIB loader supports code objects (py[co])
+- Installer now uses setuptools for package management whenever available.
- The libsmi2pysnmp tool improved to build constraints of more than
- 256 items (Python has a limit on the number of function params).
+ 256 items (Python has a limit on the number of function params).
Revision 4.1.11a
----------------