1Revision history for Perl extension Locale::PO.
2
30.27  Dec 15 2014
4   -  Fix RT#94231 (previous — fuzzy — msgid, #|). Thanks to Raphael Hertzog
5      for reporting it. Added a test case now, but previous messages are
6      treated like fuzzy messages, so use fuzzy_msgid().
7
80.26  Dec 14 2014
9   -  Fix RT#42811 (don't add a flag twice). Thanks to Jason Sill for his
10      bug report from 2009 (!). Jason, sorry and better late than never.
11
120.25  Dec 14 2014
13   -  This release now should work reliably on Linux, MSWin32, msys and
14      I believe also MacOS, also when writing PO files from one platform
15      and reading them back on another. Hopefully :-)
16   -  Fix RT#99069 (\ not being escaped). Thanks to Jeff Fearn.
17   -  Fix RT#87374 (mixed \r\n handling problems). Thanks to Jason
18      Fesler for the bug report.
19
200.24  May 29 2014
21   -  Fix inline "\n" not being escaped properly. RT #96016
22      Thanks to Jeff Fearn for bug report and patch.
23
240.23  Feb 06 2013
25   -  Bugs RT#76366 and RT#54064 - Added encoding option. Now we can load & save
26      PO files in any encoding, For example in 'utf8'. Added test about this.
27      (patch by Perlover, based on patch from Zach)
28   -  Some code indenting inside.
29
300.22  Sep 03 2012
31   -  New maintainer: Cosimo Streppone (COSIMO)
32   -  Bug RT#40009 Incorrect handling of multi-line obsolete entries
33      (patch by Joshua Miller, test case by Cosimo Streppone)
34   -  Bug RT#66264 Added support for fuzzy string prefix "#|" and "#~|".
35      (patch by Joshua Miller)
36
370.21  May 19 2008
38   -  BUG #35939 - Locale::PO is now correctly subclassable
39      (patch provided by Cosimo Streppone)
40
410.20  Mar 15 2008
42   -  BUG #34110 - fixed a rather serious problem with the dist not building on
43      anything but a Mac
44
450.19  Mar 14 2008
46    - FEATURE: Added msgctxt support (thanks to Kevin Scannell for the patch)
47
480.18  Mar 14 2008
49    - New maintainer: Ken Prows
50    - BUG #33969: Fixed a problem with multi-line msgid_plural entries
51    - BUG #18679: Obsolete entries (#~) are now preserved
52    - API: The following methods are now private:
53      load_file, save_file, normalize_str, dump_multi_comment
54      Apologies to anyone using these (undocumented) methods.
55    - FEATURE: Added "loaded_line_number" accessor which returns the line number
56      that an entry started at in the loaded po file
57    - FEATURE: Now preserves any flag encountered in a #~ comment
58    - Expanded POD
59    - Thanks to Kalle Olavi Niemitalo for help in making many of these changes
60
610.17  Tue May 22 12:07:00 CDT 2007
62    - Improved regexes in load_file to handle whitespace better.
63      Suggested by Byron Hammond.
64
650.16  Mon Oct 17 11:00:00 GMT 2005
66	- Added support for msgid_plural and msgstr_n. Also tidied up
67	  tests. evdb@ecclestoad.co.uk
68
690.15  Sun Aug 13 15:34:00 CDT 2005
70	- Fix to output of flags by albert.fazli@gmail.com.
71
720.14  Wed Dec 08 09:35:01 CDT 2004
73	- #. comments can be multiline. Fix by Kevin Patrick Scannell.
74
750.13  Fri Nov 21 14:25:01 CDT 2004
76	- Fix to empty comment handling by Frank Ralf
77
780.12  Fri Oct  1 13:00:01 CDT 2004
79	- Fixes to multiline string handling by Michael Soegtrop.
80
810.11  Mon Jul 24 09:24:31 CDT 2000
82	- test.pl script no longer uses diff -B, which is nonportable.
83
840.10  Sun Jul 16 14:24:39 2000
85	- original version; created by Alan Schwartz
86