This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / dist / I18N-LangTags / ChangeLog
CommitLineData
21aeefd5 1Revision history for Perl module I18N::LangTags.
77b20956 2 Time-stamp: "2004-10-06 23:26:53 ADT"
21aeefd5 3
76fadaa8
LB
42011-06-12
5
6 * Release 0.36
7
8 Fix broken URLs for RFCs
9
77b20956
NC
102004-10-06 Sean M. Burke sburke@cpan.org
11
12 * Release 0.35
13
14 Bugfix version: locale2language_tag now correctly understands
15 locale-IDs with at-signs in them, like 'it_IT.utf8@euro' or
16 'it_IT@euro'. This is now enforced by the new t/20_locales.t
17
18 Thanks to Luca 'loopback' Cavalli for letting me know about these
19 new locale-ID name-styles.
20
21
22 * Release 0.34 -- never happened, because of an upload error
23
24
66ee8a1c
RGS
252004-07-01 Sean M. Burke sburke@cpan.org
26
27 * Release 0.33
28
29 Minor bugfix version:
30 The test 80_all_env.t was erroneously failing for people with
31 LC_ALL or LC_MESSAGES set. Fixed. Thanks to everyone, especially
32 Nicholas Clark, who patiently helped out with this.
33
34
8fcd89ec
RGS
352004-06-20 Sean M. Burke sburke@cpan.org
36
37 * Release 0.32
38
39 Minor bugfix version:
40 The test 80_all_env.t was erroneously failing under MSWins that
41 had Win32::Locale installed. A workaround added.
42
43
8575f5e6
RGS
442004-06-17 Sean M. Burke sburke@cpan.org
45
46 * Release 0.31
47
48 Corrected some unevennesses in when/whether the return values from
49 I18N::LangTags::Detect's various internal functions would be
50 downcased. Now they're /always/ downcased, and are /always/ fed
51 thru alternate_language_tags()!
52
53 Also, spiffed up and generally improved the earlier test
54 80_all_env.t, which not even I could make sense of, and I wrote
55 the damned thing. Now it's sane, and checks both scalar and
56 list return values. Thanks to Rafael Garcia-Suarez and the
57 various CPAN-Testers for prodding me to fix this. (Hopefully the
58 earlier problems /are/ now fixed! Otherwise there'll be another
59 version of this module out real soon!)
60
61
8000a3fa
RGS
622004-03-30 Sean M. Burke sburke@cpan.org
63
64 * Release 0.30
65
66 New in I18N::LangTags : implicate_supers and
67 implicate_supers_strictly.
68
69 New module: I18N::LangTags::Detect.
70
71 Some new tests.
72
73 Thanks to Autrijus Tang for catching some errors in my makefile!
74
8575f5e6 75
8000a3fa 76
537c2f98
JD
772003-10-10 Sean M. Burke sburke@cpan.org
78
79 * Release 0.29
80
81 Minor bugfix to I18N::LangTags::List code. Addition of the
82 is_decent function, and the 02decency.t test for it.
83
84 Better Makefile. Thanks to everyone who told me about the
85 INSTALLDIRS trick.
86
87
88
892003-07-20 Sean M. Burke sburke@cpan.org
90
91 * Release 0.28
92 Doc fixes in I18N::LangTags, plus a few added variances (jw/jv,
93 cre/cr, etc.)
94 Lots of updates to I18N::LangTags::List
95 Deleted rfc3066.txt from dist.
96 Moved test.pl to t/01test.t and added more tests.
97
f70da2ef
JH
982002-02-02 Sean M. Burke sburke@cpan.org
99
100 * Release 0.27 -- minor mods to ::List:
101 Fixing its entries for sv-se and sv-fi.
102 Typo-fixes and rewordings in the incidental Pod text elsewhere.
103
acff0af7
JH
1042001-06-21 Sean M. Burke sburke@cpan.org
105
106 * Release 0.26 -- just making cosmetic changes
107 to test.pl, at Jarkko's request.
108
21aeefd5 1092001-06-20 Sean M. Burke sburke@cpan.org
4cf5bee0
JH
110
111 * Release 0.25 -- just tweaking panic_languages behavior
112 for Scandinavian languages. Much better now.
113 Slight tweak to ::List's entries for Greek.
114
1152001-06-20 Sean M. Burke sburke@cpan.org
21aeefd5
JH
116
117 * Release 0.24
118
119 * I18N::LangTags -- some elaborate hacks to make us
120 recognize legacy aliases like no-nyn == nn.
121 Added panic_languages().
122 Added :ALL export tag.
123 Minor docs fixes, and spiffing up test.pl.
124
125 * I18N::LangTags::List -- minor corrections; added
126 a few aliases.
127
1282001-05-29 Sean M. Burke sburke@cpan.org
129
130 * Release 0.23
131
132 * I18N::LangTags::List -- minor corrections. And is now
133 a module, not just documentation.
134
1352001-05-27 Sean M. Burke sburke@cpan.org
136
137 * Release 0.22
138
139 * Now bundling I18N::LangTags::List, a reference for lang tags,
140 replacing generate_language_table.plx and language_codes.txt
141
1422001-05-25 Sean M. Burke sburke@cpan.org
143
144 * Release 0.21
145
1c2e8cca 146 * extract_language_tags and locale2language_tag now
21aeefd5
JH
147 return untainted output. Useful if you feed tainted
148 things, like $ENV{'LANG'}.
149
1502001-03-13 Sean M. Burke sburke@cpan.org
151
152 * Release 0.20
153
154 * Added support for RFC 3066 tags: allowing three-letter primary
155 tags ("nav"), and allowing digits in subtags ("x-borg-prot3252").
156
157 * Changed all references from RFC 1766 to RFC 3066.
158
159 * Now bundling fulltext of RFC 3066 in the dist.
160
161 * Now bundling generate_language_table.plx and language_codes.txt
162
163 * Added some nice tests to test.pl
164
165 * Inverting order of listings in this ChangeLog file.
166
1672000-05-13 Sean M. Burke sburke@cpan.org
168
169 * Release 0.13
170
171 * Just noting my new email address.
172
1731999-03-06 Sean M. Burke sburke@netadventure.net
174
175 * Release 0.11
176
177 * Added functions
178 similarity_language_tag, is_dialect_of,
179 locale2language_tag, alternate_language_tags, and
180 encode_language_tag
181
1821998-12-14 Sean M. Burke sburke@netadventure.net
183
184 * Release 0.09
185
186 * Added function super_languages()
187
1881998-10-31 Sean M. Burke sburke@netadventure.net
189
190 * Release 0.08
191
192 * Just changes in the docs and bundle -- no change
193 in functionality.
194
1951998-04-02 Sean M. Burke sburke@netadventure.net
196
197 * Release 0.07
198
199 * First public release.
200
201[END OF CHANGELOG]