remove two files not part of the IO-Compress CPAN distro
[p5sagit/p5-mst-13.2.git] / lib / Locale / Maketext / ChangeLog
CommitLineData
ff5ad48a 1Revision history for Perl suite Locale::Maketext
f666394a 2
32007-11-17
4 * Release 1.12
5
6 Many doc changes from RT.
7
8 Silenced some "used only once" warnings under Perl 5.10.
9
10 $@ is now localized in case it gets interpolated. This was added
11 a while ago, but now there's a test for it, too.
12
13 Added warnings and strict to tests.
14
15 Cleaning up some Perl::Critic gripes.
16
172007-05-07 Andy Lester
18 * Release 1.11_01
19
20 Fixed perlbug #33938
21 http://rt.perl.org/rt3//Public/Bug/Display.html?id=3393
22
23 Started cleaning up source per Perl::Critic.
24
ff5ad48a 25
1edf7ee9 262005-11-10 Andy Lester
f666394a 27 * Release 1.10:
1edf7ee9 28
f666394a 29 New maintainer. No changes at all. Bumped up the version number
30 and released it so that I can get the RT queue and any future mail.
1edf7ee9 31
32
1189c245 332004-03-30 Sean M. Burke sburke@cpan.org
f666394a 34 * Release 1.09:
1189c245 35
f666394a 36 * Moved the language-preference-detecting code into new module
37 I18N::LangTags::Detect.
38
39 Thanks to Autrijus Tang for catching some errors in the dist!
1189c245 40
41
cb0af213 422004-01-19 Sean M. Burke sburke@cpan.org
f666394a 43
44 * Release 1.08:
45
46 * Corrected a one-line code bug in v1.07 that accidentally demoted
47 all en-* tags in cases of lexicon-groups that had an en.pm but no
48 en_*.pm. Thanks to Robert Spier for spotting this. Test added.
49 So don't use v1.07!
50
51 * Autrijus found some typoes in the TPJ article. Fixed.
52
14be35aa 532004-01-11 Sean M. Burke sburke@cpan.org
f666394a 54
55 * Release 1.07: Now uses a new and different rule for implicating
56 superordinate language tags in accept-language lists. Previously,
57 superordinates were just tacked onto the, so "en-US, ja", turned
58 into "en-US, ja, en". However, this turned out to be suboptimal
59 for many users of RT, a popular system using Maketext. The new
60 rule is that a tag implicates superordinate forms right after it,
61 unless those tags are explicitly stated elsewhere in the
62 accept-languages list. So "en-US ja" becomes "en-US en ja". If
63 you want "en" to be really lower, you have to actually state it
64 there: "en-US ja en" is left as-is.
65
66 The 04super.t and 05super.t tests in t/ have many many examples of
67 this, including some strange corner cases.
68
69 (In implementing this change, I also refactored some code in
70 Maketext.pm, for hopefully improved readability. However,
71 the above is the only actual change in behavior.)
72
f600d105 732003-06-21 Sean M. Burke sburke@cpan.org
f666394a 74 * Release 1.06: Now has "use utf8" to make the things work
75 happily. Some fancy footwork is required to make this work under
76 pre-utf8 perl versions.
77
953b749f 782003-04-18 Sean M. Burke sburke@cpan.org
f666394a 79 * Release 1.05: Different Makefile.PL, same .pm code.
80
81 Jesse Vincent, Hugo van der Sanden, and Jarkko Hietaniemi
82 encourage me to add this to the makefile:
83 ($] < 5.008) ? () : ( INSTALLDIRS => 'perl'),
84 so that when you install this on a recent version of perl (5.8 or
85 later), the installation will overwrite the Maketext.pm in your
86 core library directory. Email me if this produces trouble for any
87 of you folks out there, okay?
88
f918d677 892003-04-02 Sean M. Burke sburke@cpan.org
f666394a 90 * Release 1.04: Implementing proper HTTP "tag;q=rank" parsing for
91 get_handle. This should make all the difference for users/victims
92 of the current version of Safari, which uses that syntax as well
93 as inserts random languages with low q numbers.
94 Thanks to Jesse Vincent and the whole RT junta for finding this.
95
96 * Added more tests, now in t/
f918d677 97
f666394a 98 * Lots of typo fixes to Maketext.pm. Thanks to Evan A. Zacks for
99 patient help in finding them all.
f918d677 100
71457cb8 1012001-06-21 Sean M. Burke sburke@cpan.org
f666394a 102 * Release 1.03: basically cosmetic tweaks to the docs and the
103 test.pl.
104
ff5ad48a 1052001-06-20 Sean M. Burke sburke@cpan.org
f666394a 106 * Release 1.02: EBCDIC-compatability changes courtesy of Peter
107 Prymmer. Added [*,...] as alias for [quant,...] and [#,...] as an
108 alias for [numf,...]. Added some more things to test.pl
109
ff5ad48a 1102001-05-25 Sean M. Burke sburke@cpan.org
f666394a 111 * Release 1.01: total rewrite. Docs are massive now.
112 Including TPJ13 article now.
113
ff5ad48a 1142000-05-14 Sean M. Burke sburke@cpan.org
115
f666394a 116 * Release 0.18: only change, regrettably, is a better makefile,
117 and it my email address has changed.
ff5ad48a 118
1191999-03-15 Sean M. Burke sburke@netadventure.net
120
f666394a 121 * Release 0.17: Public alpha release
122 Underdocumented.