2013-11-25 10:19:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 25 07:38:11 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.011.1
|
|
|
|
* Fix: "shift_jis-2004" did not depend on Encode::JISX0213 but
|
|
|
|
Encode::ShiftJIS2004.
|
|
|
|
* Chg: Added gb18030 to extended mapping of GB2312.
|
|
|
|
* Updated inc::Module::Install to version 1.01.
|
|
|
|
|
2013-10-04 17:37:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 4 09:11:26 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.011.0
|
|
|
|
* Use Encode::JISX0213 instead of Encode::JIS2K which was not
|
|
|
|
fully implemented.
|
|
|
|
* Added support for iso-2022-jp-2 and JIS X 0213 encodings.
|
|
|
|
* Reformat Changes file to suit to CPAN::Changes::Spec.
|
|
|
|
|
2011-08-04 00:31:58 +02:00
|
|
|
-------------------------------------------------------------------
|
2013-06-05 14:49:28 +02:00
|
|
|
Wed Jun 5 12:30:31 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.010
|
|
|
|
* Fix: UTF-16 & UTF-32 encoders are died by the texts without BOM.
|
|
|
|
* Added a test #6 and some cases to test #4.
|
|
|
|
* Changed layout of distribution.
|
|
|
|
|
|
|
|
* No new features.
|
|
|
|
* CPAN RT #77715: Spelling mistake in documentation.
|
|
|
|
* Bug on CPAN site: cannot render PODs including "=item" with
|
|
|
|
non-ASCII.
|
|
|
|
|
|
|
|
* Fix: detect_7bit_charset(): if charset was unknown, returns undef
|
|
|
|
instead of "US-ASCII".
|
|
|
|
* COPYING: Updated the address of FSF.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2011-08-04 00:31:58 +02:00
|
|
|
Wed Aug 03 22:26:51 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 1.009.1:
|
|
|
|
* workaround for aliasing on TIS-620 that is treated as ISO-8859-11 by Encode
|
|
|
|
* added WINDOWS-874 as EXTENDED map of TIS-620
|
|
|
|
* result of _find_encoder() will be cached
|
|
|
|
* 'S' encoding will be resolved numerically, without comparing actually
|
|
|
|
encoded lengths
|
|
|
|
* added informations for WINDOWS-125[03-8].
|
|
|
|
|
|
|
|
- changes from 1.008.2:
|
|
|
|
* Bug Fix: body transfer-encoding profile "S" did not work properly, and
|
|
|
|
profile for UTF-8 was NOT really updated
|
|
|
|
|
|
|
|
- changes from 1.008.1:
|
|
|
|
* workaround for CPAN RT#65796: deep recursion error finding invalid charset;
|
|
|
|
limit length of charset name up to 75
|
|
|
|
* supports Unicode/multibyte on Perl 5.7.3 (experimental)
|
|
|
|
* Perl 5.7.3 & 5.8.3: avoid ``Useless use of a constant in void context''
|
|
|
|
warnings
|
|
|
|
|
2011-02-19 07:57:16 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 19 06:56:24 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (1.008)
|
|
|
|
|