Skip to content

Commit 7dd4535

Browse files
committed
Release version 1.3.5
1 parent 685c892 commit 7dd4535

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.3.5 [2015-07-11]
2+
------------------
3+
- fixed bug if a header field body started with a ":"
4+
15
1.3.4 [2015-06-21]
26
------------------
37
- added compatibility for Thunderbird 40

Diff for: install.rdf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description about="urn:mozilla:install-manifest">
77
<em:id>dkim_verifier@pl</em:id>
88
<em:type>2</em:type> <!-- Extensions -->
9-
<em:version>1.4.0pre1</em:version>
9+
<em:version>1.3.5</em:version>
1010

1111
<em:name>DKIM Verifier</em:name>
1212
<em:description>Verifies the DKIM-Signature of an e-mail.</em:description>

Diff for: modules/dkimVerifier.jsm

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Verifies the DKIM-Signatures as specified in RFC 6376
55
* http://tools.ietf.org/html/rfc6376
66
*
7-
* Version: 2.1.0pre1 (08 July 2015)
7+
* Version: 2.1.0 (08 July 2015)
88
*
99
* Copyright (c) 2013-2015 Philippe Lieser
1010
*
@@ -31,7 +31,7 @@
3131
/* global dkimStrings, addrIsInDomain2, domainIsInDomain, exceptionToStr, stringEndsWith, stringEqual, writeStringToTmpFile, DKIM_SigError, DKIM_InternalError */
3232
/* exported EXPORTED_SYMBOLS, Verifier */
3333

34-
const module_version = "2.1.0pre1";
34+
const module_version = "2.1.0";
3535

3636
var EXPORTED_SYMBOLS = [
3737
"Verifier"

0 commit comments

Comments
 (0)