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