summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-08-19 09:32:43 +0200
committerErlang/OTP <otp@erlang.org>2020-08-19 09:32:43 +0200
commitdfa0f93d8837400052d22f4c8b9b0c305c2d57cb (patch)
treedc3d25fe2004c092ddc4272dede3233644a0dcdf
parentaa3483424022c3ff52a14b9dcb2f4bc3ffd06133 (diff)
downloaderlang-dfa0f93d8837400052d22f4c8b9b0c305c2d57cb.tar.gz
Prepare release
-rw-r--r--lib/snmp/doc/src/notes.xml18
-rw-r--r--lib/snmp/vsn.mk2
-rw-r--r--make/otp_version_tickets2
3 files changed, 19 insertions, 3 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml
index a9e8263827..e584a062e8 100644
--- a/lib/snmp/doc/src/notes.xml
+++ b/lib/snmp/doc/src/notes.xml
@@ -34,7 +34,23 @@
</header>
- <section><title>SNMP 5.5.0.2</title>
+ <section><title>SNMP 5.5.0.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ For agent fix PrivParams for SNMPv3 USM with AES privacy,
+ as earlier fixed for the manager in OTP_16541.</p>
+ <p>
+ Own Id: OTP-15130 Aux Id: ERIERL-524, OTP-16541 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>SNMP 5.5.0.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk
index a94786719f..5023137826 100644
--- a/lib/snmp/vsn.mk
+++ b/lib/snmp/vsn.mk
@@ -19,6 +19,6 @@
# %CopyrightEnd%
APPLICATION = snmp
-SNMP_VSN = 5.5.0.2
+SNMP_VSN = 5.5.0.3
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)"
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index 4028b4e142..304a1504b8 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1,2 +1,2 @@
-OTP-15767
+OTP-15130
OTP-16607