/[MIME-EncWords]/tags/MIME-EncWords-1.011.1/Changes
ViewVC logotype

Log of /tags/MIME-EncWords-1.011.1/Changes

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download)
Sticky Revision:

Revision 77 - (view) (download) - [select for diffs]
Modified Wed Jun 17 14:06:59 2009 UTC (14 months, 3 weeks ago) by hatukanezumi
File length: 5144 byte(s)
Diff to previous 76
1.011.1

Revision 76 - (view) (download) - [select for diffs]
Modified Wed Jun 17 14:06:10 2009 UTC (14 months, 3 weeks ago) by hatukanezumi
Original Path: trunk/Changes
File length: 5144 byte(s)
Diff to previous 74
1.011.1

Revision 74 - (view) (download) - [select for diffs]
Modified Sun May 17 13:32:08 2009 UTC (15 months, 3 weeks ago) by hatukanezumi
Original Path: trunk/Changes
File length: 5002 byte(s)
Diff to previous 66
1.011 release

Revision 66 - (view) (download) - [select for diffs]
Modified Mon May 11 03:52:04 2009 UTC (16 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 4848 byte(s)
Diff to previous 64
1.011_01 -  Supports Perl 5.8.0

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 58 - (view) (download) - [select for diffs]
Modified Sat Apr 12 11:04:02 2008 UTC (2 years, 4 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 4269 byte(s)
Diff to previous 57
Release 1.010 (RC).

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 52 - (view) (download) - [select for diffs]
Modified Sun Mar 30 05:46:10 2008 UTC (2 years, 5 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 3488 byte(s)
Diff to previous 49
Release 1.009.

Revision 49 - (view) (download) - [select for diffs]
Modified Sun Mar 30 05:15:40 2008 UTC (2 years, 5 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 3488 byte(s)
Diff to previous 47
Perl <=5.005: our is deprecated''.

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 43 - (view) (download) - [select for diffs]
Modified Fri Mar 21 13:46:45 2008 UTC (2 years, 5 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 3288 byte(s)
Diff to previous 39
Release 1.007

Revision 39 - (view) (download) - [select for diffs]
Modified Wed Mar 19 14:28:41 2008 UTC (2 years, 5 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 3264 byte(s)
Diff to previous 38
cleanups.  chop leading FWS.

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 31 - (view) (download) - [select for diffs]
Modified Sat Mar 15 23:04:17 2008 UTC (2 years, 5 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 2199 byte(s)
Diff to previous 29
add Changes & fix POD

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.

Revision 27 - (view) (download) - [select for diffs]
Modified Thu Mar 13 13:21:55 2008 UTC (2 years, 5 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 1633 byte(s)
Diff to previous 25
Fix: Unencoded 7-bit non-ASCII

Revision 25 - (view) (download) - [select for diffs]
Modified Wed Mar 12 15:24:06 2008 UTC (2 years, 5 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 1633 byte(s)
Diff to previous 21
Release 1.002

Revision 21 - (view) (download) - [select for diffs]
Modified Sat Mar 8 03:54:08 2008 UTC (2 years, 6 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 1402 byte(s)
Diff to previous 19
Release 1.000

Revision 19 - (view) (download) - [select for diffs]
Modified Thu Nov 16 08:54:58 2006 UTC (3 years, 9 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 1209 byte(s)
Diff to previous 16
Release 0.040

Revision 16 - (view) (download) - [select for diffs]
Modified Sun Oct 22 05:39:59 2006 UTC (3 years, 10 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 989 byte(s)
Diff to previous 9
Release 0.032

Revision 9 - (view) (download) - [select for diffs]
Modified Sun Oct 22 04:52:12 2006 UTC (3 years, 10 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 990 byte(s)
Diff to previous 8
More documentations

Revision 8 - (view) (download) - [select for diffs]
Modified Sun Oct 22 04:06:38 2006 UTC (3 years, 10 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 859 byte(s)
Diff to previous 6
Release 0.03.1

Revision 6 - (view) (download) - [select for diffs]
Modified Sun Oct 22 04:02:50 2006 UTC (3 years, 10 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 670 byte(s)
Diff to previous 4
Release 0.03

Revision 4 - (view) (download) - [select for diffs]
Modified Sun Oct 22 04:02:42 2006 UTC (3 years, 10 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 388 byte(s)
Diff to previous 2
Release 0.02

Revision 2 - (view) (download) - [select for diffs]
Added Sun Oct 22 04:02:37 2006 UTC (3 years, 10 months ago) by hatukanezumi
Original Path: trunk/Changes
File length: 95 byte(s)
Release 0.01

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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5