~ubuntu-branches/ubuntu/trusty/liblocale-po-perl/trusty

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Alastair McKinstry
  • Date: 2009-06-06 16:56:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090606165655-tthh1ih8xnt0w8n5
Tags: 0.21-1
* New upstream version.  
* Add debian/watch file.
* Move to debian/compat 7. No changes required.
* Move to Standards-Version: 3.8.1. No changes required.
* Include ${misc:Depends}.
* Fix Build-Dependencies; debhelper is in Build-Depends for clean;
  the rest in Build-Depends-Indep. Now lintian clean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Perl extension Locale::PO.
2
2
 
 
3
0.21  May 19 2008
 
4
   -  BUG #35939 - Locale::PO is now correctly subclassable
 
5
      (patch provided by Cosimo Streppone)
 
6
0.20  Mar 15 2008
 
7
   -  BUG #34110 - fixed a rather serious problem with the dist not building on 
 
8
      anything but a Mac
 
9
0.19  Mar 14 2008
 
10
    - FEATURE: Added msgctxt support (thanks to Kevin Scannell for the patch)
 
11
0.18  Mar 14 2008
 
12
    - New maintainer: Ken Prows
 
13
    - BUG #33969: Fixed a problem with multi-line msgid_plural entries
 
14
    - BUG #18679: Obsolete entries (#~) are now preserved
 
15
    - API: The following methods are now private:
 
16
      load_file, save_file, normalize_str, dump_multi_comment
 
17
      Apologies to anyone using these (undocumented) methods.
 
18
    - FEATURE: Added "loaded_line_number" accessor which returns the line number
 
19
      that an entry started at in the loaded po file
 
20
    - FEATURE: Now preserves any flag encountered in a #~ comment 
 
21
    - Expanded POD 
 
22
    - Thanks to Kalle Olavi Niemitalo for help in making many of these changes
 
23
 
3
24
0.17  Tue May 22 12:07:00 CDT 2007
4
25
    - Improved regexes in load_file to handle whitespace better.
5
26
      Suggested by Byron Hammond.
24
45
        - test.pl script no longer uses diff -B, which is nonportable.
25
46
 
26
47
0.10  Sun Jul 16 14:24:39 2000
27
 
        - original version; created by h2xs 1.19
 
48
        - original version; created by Alan Schwartz
28
49