Skip to content

Commit

Permalink
Release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Feb 8, 2016
1 parent 7047c3e commit 30fb8e0
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
1.4.0pre4 [2016-01-22]
1.4.0 [2016-02-08]
------------------
- JavaScript DNS library: no longer get the DNS servers from deactivated interfaces under windows
- Authentication-Results header: allow also unknown property types to be compliant with RFC 7601
- Authentication-Results header: continue verification if there is no DKIM result in the ARH header
- Authentication-Results header: fixed bug if ARH header exists, but no message authentication was done
- simplified shown error reasons and added advanced option for detailed reasons
- Authentication-Results header: reading of the ARH can now be set for each account
- Authentication-Results header: added option to only trust specific authentication servers
- Authentication-Results header: continue verification if there is no DKIM result in the ARH header
- Authentication-Results header: allow also unknown property types to be compliant with RFC 7601
- Authentication-Results header: fixed bug if ARH header exists, but no message authentication was done
- JavaScript DNS library: no longer get the DNS servers from deactivated interfaces under windows
- libunbound resolver: no longer blocks the UI of Thunderbird
- libunbound resolver: changing preferences no longer needs a restart
- simplified shown error reasons and added advanced option for detailed reasons

1.3.6 [2015-09-13]
------------------
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>dkim_verifier@pl</em:id>
<em:type>2</em:type> <!-- Extensions -->
<em:version>1.4.0pre4</em:version>
<em:version>1.4.0</em:version>

<em:name>DKIM Verifier</em:name>
<em:description>Verifies the DKIM-Signature of an e-mail.</em:description>
Expand Down
2 changes: 1 addition & 1 deletion modules/ARHParser.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Parser for the Authentication-Results header as specified in RFC 7601.
*
* Version: 1.1.0pre2 (21 January 2016)
* Version: 1.1.0 (27 January 2016)
*
* Copyright (c) 2014-2016 Philippe Lieser
*
Expand Down
2 changes: 1 addition & 1 deletion modules/AuthVerifier.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication Verifier.
*
* Version: 1.1.0pre2 (24 January 2016)
* Version: 1.1.0 (26 January 2016)
*
* Copyright (c) 2014-2016 Philippe Lieser
*
Expand Down
2 changes: 1 addition & 1 deletion modules/JSDNS.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Based on Joshua Tauberer's DNS LIBRARY IN JAVASCRIPT
* from "Sender Verification Extension" version 0.9.0.6
*
* Version: 1.1.0pre2 (20 October 2015)
* Version: 1.1.0 (16 November 2015)
*
* Copyright (c) 2013-2015 Philippe Lieser
*
Expand Down
2 changes: 1 addition & 1 deletion modules/libunbound.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Wrapper for the libunbound DNS library. The actual work is done in the
* ChromeWorker libunboundWorker.jsm.
*
* Version: 2.0.0pre2 (22 January 2016)
* Version: 2.0.0 (24 January 2016)
*
* Copyright (c) 2013-2016 Philippe Lieser
*
Expand Down
2 changes: 1 addition & 1 deletion modules/libunboundWorker.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A ChromeWorker wrapper for the libunbound DNS library.
* Currently only the TXT resource record is completely supported.
*
* Version: 1.0.0pre2 (22 January 2016)
* Version: 1.0.0 (24 January 2016)
*
* Copyright (c) 2016 Philippe Lieser
*
Expand Down

0 comments on commit 30fb8e0

Please sign in to comment.