"Fossies" - the Fresh Open Source Software Archive 
Member "perl-5.32.1/dist/I18N-LangTags/ChangeLog" (18 Dec 2020, 5119 Bytes) of package /linux/misc/perl-5.32.1.tar.xz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 Revision history for Perl module I18N::LangTags.
2 Time-stamp: "2004-10-06 23:26:53 ADT"
3
4 2011-06-12
5
6 * Release 0.36
7
8 Fix broken URLs for RFCs
9
10 2004-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
25 2004-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
35 2004-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
44 2004-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
62 2004-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
75
76
77 2003-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
89 2003-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
98 2002-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
104 2001-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
109 2001-06-20 Sean M. Burke sburke@cpan.org
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
115 2001-06-20 Sean M. Burke sburke@cpan.org
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
128 2001-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
135 2001-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
142 2001-05-25 Sean M. Burke sburke@cpan.org
143
144 * Release 0.21
145
146 * extract_language_tags and locale2language_tag now
147 return untainted output. Useful if you feed tainted
148 things, like $ENV{'LANG'}.
149
150 2001-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
167 2000-05-13 Sean M. Burke sburke@cpan.org
168
169 * Release 0.13
170
171 * Just noting my new email address.
172
173 1999-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
182 1998-12-14 Sean M. Burke sburke@netadventure.net
183
184 * Release 0.09
185
186 * Added function super_languages()
187
188 1998-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
195 1998-04-02 Sean M. Burke sburke@netadventure.net
196
197 * Release 0.07
198
199 * First public release.
200
201 [END OF CHANGELOG]