Skip to content

Commit

Permalink
v4.25.9p4, Update the release notes about #207
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Nov 17, 2020
1 parent 1b013e9 commit 80212d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ RELEASE NOTES for Ruby version of Sisimai
- releases: "https://github.com/sisimai/rb-sisimai/releases"
- download: "https://rubygems.org/gems/sisimai"

v4.25.9p2
v4.25.9p4
--------------------------------------------------------------------------------
- release: ""
- version: ""
- changes:
- `Sisimai::Lhost::Exim` and `Sisimai::Lhost::X3` improvement
- #205 Code improvement for `Source-IP` field on `Sisimai::ARF`
- #205 Code improvement for `Source-IP` field on `Sisimai::ARF`
- #207 Updates for DMARC and SPF related errors
- The value of `reason` rejected due to DMARC policy is `policyviolation`
- The value of `reason` rejected due to no SPF record is `rejected`
- Add some sample emails related to above into set-of-emails/

v4.25.9
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/sisimai/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Define the version number of Sisimai
module Sisimai
VERSION = '4.25.9p3'.freeze
VERSION = '4.25.9p4'.freeze
end

0 comments on commit 80212d8

Please sign in to comment.