Skip to content

Commit

Permalink
Pre-release version 1.5.0pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Apr 24, 2016
1 parent 70ce8fd commit 8e0884b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
1.5.0pre1 [2016-03-16]
1.5.0pre2 [2016-04-24]
------------------
- added option to enable/disable DKIM verification for each account
- JavaScript DNS library: added support to use a proxy
- fixed installing problem if extensions.getAddons.cache.enabled is set to false (https://bugzilla.mozilla.org/show_bug.cgi?id=1187725)

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.5.0pre1</em:version>
<em:version>1.5.0pre2</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/AuthVerifier.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication Verifier.
*
* Version: 1.1.1 (13 February 2016)
* Version: 1.2.0pre1 (24 April 2016)
*
* Copyright (c) 2014-2016 Philippe Lieser
*
Expand All @@ -22,7 +22,7 @@

"use strict";

const module_version = "1.1.1";
const module_version = "1.2.0";

var EXPORTED_SYMBOLS = [
"AuthVerifier"
Expand Down

0 comments on commit 8e0884b

Please sign in to comment.