summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dd86b589..96fed964 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Revision 4.4.6, released 2018-08-XX
+Revision 4.4.6, released 2018-09-13
-----------------------------------
- Improved package build and dependency tracking
@@ -9,6 +9,10 @@ Revision 4.4.6, released 2018-08-XX
would fail.
- Fix to tolerate possible duplicate enumerations in `Bits` and `Integer`
SMI types.
+- Fix to tolerate non-initialised entries in SNMP community table. Once a
+ bad entry sneaked into the SNMP community table, all the subsequent
+ SNMP v1/v2c operations failed. The fix ignores incomplete SNMP community
+ table entries in the course of building indices.
Revision 4.4.5, released 2018-08-05
-----------------------------------