source: trunk/Locale-Msgfmt/Changes @ 13031

Revision 13031, 3.0 KB checked in by azawawi, 15 months ago (diff)

[Locale::Msgfmt] Updated Changes for 0.15 CPAN release

Line 
1Revision history for Locale-Msgfmt
2
30.15    Nov 07, 2010
4        - General code cleaning (ADAMK)
5        - Changes to Module::Install::Msgfmt to make it compatible with
6          Module::Install::Share. (ADAMK)
7        - Moved script from bin/ to script/ (ADAMK)
8        - Moved private tools from dev to private (ADAMK)
9        - Picking 5.008005 as our minimum Perl to ensure solid Unicode support (ADAMK)
10        - Converted the Build.PL to a Module::Install Makefile.PL (ADAMK)
11        - Fixed it so that it actually works (AZAWAWI)
12
130.14    Jul 09, 2009
14        - fix a mess with Module::Install::Msgfmt :P
15
160.13    Jul 08, 2009
17        - act like make when rebuilding, only rebuild things that need to be rebuilt.
18        - add a --force option to force the old behavior of always rebuilding
19        - make the "use" in msgfmt.pl versioned to make sure that the correct version
20          of Locale::Msgfmt is being used, and add a test to keep this up to date
21
220.12    Jul 06, 2009
23        - unlink the output file before writing to it if it already exists
24        - default to verbose (pass -q to msgfmt.pl or verbose => 0 to msgfmt)
25        - die when an unknown line is found in a .po file
26
270.11    Jul 06, 2009
28        - some code improvement in open() and opendir() and error handling (SZABGAB)
29
300.10    Jul 5, 2009
31        - actually upload with Module::Install::Msgfmt this time.
32
330.09    Jul 5, 2009
34        - still require the newer version of Locale::Maketext::Gettext
35          when running under CPAN Testers
36        - use is_deeply instead of making a string out of the hash and
37          then using is
38        - add Module::Install::Msgfmt. just replace install_share with
39          install_share_with_mofiles in your Makefile.PL.
40        - add remove option to remove the source file(s) and all .pot
41          files if a directory is being processed
42        - add verbose option to print the files that were converted
43
440.08    Jun 27, 2009
45        - again remove the dependency on Locale::Maketext::Gettext,
46          there is another problem with its installation
47
480.07    Jun 26, 2009
49        - make the interface a bit nicer
50        - remove the msgfmt_dir function (msgfmt now handles this if
51          the input file is a directory)
52        - more tests
53        - always build_require Locale::Maketext::Gettext, now it will
54          install correctly
55        - improved POD
56        - switch the "sample" translation used for the tests to
57          japanese instead of french, since the japanese includes
58          copyright and license information
59
600.06    Jun 26, 2009
61        - add support for contexts
62        - add support for ngettext
63
640.05    Jun 25, 2009
65        - don't run the external script from the tests
66
670.04    Jun 25, 2009
68        - if running from CPAN testers, require Locale::Maketext::Gettext too
69
700.03    Jun 24, 2009
71        - fix on perl 5.8
72
730.02    Jun 24, 2009
74        - add a msgfmt_dir function to convert all of the .po files in a directory
75
760.01    Jun 24, 2009
77        - First version, released on an unsuspecting world.
Note: See TracBrowser for help on using the repository browser.