From 37e14c395a0d3621d65552b3954856d1cbeaed9a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2016 09:36:54 +0200 Subject: Prepare release --- lib/snmp/doc/src/notes.xml | 30 +++++++++++++++++++++++++++++- lib/snmp/vsn.mk | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) (limited to 'lib/snmp') diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 0f5c35b300..3323d32878 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -34,7 +34,35 @@ -
SNMP 5.2.3 +
SNMP 5.2.4 + +
Fixed Bugs and Malfunctions + + +

Correct bugs when path to mib or idl spec files + contains UTF-8 characters.

+

+ Own Id: OTP-13718 Aux Id: ERL-179

+
+
+
+ + +
Improvements and New Features + + +

+ Solves snmp config string handling as reported by ERL-164 + and solved by PR-1100

+

+ Own Id: OTP-13706

+
+
+
+ +
+ +
SNMP 5.2.3
Improvements and New Features diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index f95b428290..28eba0d0d6 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 5.2.3 +SNMP_VSN = 5.2.4 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" -- cgit v1.2.3