diff options
author | Micael Karlberg <[email protected]> | 2010-03-03 12:00:00 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-20 08:43:26 +0200 |
commit | 2fe5bce0ff7998ed4dcc833a4ae9b4b5feb450e2 (patch) | |
tree | 123c04445d7b1ad6f8250dd9bb09d471cdf6de1a /lib/snmp/vsn.mk | |
parent | dfd80f7cea795bfb3a35eaea2c0bc98960002aa2 (diff) | |
download | otp-2fe5bce0ff7998ed4dcc833a4ae9b4b5feb450e2.tar.gz otp-2fe5bce0ff7998ed4dcc833a4ae9b4b5feb450e2.tar.bz2 otp-2fe5bce0ff7998ed4dcc833a4ae9b4b5feb450e2.zip |
snmp: Patch erl_1108
OTP-8480 [agent] A minor mnesia related performance improvement.
OTP-8481 [manager] Fixed an upgrade/downgrade problem.
Upgrade/downgrade from/to 4.13.5 did not work for the net-if
process. This has now been fixed
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index c4550d9b44..50c72b33b5 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -17,11 +17,13 @@ # # %CopyrightEnd% -SNMP_VSN = 4.16 +SNMP_VSN = 4.16.1 PRE_VSN = APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)" -TICKETS = \ +TICKETS = OTP-8480 OTP-8481 + +TICKETS_4_16 = \ OTP-8395 \ OTP-8433 \ OTP-8442 |