File: Changes

package info (click to toggle)
libmime-charset-perl 1.011.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 316 kB
  • sloc: perl: 2,665; makefile: 2
file content (211 lines) | stat: -rw-r--r-- 7,860 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
Revision history for Perl module MIME::Charset.

1.011.1 2013-10-07  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * 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.

1.011.0 2013-09-26  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * 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.

1.010.1 2013-08-25  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * No new features.
    * CPAN RT #86917: Invalid META.
    * Move Japanese documentation under POD2::JA.

1.010 2013-04-09  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * 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.

1.009.3 2012-12-30  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * No new features.
    * CPAN RT #77715: Spelling mistake in documentation.
    * Bug on CPAN site: cannot render PODs including "=item" with
      non-ASCII.

1.009.2 2012-06-02  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Fix: detect_7bit_charset(): if charset was unknown, returns undef
      instead of "US-ASCII".
    * COPYING: Updated the address of FSF.

1.009.1 2011-06-09  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Chg: Workaround for aliasing on TIS-620 that is treated as
      ISO-8859-11 by Encode.
      And added WINDOWS-874 as EXTENDED map of TIS-620.
    * Imp: Result of _find_encoder() will be cached.
    * Imp/Chg: 'S' encoding will be resolved numerically, without comparing
      actually encoded lengths.
    * Added informations for WINDOWS-125[03-8].
    * Added some cases to test #4.

1.009 2011-06-08  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * withdrawn.

1.008.2 2011-05-28  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Bug Fix: Body transfer-encoding profile "S" did not work properly,
      and profile for UTF-8 was NOT really updated.

1.008.1 2011-02-19  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Chg: Workaround for CPAN RT #65796: Deep recursion error finding
      invalid charset.  Limit length of charset name upto 75.
    * Imp: 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.
    * Doc: small fixes.

1.008 2009-10-19  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Imp: support for iso-8859-6-[ei], iso-8859-8-[ei].  cf. report by
      Hanne Moa on Sympa bug #6385 at <http://sourcesup.cru.fr/>.
    * Imp: support for iso-8859-16.
    * Imp: Allow body transfer-encoding profile "S".
    * Chg: Default body transfer-encoding for UTF-8 from "B" to "S".
    * Doc: Some fixes. New section "Incompatible changes".
    * Fix: META.yml: optional_features is not hashref but arrayref.
      Thanks SREZIC@CPAN.

1.007.1 2009-06-16  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Changes:
      - eucJP-ascii and its 7-bit counterpart was chosen instead of
        eucJP-ms, as latter will occasionally break standardized mappings.
        Shift-encoding counterpart hasn't been implemented yet.
    * Fix: Skip all pod tests on pre-UTF8 Perl.

1.007 2009-05-17  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * not really released.

1.007_02 2009-05-12  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Charset/CP932.pm: Supports extended mappings for
      ISO-2022-JP/EUC-JP by those of eucJP-ms, as CP51932 mungles
      accented latin characters and ISO-2022-JP-1 does not support
      NEC/IBM extended mappings.

1.007_01 2009-05-11  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Supports Perl 5.8.0.
    * New function: detect_7bit_charset().
    * Bundle inc::Module::Install.
    * Corrected META.yml & PODs.  Removed duplicated docs.

1.006.2 2008-04-17  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * 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).

1.006 2008-04-12  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Workarounds for ``US-ASCII transformation'' charsets
      i.e. HZ-GB-2312 (RFC1842) and UTF-7 (RFC 2152).
    * Added tests.

1.005 2008-04-07  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * _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.

1.004 2008-03-30  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * 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''.

1.002 2008-03-20  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * New method undecode().
    * encoder(): added argument to set instance.
    * Cleanup PODs.

1.001 2008-03-15  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * 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.

1.000 2008-03-04  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Added OOP methods (non-OOP functions may be deprecated
      in near future).

0.044 2006-12-08  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Fix on 'UTF-8-STRICT', new canonical name of 'UTF-8' by 
      Encode module (approximately 2.14).

0.043 2006-11-16  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * No changes on codes.
    * Change of Charset-ja_JP.pod (former Charset/ja_JP.pod).
    * Charset.pm: Added information of development version.

0.042 2006-10-22  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Added ja_JP pod.

0.04.1 2006-10-17  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Bug fix: Handle wide characters exactly.

0.04 2006-10-13  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * 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.

0.03 2006-10-09  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * 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.

0.02 2006-10-07  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Fix exports.
    * Typo on GPL version.
    * Added synopsis.
    * Other typos.

0.01 2006-10-06  Hatuka*nezumi - IKEDA Soji  <hatuka(at)nezumi.nu>

    * Initial CPAN upload.