2008-05-11 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.007_01.
* Supports Perl 5.8.0.
* New function: detect_7bit_charset().
* Bundle inc::Module::Install.
* Corrected META.yml & PODs. Removed duplicated docs.
2008-04-17 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.006.2 - bug fixes only; no new features.
* Bug Fix: Perl >= 5.8.1: CPAN RT #34909: Test failures.
* Bug Fix: Perl >= 5.10.0: CPAN RT #35070: HZ words are
encoded as US-ASCII; added workaround for CPAN RT #35120.
* Fix: Perl 5.11.0: Suppress ``Use of uninitialized value
within @_ in uc'' warnings.
* JA_JP.pod: Clarify distinction between ``符号化'' (on
charset) and ``エンコード'' (on encoding).
2008-04-12 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.006.
* Workarounds for ``US-ASCII transformation'' charsets
i.e. HZ-GB-2312 (RFC1842) and UTF-7 (RFC 2152).
* Added tests.
2008-04-07 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.005.
* _enclen_Q(): Restrict characters in encoded-word
according to RFC 2047 section 5 (3).
* New method dup().
* body_encode() / header_encode(): Fix determination of
US-ASCII: Works on pre-Encode environments.
2008-03-30 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.004.
* Added ESTI GSM 03.38 which won't be used for MIME
messages (experimental).
* _Compat.pm: resolve_alias(): real aliasing taken from
Encode module.
* Numeric values are allowed for ``Replacement'' options.
* Added tests for aliases (some MIME preferred names only).
* Bug Fix: Perl <=5.005: our is ``withdrawn''.
2008-03-20 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.002.
* New method undecode().
* encoder(): added argument to set instance.
* Cleanup PODs.
2008-03-15 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.001.
* Bug fix: Detect7bit options have no effect by OO method
(1.000).
* Change: now new() returns an object when CHARSET is not
specified.
* New methods: as_string(), decode(), decoder(), encode()
and encoder().
* New feature: "Mapping" option to choose extended
mappings or strict ones. Default is "EXTENDED", while
as of 1.000, only "STANDARD" mappings are available.
* New feature: configuration file to override module
defaults. See "Configuration File" section.
2008-03-04 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.000.
* Added OOP methods (non-OOP functions may be deprecated
in near future).
2006-12-08 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.044.
* Fix on 'UTF-8-STRICT', new canonical name of 'UTF-8' by
Encode module (approximately 2.14).
2006-11-16 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.043.
* No changes on codes.
* Change of Charset-ja_JP.pod (former Charset/ja_JP.pod).
* Charset.pm: Added information of development version.
2006-10-22 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.042.
* Added ja_JP pod.
2006-10-17 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.04.1
* Bug fix: Handle wide characters exactly.
2006-10-13 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.04.
* Supports Perl 5.005 or later.
Unicode/multibyte handling will be enabled on Perl 5.8.1 or later.
USE_ENCODE flag was introduced.
* decode_mimewords(): Added 'Charset' option.
2006-10-09 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.03.
* New function: encoded_header_len.
* body_encode()/header_encode(): fallback to US-ASCII if possible.
* Documentation: definitions of ``charset'' & ``encoding''.
* Typos on Encode::FB_*.
* More test cases.
2006-10-07 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.02.
* Fix exports.
* Typo on GPL version.
* Added synopsis.
* Other typos.
2006-10-06 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.01. Initial CPAN upload.