File: Changes

package info (click to toggle)
liblocales-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 66,444 kB
  • sloc: perl: 361,741; makefile: 4
file content (148 lines) | stat: -rw-r--r-- 6,931 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
0.26  Mon Feb 27 12:18:39 2012
    - rt 75166: POD: change DataTime::Locale to DateTime::Locale
    - rt 73892: Undeclared dependency on File::Slurp – add most of the proposed patch Makefile.PL part
    - rt 75167: add normalize_tag_for_ietf()
    
0.25  Tue Jan  3 23:38:40 2012
    - rt 73571 (copy/paste leftover)
    - rt 73572 (comment typo)
    - Added 90 more plural rule tests (i.e. @plural_tests in t/04.…, only 2 of which failed in 0.24 due to rt 73678)
    - rt 73678 (do Java style modulus in plural rules per CLDR)
    - javascript functions (initial get_plural_form() w/ perl/js tests in t/06.…)

0.24  Wed Dec 28 22:34:09 2011
    - rt 73238 added get_fallback_list()
    - rt 73268 added datetime JSON file to share/
    - change naming in share/ to be more inline w/ JSON/JS naming conventions
    - get_cldr_number_symbol_decimal() and get_cldr_number_symbol_group() accessors
    - Add tests that the javascript plural functions behave the same as the perl plural functions

0.23  Fri Dec  9 12:54:20 2011
    - update share/ to not include unloadable locales, whups!
    
0.22  Thu Dec  8 22:27:13 2011
    - rt 71251: fallback needs normalized and split
    - build 'category_rules_function' in module building process
    - added plural_rule_string_to_javascript_code()
    - used plural_rule_string_to_javascript_code() in building the file in share/javascript
    - added TODO item regarding installing share/

0.21  Tue Nov 29 09:34:07 2011
    - rt 72788: fix tests that fail when nvsize > 8, no code changes except version bump

0.20  Mon Sep 26 09:30:32 2011
    - improve plural form fallback during CLDR build
    - rt 70503 - fix NAME section in generated plural form POD
    - rt 70610 - do native names in their display format if possible
    - rt 70620 - *_fast() should fall back to parent tag if no explicit entry
    - default to quiet for the FYI: The number of given values (%d) does not match the number of categories (%d).
    - Do not interpolate {0} and {1} when passed in as arguments that are being used in pattern building

0.19  Wed Aug  3 16:36:51 2011
    - rt 69987: added strict/warnings comment in Locales.pm (also updated 0.18 changelog entry)
    - rt 70000: added reminder to comment
    - change stub get_list_or() to be get_list_and() and update POD and tests accordingly

0.18  Wed Aug  3 09:51:12 2011
    - Added get_cldr_version()
    - Fixed a variable name. 
    - made aliases via coderef instead of glob
    - added note to get_plural_form() regarding negative value behavior
    - removed commented out development code 
    - use simple regex instead of comprehensive parsing if the pattern is the default one
    - ensure 'en' is included in plural form documentation (rt 69972)
    - manually tidy due to rt 69971
    - added comment about category_rules_function key todo
    - added strict/warnings step in build dir's README

0.17  Wed Jul  6 10:10:07 2011
    - Updated data to CLDR 2.0 (rt 65164)
    - wrapped new()'s eval-require() in %INC existence check (per requested optimization)
    - added ellipses (rt 65166), "more info" character, and quotation characters to misc_info
    - added list formats to misc_info
    - added plural form to misc_info
    - added t/01.cldr_parse_inherit_sanity.t
    - added plural_rule_hashref_to_code() &&  plural_rule_string_to_code() && get_cldr_plural_category_list() functions
    - added get_plural_form() && get_plural_form_categories() methods
    - added get_list_and()
    - added stub get_list_or() pending http://unicode.org/cldr/trac/ticket/4051
    - added get_formatted_decimal()
    - added get_character_orientation_from_code_fast() && Tiny.pm for its use (per requested optimization)
    - added get_locale_display_pattern_from_code_fast() && && Tiny.pm for its use (per requested optimization)
    - added get_locale_display_pattern_from_code()

0.16  Wed Feb 23 16:12:36 2011
    - added normalize_tag_for_datetime_locale()
    - rt52972 POD consistency: s/Return 2/Returns 2/
    - rt52971 POD: update CLDR version to 1.7.2 (i.e. Based on CLDR 1.7.1)
    - rt52900 POD clarification: s/returns a 3 element array/returns a reference to a 3 element array/
    - rt53663 I18N::LangTags::locale2language_tag() does not allow trailing '_'

0.15  Thu Dec 17 16:48:35 2009
    - Updated data to CLDR 1.7.2
    - Added misc_info for decimal and percent format identifiers
    - removed deprecated non CLDR based,  '::Base' based modules/interface
    - Added numf() method

0.14  Mon Dec 14 22:39:27 2009
    - get_i_tag_for_string() do not prepend 'i_' if we have it already (w/ tests)
    - comment typo

0.13  Thu Nov 19 21:33:45 2009
    -  I18N::LangTags::locale2language_tag() only allows parts between 1 and 8 characters, adjust normalize_tag() accordingly

0.12  Mon Nov 16 22:39:08 2009
    - rt 51583 :: change eval/require to core-perl in t/03.cldr_db.t so tests won;t have to be skipped on some systems

0.11  Wed Nov 11 08:51:07 2009
    - POD notice of deprecated modules being removed.
    - Don't test deprecated module POD to avoid erroneous test failures
    
0.10  Mon Nov  9 18:56:59 2009
    - rt 51134 : POD fixups
    - rt 51137 : parent language fallback
    - fix version issue w/ Territory mods

0.09  Thu Nov  5 10:23:16 2009
    - add Locales::DB::CharacterOrientation
    - add CLDR report URL to POD
    - Clarified POD verbiage in 'BEFORE YOU SUBMIT A BUG REPORT' section
    - Added CLDR version/URL info to POD 
    
0.08  Mon Nov  2 09:54:03 2009
    - skipped tests for deprecated system since they were broken on some systems and are not longer needed

0.07  Thu Oct 29 09:40:21 2009
    - add get_native_language_from_code() method
    - POD tweaks
    - fix up t/pod-coverage.t to avoid checking aods w/ out POD (i.e. the DB modules)
    - Added deprecation message to NAME part of all Locales::Base based modules's POD
    - add digits to normalization functions
    - improved key normalization
    
0.06  Wed Oct 28 14:37:54 2009
    - Added a new, more efficient, and standard CLDR based Locales.pm object system 
      (does not use any of the original Locales::Base based modules && doesn't die())
    - Added deprecated notice to all Locales::Base based modules' POD
    
0.05  Tue May 19 23:01:55 2009
    - Added DESTROY stub to silence warnings during make test
    - fixed rt 40244
    - fixed rt 34439 
    - bumped main version to 0.05 and Locales::Base to 0.03
    - will address other rt's ASAP
    
0.04 Thu May 29 01:49:16 EDT 2003
	- examples/lang[1-7].pl changed to language[1-7].pl
	- documentation for examples/ scripts.
	- documentation for Locales::Language and Locales::Country.

0.03 Mon May 26 08:46:26 EDT 2003
	- documentation started for Locales::Language:: modules.

0.02 Sat May 24 10:03:20 EDT 2003
	- added examples/country7.pl and examples/lang7.pl.
	- start of documentation.

0.01 Fri 16 2:33:11 EDT 2003
	- initial release.