diff options
author | Erlang/OTP <otp@erlang.org> | 2021-04-19 15:25:17 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2021-04-19 15:25:17 +0200 |
commit | 221e41bd32e433f6e08bbfedb013fc49c9aa1283 (patch) | |
tree | d086d8bf6a143ab304f0145257bc8d8377f44d11 /lib/snmp | |
parent | 58f4ca0b08a3c3445cfb894bf4d28148fe9dec0d (diff) | |
download | erlang-221e41bd32e433f6e08bbfedb013fc49c9aa1283.tar.gz |
Prepare release
Diffstat (limited to 'lib/snmp')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/snmp/vsn.mk | 2 |
2 files changed, 17 insertions, 2 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index f8caf6228b..1104beecee 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -34,7 +34,22 @@ </header> - <section><title>SNMP 5.8</title> + <section><title>SNMP 5.8.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Removed deprecated functions marked for removal.</p> + <p> + Own Id: OTP-17049</p> + </item> + </list> + </section> + +</section> + +<section><title>SNMP 5.8</title> <section><title>Improvements and New Features</title> <list> diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index 102de54127..a56e1b9574 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 5.8 +SNMP_VSN = 5.8.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" |