Skip to content

Commit

Permalink
Editorial changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
schoenw committed Jul 28, 2009
1 parent 0d7f9dc commit abb67d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Changes in gsnmp 0.3.0:

- support of Unix domain sockets
- cleanup of the library, especially the handling of transport addresses
- improved handling of transport addresses
- error reporting via the GError mechanism

Changes in gsnmp 0.2.0:

- support of RFC 4088 style SNMP URIs
- cleanup of the library, especially the lower layers of the stack
- cleanup of the library of the lower layers of the stack

Overview of gsnmp 0.1.0:

Expand Down
2 changes: 1 addition & 1 deletion src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ static GOptionEntry gsnmp_args[] = {
{ "snmp-retries", 0, 0, G_OPTION_ARG_INT, &gnet_snmp_retries,
"Set the default retries to N", "N" },
{ "snmp-version", 0, 0, G_OPTION_ARG_CALLBACK, opt_version_cb,
"Set the default SNMP version to V", "V" },
"Set the default SNMP version to V (default SNMPv2c)", "V" },
{ "snmp-transport", 0, 0, G_OPTION_ARG_NONE, NULL,
"Set the default SNMP transport domain to T", "T" },
{ NULL },
Expand Down

0 comments on commit abb67d1

Please sign in to comment.