diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e956af5a..271cb546 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +1.3.3 [2015-03-21] +------------------ + - fixed bug in the sorting of the results of multiple DKIM signatures + 1.3.2 [2015-02-21] ------------------ - updated default sign rules diff --git a/LICENSE.txt b/LICENSE.txt index b80bca79..ceb18cb1 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2014 Philippe Lieser +Copyright (c) 2013-2015 Philippe Lieser Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/install.rdf b/install.rdf index 6c415fca..6a8b9d46 100644 --- a/install.rdf +++ b/install.rdf @@ -6,7 +6,7 @@ dkim_verifier@pl 2 - 1.3.2 + 1.3.3 DKIM Verifier Verifies the DKIM-Signature of an e-mail. diff --git a/modules/AuthVerifier.jsm b/modules/AuthVerifier.jsm index 631933cf..27968245 100644 --- a/modules/AuthVerifier.jsm +++ b/modules/AuthVerifier.jsm @@ -22,7 +22,7 @@ "use strict"; -const module_version = "1.0.0"; +const module_version = "1.0.1"; var EXPORTED_SYMBOLS = [ "AuthVerifier"