From ca63da8646adc2eeb514d6f19943bda9deaf7b39 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Wed, 7 Dec 2011 15:56:14 +0100 Subject: [snmp/agent] Removed use of old style tuple funs OTP-9783 --- lib/snmp/doc/src/notes.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'lib/snmp/doc') diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 022c0c81a9..0f769bd2f7 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -32,6 +32,64 @@ notes.xml +
+ SNMP Development Toolkit 4.22 +

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

+ +
+ Improvements and new features + + + + +

[agent] Removed use of old style tuple funs.

+

Own Id: OTP-9779

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

-

+ + + +
+ + +
+ Incompatibilities +

-

+ + + +
+ +
+ +
SNMP Development Toolkit 4.21.3

Version 4.21.3 supports code replacement in runtime from/to -- cgit v1.2.3 From 573d208445fe20cf14f21899fc8e10101a5c3dd0 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Thu, 5 Jan 2012 18:29:13 +0100 Subject: [snmp/agent] Changed version Assigned new version, 4.21.5 instedad of 4.22, for app. This version is more in line with the change. Updated release notes and appup accordingly. OTP-9783 --- lib/snmp/doc/src/notes.xml | 67 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 62 insertions(+), 5 deletions(-) (limited to 'lib/snmp/doc') diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 0f769bd2f7..0dc0e5dc79 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -33,9 +33,9 @@

- SNMP Development Toolkit 4.22 -

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

+ SNMP Development Toolkit 4.21.5 +

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

Improvements and new features @@ -45,7 +45,7 @@ -

[agent] Removed use of old style tuple funs.

+

[agent] Removed (more) use of old style tuple funs.

Own Id: OTP-9779

@@ -87,7 +87,64 @@
-
+
+ + +
+ SNMP Development Toolkit 4.21.4 +

This version has never been released for R14B.

+

Version 4.21.4 supports code replacement in runtime from/to + version 4.21.3, 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] Removed use of old style tuple funs.

+

Own Id: OTP-9779

+
+ +
+
+ +
+ Incompatibilities +

-

+ + + +
+ +
-- cgit v1.2.3 From f3423d1004cab33f64416cafacd98eed71bf8b99 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Thu, 12 Jan 2012 12:38:36 +0100 Subject: [snmp/agent] Updated release notes OTP-9851 --- lib/snmp/doc/src/notes.xml | 122 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 121 insertions(+), 1 deletion(-) (limited to 'lib/snmp/doc') diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 022c0c81a9..2b3140ad4f 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -4,7 +4,7 @@
- 19962011 + 19962012 Ericsson AB. All Rights Reserved. @@ -32,6 +32,126 @@ notes.xml
+
+ SNMP Development Toolkit 4.21.5 +

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

+ +
+ Improvements and new features +

-

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

[agent] Repeated vacm table dumping fails due to file name + conflict. When dumping the vacm table to disk, a temoporary + file with a fixed name was used. If the table dumping + (snmpa_vacm:dump_table/0) was initiated from several different + processes in rapid succesion, the dumping could fail because the + different processes was simultaniously trying to write to the + same file. This problem has been eliminated by creating a unique + name for the temporary file.

+

Own Id: OTP-9851

+

Aux Id: Seq 11980

+
+ +
+
+ +
+ Incompatibilities +

-

+ + + +
+ +
+ + +
+ SNMP Development Toolkit 4.21.4 +

Version 4.21.4 supports code replacement in runtime from/to + version 4.21.3, 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] Removed use of old style tuple funs.

+

Own Id: OTP-9779

+
+ +
+
+ +
+ Incompatibilities +

-

+ + + +
+ +
+ +
SNMP Development Toolkit 4.21.3

Version 4.21.3 supports code replacement in runtime from/to -- cgit v1.2.3 From 3ed3e64fb9a2b9227ce8d8c9f47f7f324d46690f Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Mon, 16 Jan 2012 11:54:30 +0100 Subject: [snmp] Fixed release notes. Used wrong ticket number OTP-9783 --- lib/snmp/doc/src/notes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/snmp/doc') diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index ac832dc381..3edd78c00a 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -46,7 +46,7 @@

[agent] Removed (more) use of old style tuple funs.

-

Own Id: OTP-9779

+

Own Id: OTP-9783

-- cgit v1.2.3