Log of /tags/MIME-EncWords-1.011/Changes
Parent Directory
|
Revision Log
Revision
64 -
(
view)
(
download)
-
[select for diffs]
Modified
Sat Apr 19 11:48:46 2008 UTC
(2 years, 4 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 4687 byte(s)
Diff to
previous 60
* Perl <= 5.6.2: Suppress ``Useless use of a constant in void context'' warnings.
* Correct META.yml & MANIFEST.
Revision
60 -
(
view)
(
download)
-
[select for diffs]
Modified
Tue Apr 15 14:28:01 2008 UTC
(2 years, 4 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 4547 byte(s)
Diff to
previous 58
* Perl >= 5.8.1: Requires MIME::Charset 1.006.1.
* Perl >= 5.11.0: Suppress ``Use of uninitialized value within @_ in lc'' warnings.
* Improved ``ASCII transformation'' workaround (still buggy).
Revision
57 -
(
view)
(
download)
-
[select for diffs]
Modified
Mon Apr 7 17:20:40 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 4273 byte(s)
Diff to
previous 56
* Bug Fix: Texts with ``US-ASCII transformation'' charset, i.e. HZ-GB-2312 (RFC 1842) and UTF-7 (RFC 2152), were treated as US-ASCII.
Revision
56 -
(
view)
(
download)
-
[select for diffs]
Modified
Sun Apr 6 03:48:32 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 4148 byte(s)
Diff to
previous 55
* encode_mimewords(): Improved encoding of unsafe ASCII sequences (words exceeding line length or including ``=?'').
* Imp: encode_mimeword(): can take charset object argument. In this case RAW can be Unicode string.
Revision
55 -
(
view)
(
download)
-
[select for diffs]
Modified
Sat Apr 5 13:21:47 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 3923 byte(s)
Diff to
previous 52
* encode_mimeword(): Restrict characters in encoded-words according to RFC 2047 section 5 (3). Note: length(encode_mimeword()) may not be equal to encoded_header_len() of MIME::Charset 1.005 or earlier.
* Fix: encoded-words exceeding line length can be generated.
* Modified some tests for singlebyte encode.
* Added tests for multibyte encode.
Revision
47 -
(
view)
(
download)
-
[select for diffs]
Modified
Sat Mar 29 01:14:48 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 3439 byte(s)
Diff to
previous 43
Release 1.008.
* Bug Fix: Perl <=5.6.x: encode_mimewords(): ASCII words are encoded.
Revision
38 -
(
view)
(
download)
-
[select for diffs]
Modified
Tue Mar 18 14:59:42 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 3265 byte(s)
Diff to
previous 36
* Improve handling of folding-white-spaces: preserve
multiple whitespace sequences.
* Restructure processing of option parameters.
Revision
36 -
(
view)
(
download)
-
[select for diffs]
Modified
Mon Mar 17 14:59:37 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 3128 byte(s)
Diff to
previous 34
Release 1.006 (dev).
* encode_mimewords(): New option 'Folding' defaults to
be "\n" which may break conformance to RFC 2822 / MIME.
* Fix: decode_mimewords(): excessive spaces are inserted
on pre-Encode environments (e.g. 5.6.x).
* Fix: decode_mimewords(): no 'Charset' option must be
no conversion to keep compatible with MIME::Words.
* Remove multibyte tests on pre-Encode environments
where it cannot be supported exactly.
* Added tests for decoding multibyte.
Revision
34 -
(
view)
(
download)
-
[select for diffs]
Modified
Sun Mar 16 14:27:41 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 2591 byte(s)
Diff to
previous 32
Release 1.005.
* 1.004 was withdrawn due to a severe bug.
* Fix: Injected bug on _UNICODE_ conversion.
* Fix: decode_mimewords(): line folding of encoded text is preserved in
the result.
Revision
32 -
(
view)
(
download)
-
[select for diffs]
Modified
Sun Mar 16 03:01:33 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 2368 byte(s)
Diff to
previous 31
Release 1.004.
* Fix: encode_mimewords(): Newlines were encoded when original text was folded.
* encode_mimewords(): New option "Mapping" which defaults to be "EXTENDED".
* Added tests for multibyte.
Revision
29 -
(
view)
(
download)
-
[select for diffs]
Modified
Sat Mar 15 08:58:14 2008 UTC
(2 years, 5 months ago)
by
hatukanezumi
Original Path:
trunk/Changes
File length: 2029 byte(s)
Diff to
previous 27
1.004-dev
* New feature: MIME/EncWords/Defaults.pm: If it exists,
built-in defaults for methods can be overridden.
* Change: encode_mimewords(): Built-in default for "Encoding"
parameter has been changed from "Q" to "A".
* encode_mimewords(): New option "MaxLineLen" which defaults
to 76.
* Clean-up PODs and codes.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.