Skip to content

Commit

Permalink
bumped to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c29m committed Jul 5, 2021
1 parent 6793410 commit 7c4ffb9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## master

### 0.5.0

#### Improvements

* Using the `sendmsg` and `recvmsg` family of socket APIs, which allow for connectionless-oriented communication, and do not require the response packets coming from the same host:port pair (which some old SNMP agents do).

#### Bugfixes

* Fixed corruption of authenticated PDUs when performing auth param substitution in the payload, which was reported as causinng decryption error report PDUs being sent back.

### 0.4.2

#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion lib/netsnmp/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NETSNMP
VERSION = "0.4.2"
VERSION = "0.5.0"
end

0 comments on commit 7c4ffb9

Please sign in to comment.