Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Apr 19, 2018
1 parent 511e151 commit 172cefb
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 41 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.0pre4 [2018-04-01]
2.0.0 [2018-04-19]
------------------
- now requires at least Thunderbird 52
- added toolbar button and menuitem for sign rules
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>2.0.0pre4</em:version>
<em:version>2.0.0</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,7 +3,7 @@
*
* Parser for the Authentication-Results header as specified in RFC 7601.
*
* Version: 1.2.0pre1 (31 March 2018)
* Version: 1.2.0 (01 April 2018)
*
* Copyright (c) 2014-2018 Philippe Lieser
*
Expand All @@ -21,7 +21,7 @@
"use strict";

// @ts-ignore
const module_version = "1.1.1";
const module_version = "1.2.0";

var EXPORTED_SYMBOLS = [
"ARHParser"
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.4.0pre1 (14 November 2017)
* Version: 1.4.0 (28 January 2018)
*
* Copyright (c) 2014-2017 Philippe Lieser
* Copyright (c) 2014-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand All @@ -22,7 +22,7 @@
"use strict";

// @ts-ignore
const module_version = "1.4.0pre1";
const module_version = "1.4.0";

var EXPORTED_SYMBOLS = [
"AuthVerifier"
Expand Down
6 changes: 3 additions & 3 deletions modules/DNSWrapper.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* - JSDNS.jsm
* - libunbound.jsm
*
* Version: 2.3.0pre1 (14 November 2017)
* Version: 2.3.0 (28 January 2018)
*
* Copyright (c) 2013-2017 Philippe Lieser
* Copyright (c) 2013-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand All @@ -23,7 +23,7 @@
"use strict";

// @ts-ignore
const module_version = "2.3.0pre1";
const module_version = "2.3.0";

var EXPORTED_SYMBOLS = [
"DNS"
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.4.0pre1 (28 January 2018)
* Version: 1.4.0 (01 April 2018)
*
* Copyright (c) 2013-2018 Philippe Lieser
*
Expand Down
6 changes: 3 additions & 3 deletions modules/MsgReader.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*
* Reads and parses a message.
*
* Version: 2.1.0pre1 (14 November 2017)
* Version: 2.1.0 (02 January 2018)
*
* Copyright (c) 2014-2017 Philippe Lieser
* Copyright (c) 2014-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand All @@ -22,7 +22,7 @@
"use strict";

// @ts-ignore
const module_version = "2.1.0pre1";
const module_version = "2.1.0";

var EXPORTED_SYMBOLS = [
"MsgReader"
Expand Down
4 changes: 2 additions & 2 deletions modules/SQLiteTreeView.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*
* Implements a nsITreeView for a SQLite DB table.
*
* Version: 1.1.0pre1 (31 March 2018)
* Version: 1.1.0 (31 March 2018)
*
* Copyright (c) 2013-2017 Philippe Lieser
* Copyright (c) 2013-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand Down
6 changes: 3 additions & 3 deletions modules/dkimDMARC.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*
* This module is NOT conform to DMARC.
*
* Version: 1.1.0pre1 (14 November 2017)
* Version: 1.1.0 (28 January 2018)
*
* Copyright (c) 2014-2017 Philippe Lieser
* Copyright (c) 2014-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand All @@ -24,7 +24,7 @@
/* exported EXPORTED_SYMBOLS, DMARC */

// @ts-ignore
const module_version = "1.1.0pre1";
const module_version = "1.1.0";

var EXPORTED_SYMBOLS = [
"DMARC"
Expand Down
6 changes: 3 additions & 3 deletions modules/dkimKey.jsm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* dkimKey.jsm
*
* Version: 1.2.0pre1 (14 November 2017)
* Version: 1.2.0 (28 January 2018)
*
* Copyright (c) 2013-2017 Philippe Lieser
* Copyright (c) 2013-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand All @@ -19,7 +19,7 @@
/* exported EXPORTED_SYMBOLS, Key */

// @ts-ignore
const module_version = "1.2.0pre1";
const module_version = "1.2.0";

var EXPORTED_SYMBOLS = [
"Key"
Expand Down
6 changes: 3 additions & 3 deletions modules/dkimPolicy.jsm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* dkimPolicy.jsm
*
* Version: 1.4.0pre1 (31 March 2018)
* Version: 1.4.0 (01 April 2018)
*
* Copyright (c) 2013-2017 Philippe Lieser
* Copyright (c) 2013-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand All @@ -19,7 +19,7 @@
/* exported EXPORTED_SYMBOLS, Policy */

// @ts-ignore
const module_version = "1.4.0pre1";
const module_version = "1.4.0";

var EXPORTED_SYMBOLS = [
"Policy"
Expand Down
6 changes: 3 additions & 3 deletions modules/dkimVerifier.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* Verifies the DKIM-Signatures as specified in RFC 6376
* http://tools.ietf.org/html/rfc6376
*
* Version: 2.2.0pre1 (14 November 2017)
* Version: 2.2.0 (01 April 2018)
*
* Copyright (c) 2013-2017 Philippe Lieser
* Copyright (c) 2013-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand All @@ -31,7 +31,7 @@
/* exported EXPORTED_SYMBOLS, Verifier */

// @ts-ignore
const module_version = "2.2.0pre1";
const module_version = "2.2.0";

var EXPORTED_SYMBOLS = [
"Verifier"
Expand Down
10 changes: 3 additions & 7 deletions modules/helper.jsm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* helper.jsm
*
* Version: 2.0.0pre1 (30 December 2017)
* Version: 2.0.0 (01 April 2018)
*
* Copyright (c) 2013-2017 Philippe Lieser
* Copyright (c) 2013-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand Down Expand Up @@ -299,7 +299,7 @@ function stringEqual(str1, str2) {
* try to get string from stringbundle
*
* @param {Stringbundle} stringbundle
* @param {String} name
* @param {string|undefined} name
*
* @return {String|null}
*/
Expand Down Expand Up @@ -388,8 +388,6 @@ class DKIM_SigError extends Error {
*
* @param {String} errorType
* @param {any[]} [errorStrParams]
*
* @return {DKIM_SigError}
*/
constructor(errorType, errorStrParams = []) {
super(tryGetFormattedString(dkimStrings, errorType, errorStrParams) ||
Expand All @@ -413,8 +411,6 @@ class DKIM_InternalError extends Error {
*
* @param {String|null} [message]
* @param {String} [errorType]
*
* @return {DKIM_InternalError}
*/
constructor(message, errorType) {
super(message ||
Expand Down
6 changes: 3 additions & 3 deletions modules/libunbound.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* Wrapper for the libunbound DNS library. The actual work is done in the
* ChromeWorker libunboundWorker.jsm.
*
* Version: 2.2.0pre1 (14 November 2017)
* Version: 2.2.0 (02 January 2018)
*
* Copyright (c) 2013-2017 Philippe Lieser
* Copyright (c) 2013-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand All @@ -22,7 +22,7 @@
"use strict";

// @ts-ignore
const module_version = "2.2.0pre1";
const module_version = "2.2.0";

var EXPORTED_SYMBOLS = [
"libunbound"
Expand Down
4 changes: 2 additions & 2 deletions modules/libunboundWorker.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* A ChromeWorker wrapper for the libunbound DNS library.
* Currently only the TXT resource record is completely supported.
*
* Version: 2.0.1pre1 (03 December 2017)
* Version: 2.0.1 (02 January 2018)
*
* Copyright (c) 2016-2017 Philippe Lieser
* Copyright (c) 2016-2018 Philippe Lieser
*
* This software is licensed under the terms of the MIT License.
*
Expand Down
2 changes: 1 addition & 1 deletion modules/logging.jsm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* logging.jsm
*
* Version: 1.1.0pre1 (19 November 2017)
* Version: 1.1.0 (31 December 2017)
*
* Copyright (c) 2013-2017 Philippe Lieser
*
Expand Down

0 comments on commit 172cefb

Please sign in to comment.