summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-04-11 05:46:40 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-04-11 05:46:40 +0000
commit26d8d4d1d2a7a8ebcffc6ff5c6b13495f74dd129 (patch)
tree15bdb6a40ae142e85d0c30789e2d387d3f9b2a84 /Changes
downloadCPAN-Checksums-tarball-master.tar.gz
Diffstat (limited to 'Changes')
-rw-r--r--Changes84
1 files changed, 84 insertions, 0 deletions
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..3759763
--- /dev/null
+++ b/Changes
@@ -0,0 +1,84 @@
+2015-04-11 k <andk@cpan.org>
+
+ * Version 2.10; no functional change
+
+ * 00signature.t: survive recent changes in ExtUtils::MakeMaker (_eumm)
+ and in Module::Signature ($ENV{TEST_SIGNATURE})
+
+ * add repository address to the Makefile.PL
+
+ * add Changes file to the MANIFEST
+
+2014-04-04 k <andk@cpan.org>
+
+ * Version 2.09; no functional change
+
+ * improve test signature.t (Petr Písař)
+
+2011-08-30 Andreas J. Koenig <andk@cpan.org>
+
+ * Version 2.08; no functional change
+
+ * survive newest toolchain that creates a MYMETA.json
+
+2010-11-20 Andreas J. Koenig <andk@cpan.org>
+
+ * Version 2.07; no functional change
+
+ * survive the signature test under bad conditions
+
+2010-10-24 Andreas J. Koenig <andk@cpan.org>
+
+ * Version 2.06
+
+ * add MYMETA.yml to MANIFEST.SKIP
+
+2010-01-23 Andreas J. Koenig <andk@cpan.org>
+
+ * Version 2.05
+
+ * Addressing the test failure in
+ http://www.nntp.perl.org/group/perl.cpan.testers/2010/01/msg6705220.html
+
+2009-09-28 Andreas J. Koenig <andk@cpan.org>
+
+ * Version 2.04
+
+ * Adding a signature verification test. The previous release had two
+ files missing. Signature verification would have notified me.
+
+2009-09-20 Andreas J. Koenig <andk@cpan.org>
+
+ * Version 2.03
+
+ * Adding a Copyright statement. Up to now we only had a license but not
+ the copyright statement which makes it difficult for the reader to
+ understand the license. Thanks to Ryan Niebur for bringing this to my
+ attention.
+
+2008-10-31 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
+
+ * Version 2.02
+
+ * Bugfix: call binmode as a function and at the same time demand a newer
+ IO::File as prereq. (addressing
+ http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2516449.html)
+
+2008-09-03 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
+
+ * Version 2.01
+
+ * add missing binmode() for Windows (courtesy Elliot Shank)
+
+2008-05-17 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
+
+ * Version 2.00
+
+ * empty directories can now also get a checksums file.
+
+ Local Variables:
+ mode: change-log
+ change-log-default-name: "Changes"
+ tab-width: 2
+ left-margin: 2
+ End: