diff options
author | Micael Karlberg <[email protected]> | 2014-07-23 11:18:44 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2014-07-23 11:18:44 +0200 |
commit | 6b7108315d2cb6d1efca756ae5a7fa882827f49d (patch) | |
tree | e752061a8326761f2c6ca1a8f6bcd6606d22288e /lib/snmp/src/app | |
parent | 059109a20023043aca767b6f208f9c812c42eb20 (diff) | |
parent | 6934c60bfaee278faf28e33b72ce6d99baef94ac (diff) | |
download | otp-maint-r16b02.tar.gz otp-maint-r16b02.tar.bz2 otp-maint-r16b02.zip |
Merge branch 'bmk/snmp/compiler/allow_refinement_of_opaque/OTP-12066' into maint-r16b02maint-r16b02
OTP-12066
Diffstat (limited to 'lib/snmp/src/app')
-rw-r--r-- | lib/snmp/src/app/snmp.appup.src | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/snmp/src/app/snmp.appup.src b/lib/snmp/src/app/snmp.appup.src index 6edcf7e833..9d25b49ccb 100644 --- a/lib/snmp/src/app/snmp.appup.src +++ b/lib/snmp/src/app/snmp.appup.src @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2013. All Rights Reserved. +%% Copyright Ericsson AB 1999-2014. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -29,6 +29,11 @@ %% {add_module, snmpm_net_if_mt} [ + {"4.24.2", + [ + %% Only changes in the compiler + ] + }, {"4.24.1", [ {load_module, snmpa, soft_purge, soft_purge, [snmpa_agent]}, @@ -57,6 +62,11 @@ %% {remove, {snmpm_net_if_mt, soft_purge, soft_purge}} [ + {"4.24.2", + [ + %% Only changes in the compiler + ] + }, {"4.24.1", [ {load_module, snmpa, soft_purge, soft_purge, [snmpa_agent]}, |