summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-18 00:17:40 +0200
committerIlya Etingof <etingof@gmail.com>2017-10-18 00:17:40 +0200
commit7926d10748b17d2c63a3183e28bf5f93cf781bdc (patch)
tree525ac480be1958efe6bc80e08e366a8f19889806
parent78ee2edfce79524cc903e6f9569caf4820f7ef90 (diff)
downloadpysnmp-git-7926d10748b17d2c63a3183e28bf5f93cf781bdc.tar.gz
note fixed error
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 54038bf0..9d4da5ca 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,8 @@ Revision 4.4.1, released 2017-10-XX
- Fixed ObjectIdentifier-into-ObjectIdentity casting at
rfc1902.ObjectType MIB resolution harness
- Fixed NetworkAddress object handling in SNMP table indices
+- Fixed MIB lookup by module:object.indices MIB object with
+ InetAddressIPv{4,6} objects being in the index
Revision 4.3.10, released 2017-10-06
------------------------------------