| 1 |
2008-03-30 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 2 |
* Release 1.004.
|
| 3 |
* Added ESTI GSM 03.38 which won't be used for MIME
|
| 4 |
messages (experimental).
|
| 5 |
* _Compat.pm: resolve_alias(): real aliasing taken from
|
| 6 |
Encode module.
|
| 7 |
* Numeric values are allowed for ``Replacement'' options.
|
| 8 |
* Added tests for aliases (some MIME preferred names only).
|
| 9 |
* Bug Fix: Perl <=5.005: our is ``withdrawn''.
|
| 10 |
|
| 11 |
2008-03-20 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 12 |
* Release 1.002.
|
| 13 |
* New method undecode().
|
| 14 |
* encoder(): added argument to set instance.
|
| 15 |
* Cleanup PODs.
|
| 16 |
|
| 17 |
2008-03-15 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 18 |
|
| 19 |
* Release 1.001.
|
| 20 |
* Bug fix: Detect7bit options have no effect by OO method
|
| 21 |
(1.000).
|
| 22 |
* Change: now new() returns an object when CHARSET is not
|
| 23 |
specified.
|
| 24 |
* New methods: as_string(), decode(), decoder(), encode()
|
| 25 |
and encoder().
|
| 26 |
* New feature: "Mapping" option to choose extended
|
| 27 |
mappings or strict ones. Default is "EXTENDED", while
|
| 28 |
as of 1.000, only "STANDARD" mappings are available.
|
| 29 |
* New feature: configuration file to override module
|
| 30 |
defaults. See "Configuration File" section.
|
| 31 |
|
| 32 |
2008-03-04 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 33 |
|
| 34 |
* Release 1.000.
|
| 35 |
* Added OOP methods (non-OOP functions may be deprecated
|
| 36 |
in near future).
|
| 37 |
|
| 38 |
2006-12-08 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 39 |
|
| 40 |
* Release 0.044.
|
| 41 |
* Fix on 'UTF-8-STRICT', new canonical name of 'UTF-8' by
|
| 42 |
Encode module (approximately 2.14).
|
| 43 |
|
| 44 |
2006-11-16 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 45 |
|
| 46 |
* Release 0.043.
|
| 47 |
* No changes on codes.
|
| 48 |
* Change of Charset-ja_JP.pod (former Charset/ja_JP.pod).
|
| 49 |
* Charset.pm: Added information of development version.
|
| 50 |
|
| 51 |
2006-10-22 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 52 |
|
| 53 |
* Release 0.042.
|
| 54 |
* Added ja_JP pod.
|
| 55 |
|
| 56 |
2006-10-17 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 57 |
|
| 58 |
* Release 0.04.1
|
| 59 |
* Bug fix: Handle wide characters exactly.
|
| 60 |
|
| 61 |
2006-10-13 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 62 |
|
| 63 |
* Release 0.04.
|
| 64 |
* Supports Perl 5.005 or later.
|
| 65 |
Unicode/multibyte handling will be enabled on Perl 5.8.1 or later.
|
| 66 |
USE_ENCODE flag was introduced.
|
| 67 |
* decode_mimewords(): Added 'Charset' option.
|
| 68 |
|
| 69 |
2006-10-09 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 70 |
|
| 71 |
* Release 0.03.
|
| 72 |
* New function: encoded_header_len.
|
| 73 |
* body_encode()/header_encode(): fallback to US-ASCII if possible.
|
| 74 |
* Documentation: definitions of ``charset'' & ``encoding''.
|
| 75 |
* Typos on Encode::FB_*.
|
| 76 |
* More test cases.
|
| 77 |
|
| 78 |
2006-10-07 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 79 |
|
| 80 |
* Release 0.02.
|
| 81 |
* Fix exports.
|
| 82 |
* Typo on GPL version.
|
| 83 |
* Added synopsis.
|
| 84 |
* Other typos.
|
| 85 |
|
| 86 |
2006-10-06 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
| 87 |
|
| 88 |
* Release 0.01. Initial CPAN upload.
|