diff options
Diffstat (limited to 'lib/snmp')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 10 | ||||
-rw-r--r-- | lib/snmp/vsn.mk | 2 |
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)" |