~ubuntu-branches/ubuntu/precise/libyaml-tiny-perl/precise

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): John Lightsey
  • Date: 2010-07-20 07:02:42 UTC
  • mfrom: (1.1.11 upstream) (4.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100720070242-q4diqd0xhvppucuo
Tags: 1.43-1
* New upstream release
* Update standards version to 3.9.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Perl extension YAML-Tiny
2
2
 
 
3
1.43 Sat 10 Jul 2010
 
4
        - No functional changes, upgrading is not required
 
5
        - Don't import Carp 'croak' any more, saving a few K
 
6
 
 
7
1.42 Fri 25 Jun 2010
 
8
        - No functional changes, upgrading is not required
 
9
        - Clarified documation to explain that YAML::Tiny escapes "bool"
 
10
          keywords when it writes them as strings so that YAML parsers in
 
11
          other languages won't get confused, but this does not mean that
 
12
          YAML::Tiny actually supports boolean types itself.
 
13
        - Added an extra test case for boolean keyword escaping.
 
14
        - YAML::Perl comparison tests were loading the file back in with
 
15
          YAML.pm by mistake. Corrected this and added an additional case
 
16
          that YAML::Perl doesn't support that I wasn't catching.
 
17
        - Author tests updated and moved into xt/
 
18
        - Updated the versions of the other YAML parsers we test ourselves
 
19
          against to the most recent versions of each.
 
20
 
3
21
1.41 Fri 11 Dec 2009
4
22
        - Fixes a performance bug reported by Apocalypse.
5
23
          Single line double-quoted strings longer than 32,000ish characters