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