Upgrade to Locale::Codes 2.03.
[p5sagit/p5-mst-13.2.git] / lib / Locale / Codes / ChangeLog
1
2                 ChangeLog for Locale-Codes Distribution
3
4 2.03  2002-03-24 neilb
5
6         * Fixed a typo in the alias for the Vatican, reported (with patch)
7           by Philip Newton.
8         * Added "Moldova" as an alias for "Moldova, Republic of"
9         * Updated Makefile.PL to include AUTHOR and ABSTRACT
10
11 2.02  2002-03-09 neilb
12
13         * added semi-private routine rename_country() to Locale::Country,
14           based on a patch from Iain Chalmers.
15         * added test rename.t for the above function.
16         * renamed _alias_code to be alias_code. Have retained the old
17           name for backwards compatibility. Will remove it when the
18           major version number next changes.
19
20 2.01  2002-02-18 neilb
21
22         * Split the documentation for all modules into separate pod files.
23         * Made sure all =over were =over 4; some were other values.
24         * The code2code() methods had one more shift than was needed.
25
26 2.00  2002-02-17 neilb
27
28         * Created Locale::Script which provides an interface to the
29           ISO codes for identification of scripts (writing scripts,
30           rather than perl style scripts). The codes are defined
31           by ISO 15924, which is currently in final draft.
32           Thanks to Jarkko for pointing out this new standard.
33           All three code sets are supported, and a test-suite added.
34
35         * Added support for country name variants to Locale::Country,
36           so that
37                 country2code('USA')
38                 country2code('United States')
39                 country2code('United States of America')
40           will all return 'us'.
41           This had been in the LIMITATIONS section since the first version.
42           Patch from TJ Mather <tjmather@tjmather.com> with additional
43           variants from me. Added test-cases for these.
44
45         * Added VERSION to Locale::Constants. Thanks to Jarkko for
46           pointing that it was missing.
47
48         * Should really have bumped major version with previous release,
49           since there was a change to the API.
50
51 1.06  2001-03-04 neilb
52
53         Added Locale::Constants, which defines three symbols
54         for identifying which codeset is being used:
55
56                 LOCALE_CODE_ALPHA_2
57                 LOCALE_CODE_ALPHA_3
58                 LOCALE_CODE_NUMERIC
59
60         Updated Locale::Country to support all three code sets
61         defined by ISO 3166. This was requested by Keith Wall.
62         I haven't added multiple codeset support to the other
63         modules yet - I'll wait until someone asks for them.
64
65 1.05  Feb 2001
66
67         Added Locale::Currency, contribution from Michael Hennecke.
68         Added testsuite for it (t/currency.t) and added testcases
69         to t/all.t for the all_* functions.
70
71 1.04  Dec 2000
72
73         Fixed very minor typos from 1.03!
74
75 1.03  Dec 2000
76
77         Updated Locale::Country:
78                 - fixed spelling of a few countries
79                 - added link to a relevant page from CIA world factbook
80
81         Updated Locale::Language:
82                 - fixed typo in the documentation (ISO 939 should be 639)
83
84 1.02  May 2000
85
86         Updated Locale::Country and Locale::Language to reflect changes
87         in the relevant ISO standards. These mainly reflect languages
88         which are new to the relevant standard, and changes in the
89         spelling of some country names.
90
91         Added official URLs for the standards to the SEE ALSO sections
92         of the doc for each module.
93
94         Thanks to Jarkko Hietaniemi for pointing me at the pages
95         with latest versions of ISO 3166 and 639.
96
97 1.00  March 1998
98
99         Added Locale::Country::_alias_code() so that 'uk' can be added
100         as the code for "United Kingdom", if you want it.
101         This was prompted by Ed Jordan <ed@chronos.net>
102
103         Added a new testsuite for handling this case, and extended the
104         existing test-suite to include testing of the case where
105         'uk' hasn't been defined as a valid code.
106
107 0.003 May 1997
108
109         First public release to CPAN
110