Update Locale::Codes to 3.12
[p5sagit/p5-mst-13.2.git] / cpan / Locale-Codes / ChangeLog
index c724b38..627bdcf 100644 (file)
@@ -1,6 +1,74 @@
 
                ChangeLog for Locale-Codes Distribution
 
+As of 3.00, the codes are autogenerated from the standards. With each release, codes will
+be re-generated and tested to see if any code changed. Any time there are any changes to
+the codes, it will be flagged below with a change: NEW CODE(s).
+
+3.13
+
+3.12  2010-04-06 sbeck
+       * NEW CODE(s)
+       * Renamed test.pl to testfunc.pl to avoid causing an error
+         when built as part of perl.
+
+3.11  2010-03-01 sbeck
+       * NEW CODE(s)
+       * Added the IANA domain names to Country
+       * Fixed a problem that produced warnings with perl 5.11.5.
+               Jerry D. Hedden
+
+3.10  2010-02-18 sbeck
+       * NEW CODE(s)
+       * Moved support files into the Locale::Codes namespace.
+       * The work done in each of the Locale::XXX modules was
+               virtually identical to each other. It has all
+               been moved to a central module and the
+               Locale::XXX moduels are now just wrappers.
+       * The XXX_code2code functions would return undef if the
+               same codeset were passed in for both the 2nd and
+               3rd arguments. This doesn't make sense and has
+               been changed.
+       * Added all semi-private routines (except for the
+               couple that were already present):
+                       rename_XXX
+                       add_XXX
+                       delete_XXX
+                       add_XXX_alias
+                       delete_XXX_alias
+                       rename_XXX_code
+                       add_XXX_code_alias
+                       delete_XXX_code_alias
+       * Added "UK" alias. Steve Hay
+
+3.01  2010-02-15 sbeck
+       * Fixed Makefile.PL and Build.PL to install as core
+               modules.
+
+3.00  2010-02-10 sbeck
+       * NEW CODE(s)
+       * Took over maintenance of the code
+       * All codes and country names come from the official
+               standards
+       * code2country now returns the name of the country specified
+               in the standard (if the different standards refer
+               to the country by different variations in the name,
+               the results will differe based on the CODESET)
+       * Added code sets
+               FIPS 10 country codes
+               Alpha-3 and Term language codes
+               Numeric currency codes
+       * The rename_country funcion from 2.07 would guess the
+               CODESET (unlike all other functions which used
+               a default of LOCALE_CODE_ALPHA_2). The guess can
+               cause problems since (with the addition of FIPS)
+               codes may appear in different codesets for different
+               countries. The behavior has been changed to be
+               the same as other functions (default to
+               LOCALE_CODE_ALPHA_2).
+       * Dropped support for _alias_code
+       * Added language_code2code, currency_code2code
+
 2.07  2004-06-10 neilb
        * made $_ local in the initialisation code for each module
                change back-propagated from Perl distribution