aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-02-22 10:37:18 +0100
committerMicael Karlberg <[email protected]>2011-02-22 10:37:18 +0100
commit197d6abd8b6efb30c6237133ed08bf379f29cb84 (patch)
tree98fa1af4fdf93262f0078732a2010b6fcd0b32ba /lib/snmp
parentdd99864e18829150951285d3819096e04ebda3de (diff)
downloadotp-197d6abd8b6efb30c6237133ed08bf379f29cb84.tar.gz
otp-197d6abd8b6efb30c6237133ed08bf379f29cb84.tar.bz2
otp-197d6abd8b6efb30c6237133ed08bf379f29cb84.zip
Prep for release: snmp-4.19
Diffstat (limited to 'lib/snmp')
-rw-r--r--lib/snmp/doc/src/notes.xml10
-rw-r--r--lib/snmp/vsn.mk2
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml
index f3bb9d25ea..c42d62f013 100644
--- a/lib/snmp/doc/src/notes.xml
+++ b/lib/snmp/doc/src/notes.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="latin1" ?>
+<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">
<chapter>
@@ -33,8 +33,8 @@
</header>
<section>
- <title>SNMP Development Toolkit 4.18.1</title>
- <p>Version 4.18.1 supports code replacement in runtime from/to
+ <title>SNMP Development Toolkit 4.19</title>
+ <p>Version 4.19 supports code replacement in runtime from/to
version 4.18, 4.17.1 and 4.17.</p>
<section>
@@ -47,7 +47,7 @@
<list type="bulleted">
<item>
<p>[agent] For the table vacmAccessTable,
- when performing the is_set_ok and set opteration(s),
+ when performing the is_set_ok and set operation(s),
all values of the vacmAccessSecurityModel column was
incorrectly translated to <c>any</c>. </p>
<!--
@@ -63,7 +63,7 @@ snmp_view_basec_acm_mib:vacmAccessTable(set, RowIndex, Cols).
<title>Incompatibilities</title>
<p>-</p>
</section>
- </section> <!-- 4.18.1 -->
+ </section> <!-- 4.19 -->
<section>
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk
index 67cc05687d..617f0fce62 100644
--- a/lib/snmp/vsn.mk
+++ b/lib/snmp/vsn.mk
@@ -17,6 +17,6 @@
#
# %CopyrightEnd%
-SNMP_VSN = 4.18.1
+SNMP_VSN = 4.19
PRE_VSN =
APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)"