1Revision history for Perl extension Email::MIME::ContentType
2
31.026     2021-01-10 15:31:45-05:00 America/New_York
4        - don't use more memory than necessary to store parts of an encoded
5          parameter (thanks, Pali)
6
71.024     2020-05-24 10:19:20-04:00 America/New_York
8        - no changes since stable release
9
101.023     2020-05-09 14:51:41-04:00 America/New_York (TRIAL RELEASE)
11        - All of this release is thanks to Pali Rohár, who suffered through a
12          long period of waiting while RJBS, the maintainer, let the module
13          languish.  Thank you for your patience, Pali and everybody else.
14
15        - silence an uninitalized value warning
16        - avoid allowing non-Latin digits in numbers
17        - add new functions build_content_type() and build_content_disposition
18
191.022     2017-08-31 09:16:58-04:00 America/New_York
20        - add parse_content_disposition (thanks, Pali Rohár)
21
221.021     2017-08-02 19:35:56-04:00 America/New_York
23        - reject non-ASCII and control characters in strict mode (thanks, Pali
24          Rohár)
25
261.020     2017-07-25 12:39:31-04:00 America/New_York
27        - unbreak Email::MIME (which violates encapsulation (again))
28        - eliminate some @_ / $_ confusion
29
301.019     2017-07-06 16:06:19-04:00 America/New_York (TRIAL RELEASE)
31        - better parsing all around, thanks to Pali Rohár:
32        - support for RFC 2231 (character set and parameter continuations)
33        - support for RFC 2822 comments
34        - we only Carp if header-parsing fails now
35        - we're more lenient in dealing with spaces around tokens
36
371.018     2015-04-07 19:46:00-04:00 America/New_York
38        - cope with space between "=" and parameter values, like:
39          charset= "utf-8"
40
411.017     2013-08-10 23:19:14 America/New_York
42        - make $STRICT_PARAMS actually work! (thanks, Matthew Green!)
43          [rt.cpan.org #87460]
44
451.016     2013-08-10 23:14:42 America/New_York
46        - correct the longstanding and embarrassing misuse of "discrete" and
47          "composite" to mean "type" and "subtype"; the returned data still
48          contains the wrong old names so your code shouldn't break
49
50        - repackage to update bugtracker, repo, etc.
51
521.015     2009-01-22
53        - add repo metadata
54
551.014     2007-03-22
56        - packaging improvements
57
581.013     2007-03-20
59        - fix significantly broken SYNOPSIS
60
611.012     2006-11-25
62        - allow carp-avoidance through (ugh) package variable; bug 14076
63
641.011     2006-10-12
65        - clearer special case for undef/empty content-type
66          (thanks, JESSE!)
67
681.01
69        - typo fix in documentation by John Linderman.
70        - new author, Casey West.
71        - Fix bug with blank space following parameters.
72
730.01      Wed Jan  7 17:38:23 2004
74        - original version; created by h2xs 1.22 with options
75          -AX -b 5.6.0 -n Email::MIME::ContentType
76