aboutsummaryrefslogtreecommitdiff
path: root/Changes
blob: f22ba3f868393c40ca7b2d7738e090eae7000b74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Revision history for Perl module Mail::Run::Crypt

This project began life as a monolithic Perl script. It does much the
same thing now but it's refactored out into an application and a module.

0.10 2017-12-04

 - Switch to translatable shebang for binscript

0.09 2017-10-27

 - Use warn/die as appropriate, rather than carp/croak.

0.08 2017-10-23

 - Some more tests, but still no proper mockup behaviour.

0.07 2017-10-18

 - Expand test suite a little more to test that encrypt-and-sign mode
   objects are created correctly, and that both key ID and passphrase
   have to be provided for the object to build.

0.06 2017-10-18

 - Expand test suite's test of constructed object's state. Much more
   work is still needed as I figure out how to mock up the object
   interfaces required without spraying email everywhere or requiring
   system commands to be run.

0.05 2017-10-15

 - Backport to Perl v5.8.1

0.04 2017-10-14

 - Another documentation fix

0.03 2017-10-14

 - Several more documentation fixes

0.02 2017-10-14

 - Lots of documentation fixes and reformatting

0.01 2017-10-05

 - First perlmodded release, refactoring and rewriting much older code.