Skip to content

Commit

Permalink
Pre-release version 1.4.0pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Jan 21, 2016
1 parent 926bf3b commit efab92f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
1.4.0pre2 [2015-11-17]
1.4.0pre3 [2016-01-21]
------------------
- 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

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.0pre2</em:version>
<em:version>1.4.0pre3</em:version>

<em:name>DKIM Verifier</em:name>
<em:description>Verifies the DKIM-Signature of an e-mail.</em:description>
Expand Down
4 changes: 2 additions & 2 deletions modules/ARHParser.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*
* Parser for the Authentication-Results header as specified in RFC 7601.
*
* Version: 1.1.0pre1 (16 November 2015)
* Version: 1.1.0pre2 (21 January 2016)
*
* Copyright (c) 2014 Philippe Lieser
* Copyright (c) 2014-2016 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand Down
6 changes: 3 additions & 3 deletions modules/AuthVerifier.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*
* Authentication Verifier.
*
* Version: 1.0.1 (10 December 2014)
* Version: 1.1.0pre1 (21 January 2016)
*
* Copyright (c) 2014 Philippe Lieser
* Copyright (c) 2014-2016 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand All @@ -22,7 +22,7 @@

"use strict";

const module_version = "1.0.1";
const module_version = "1.1.0";

var EXPORTED_SYMBOLS = [
"AuthVerifier"
Expand Down

0 comments on commit efab92f

Please sign in to comment.