From 7e2d9ae8e32310d56311f11261159f0b8aa512f9 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Fri, 25 Nov 2011 19:37:56 +0100 Subject: Updated appup file and release notes. OTP-9745 --- lib/snmp/doc/src/notes.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'lib/snmp/doc/src') diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index decde4746a..6699387dea 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -32,6 +32,55 @@ notes.xml +
+ SNMP Development Toolkit 4.21.3 +

Version 4.21.3 supports code replacement in runtime from/to + version 4.21.2, 4.21.1, 4.21, 4.20.1, 4.20 and 4.19.

+ +
+ Improvements and new features +

-

+ + + +
+ +
+ Fixed Bugs and Malfunctions + + + + +

[agent] Version 4.20 introduced a change that broke trap + sending from subagents. Due to a bug in the test code, + this was not discovered, until that bug was fixed.

+

Own Id: OTP-9745

+
+ +
+
+ + +
+ Incompatibilities +

-

+
+ +
+ +
SNMP Development Toolkit 4.21.2

Version 4.21.2 supports code replacement in runtime from/to -- cgit v1.2.3 From 337b7e74ea4c338e08ef9c86056c49c6e2203877 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Fri, 25 Nov 2011 20:02:51 +0100 Subject: [agent] When sending an error message (reply) regarding snmpUnknownPDUHandlers, the agent used the wrong OID. OTP-9747 --- lib/snmp/doc/src/notes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/snmp/doc/src') diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 6699387dea..b47007202e 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -69,6 +69,12 @@

Own Id: OTP-9745

+ +

[agent] When sending an error message (reply) regarding + snmpUnknownPDUHandlers, the agent used the wrong OID.

+

Own Id: OTP-9747

+
+
-- cgit v1.2.3 From 18fa98a8089ef47d119c8ca3c6fe3c68e6af31c6 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Fri, 25 Nov 2011 20:26:04 +0100 Subject: [compiler] Improved version info printout from the MIB compiler frontend escript. OTP-9618 --- lib/snmp/doc/src/notes.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lib/snmp/doc/src') diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index b47007202e..9e685174b7 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -39,19 +39,18 @@
Improvements and new features + -
-- cgit v1.2.3 From 091a22dda4448dfbc03f9727bd066e19071b59ba Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Fri, 25 Nov 2011 20:37:42 +0100 Subject: [compiler] Fix the --warnings/--W option parsing in the snmpc wrapper script. The short warning option was incorrectly '--w', instead of as documented '--W'. This has now been corrected. Tuncer Ayaz OTP-9718 --- lib/snmp/doc/src/notes.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'lib/snmp/doc/src') diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 9e685174b7..022c0c81a9 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -74,13 +74,36 @@

Own Id: OTP-9747

+ +

[compiler] Fix the --warnings/--W option parsing in the + snmpc + wrapper (e)script. + The short warning option was incorrectly --w, instead + of as documented --W. This has now been corrected.

+

*** POTENTIAL INCOMPATIBILITY ***

+

Tuncer Ayaz

+

Own Id: OTP-9718

+
+
Incompatibilities + + + + +

[compiler] The short warning option has been changed from + --w to --W to comply with the documentation.

+

Tuncer Ayaz

+

Own Id: OTP-9718

+
+ +
-- cgit v1.2.3