aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-07-18 15:27:17 +0200
committerMicael Karlberg <[email protected]>2011-07-18 15:27:17 +0200
commitfc26533846df044af302e5f27363cb8025fa7151 (patch)
tree67ffc59080f8d6853f8087b4962fb404b463a6c7 /lib/snmp/src
parentcac2257eeee2158fc0348913a7551fd947f40787 (diff)
downloadotp-fc26533846df044af302e5f27363cb8025fa7151.tar.gz
otp-fc26533846df044af302e5f27363cb8025fa7151.tar.bz2
otp-fc26533846df044af302e5f27363cb8025fa7151.zip
[compiler] Make documentation for the snmpc escript
regarding the the new option for warnings as errors ("--wae" in this case). Tuncer Ayaz. OTP-9437
Diffstat (limited to 'lib/snmp/src')
-rw-r--r--lib/snmp/src/app/snmp.appup.src8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/snmp/src/app/snmp.appup.src b/lib/snmp/src/app/snmp.appup.src
index 9d10db67a1..e4fce0e834 100644
--- a/lib/snmp/src/app/snmp.appup.src
+++ b/lib/snmp/src/app/snmp.appup.src
@@ -22,6 +22,10 @@
%% ----- U p g r a d e -------------------------------------------------------
[
+ {"4.20.1",
+ [
+ ]
+ },
{"4.20",
[
{load_module, snmp_target_mib, soft_purge, soft_purge, []},
@@ -115,6 +119,10 @@
%% ------D o w n g r a d e ---------------------------------------------------
[
+ {"4.20.1",
+ [
+ ]
+ },
{"4.20",
[
{load_module, snmp_target_mib, soft_purge, soft_purge, []},