[libyaml-perl] annotated tag upstream/1.11 created (now 51192b4)

gregor herrmann gregoa at debian.org
Wed Sep 17 16:38:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.11
in repository libyaml-perl.

        at  51192b4   (tag)
   tagging  64b36930eac5469c1ea087ba82751eafba695523 (commit)
  replaces  upstream/1.09
 tagged by  gregor herrmann
        on  Wed Sep 17 18:35:26 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 1.11

Adam Kennedy (13):
      Importing current production YAML.pm as a starting point for bug fixes
      Moving to version-agnostic name to start work
      This is an inherently tricky test to maintain, probably not worth it
      My attempt at a cleaned up version of YAML.pm
      Prepare for test release
      Adding 2009 copyright statement
      Correcting the dev version setting
      Removed the eval $VERSION.
      Updating version for prod release
      import YAML 0.70 from CPAN
      Moving minimum Perl to 5.8.1
      import YAML 0.71 from CPAN
      - Upgrade to Module::Install 1.00

Alexandr Ciornii (3):
      mention YAML::Tiny instead of YAML::Lite
      another mention of YAML::Tiny
      Error in YAML::Dumper in case YAML was not loaded earlier (RT#19838)

David Warring (1):
      Force escaping of single '-'

Ingy dot Net (42):
      initial import of YAML 0.25 from CPAN
      import YAML 0.26 from CPAN
      import YAML 0.30 from CPAN
      import YAML 0.35 from CPAN
      import YAML 0.49_01 from CPAN
      import YAML 0.36 from CPAN
      import YAML 0.37 from CPAN
      import YAML 0.38 from CPAN
      import YAML 0.49_70 from CPAN
      import YAML 0.50 from CPAN
      import YAML 0.51 from CPAN
      import YAML 0.52 from CPAN
      import YAML 0.53 from CPAN
      import YAML 0.54 from CPAN
      import YAML 0.55 from CPAN
      import YAML 0.56 from CPAN
      import YAML 0.57 from CPAN
      import YAML 0.58 from CPAN
      import YAML 0.60 from CPAN
      import YAML 0.61 from CPAN
      import YAML 0.62 from CPAN
      import YAML 0.63 from CPAN
      import YAML 0.64 from CPAN
      import YAML 0.65 from CPAN
      import YAML 0.66 from CPAN
      import YAML 0.67 from CPAN
      import YAML 0.68 from CPAN
      remove generated files
      Released version 0.74
      add Mo to dumper
      Mo in YAML::Loader
      convert YAML/Loader/Base.pm
      ...
      Convert YAML/Dumper/Base
      ...
      convert YAML/Error
      convert YAML/Types
      convert YAML/Node
      Released version 0.75
      Released version 0.76
      Released version 0.77
      use new Mo::Inline

Ingy döt Net (68):
      Merge pull request #3 from Perlover/patch-1
      Merge branch 'master' of github.com:ingydotnet/yaml-pm
      Released version 0.78
      Update docs.
      Released version 0.79
      Released version 0.80
      Released version 0.81
      Merge pull request #6 from patch/master
      Merge pull request #11 from kentfredric/rt19838
      Fix for rt-90593
      bump year in copyright
      remove spurious trailing whitespace
      version bump
      use Mo 0.38
      Released version 0.85
      Revert YAML::Mo for https://rt.cpan.org/Public/Bug/Display.html?id=90817
      Released version 0.86
      Bump to 0.87
      Released version 0.87
      Released version 0.88
      Add a travis.yml file for CI testing
      dzilify
      fix Changes errors
      latest Mo
      travis install coveralls
      forgot Spiffy in travis
      skip test on 5.8
      Merge pull request #4 from sst23/master
      Merge pull request #15 from kentfredric/parallel-safe
      test again on travis
      make work with includer
      v0.89
      revert to previous Mo. Zefram reporting errors
      v0.90
      Merge pull request #22 from dwarring/patch-1
      Add test for #22
      v0.91
      Merge pull request #23 from woremacx/master
      v0.92
      Switch repo layout to zilla-dist style
      Try 5.20 on travis
      Revert 5.20 change. Not supported yet.
      Add badges to doc
      0.93
      0.93
      Don't need this anymore
      Finish migrating doc to Kwim
      Try to fix 5.8 on travis
      0.94
      New badge syntax
      Merge pull request #26 from mcast/blessed-glob
      0.95
      0.96
      0.97
      0.98
      CPAN Release 0.99
      CPAN Release 1.00
      CPAN Release 1.01
      CPAN Release 1.02
      CPAN Release 1.03
      CPAN Release 1.04
      CPAN Release 1.05
      CPAN Release 1.06
      CPAN Release 1.07
      CPAN Release 1.08
      CPAN Release 1.09
      CPAN Release 1.10
      CPAN Release 1.11

Jesse Vincent (2):
      Import 0.72
      Import 0.73 from CPAN

Kent Fredric (7):
      Add a "require YAML" pragma to YAML::Dumper.
      Add a test for the basic usecase of YAML::Dumper
      Update Changes. Note: This document appears not to parse with YAML anyway.
      t/bugs-rt.t: Use a longer qualifier than simply PIDNO, mostly to help a user to cleanup files that may occur as a result of this call, and to make it less likely to find a collision even on systems with low values of PIDMAX
      t/dump-file-utf8.t: Use a more unique name for the dumpfile, based on the test name and the pid, so that you could even run multiple copies of the same test without it being a likely problem. Also avoids a conflict with dump-file.t in parallel testing, which was doing IO to the same file, but with different data
      t/dump-file.t: Use a more unique name for the dump-file , same rationale as dump-file-utf8.t
      Changes: Document net effect of kentnl's tests patches

Matt S Trout (7):
      Make YAML::Node subclass YAML::Mo::Object as well as Exporter (MSTROUT)
      Released version 0.82
      Explicit tied() call on globs to avoid a 5.16 deprecation warning
      only call tell() if fileno() returned something
      also move stat() into the fileno check
      Released version 0.83
      Released version 0.84

Matthew Astley (4):
      basic failing test for RT#67678 [Cannot dump blessed globs]
      glob tests - more complicated
      bodge fix for blessed globs
      demonstrate dumping of tricked-out blessed glob

Nick Patch (2):
      fix typos
      add encoding to pod

Olivier dolmen Mengué (6):
      Set file encoding to UTF-8 in LoadFile/DumpFile (RT#25434).
      Missing test case for RT#25434.
      Fix dump-file-utf8 test: unlink was not in the right place.
      Fix close.
      Clean spaces at end of lines.
      Do we need to check for $Config{useperlio} for binmode(H, ':utf8') ?

Perlover (1):
      Update lib/YAML.pm

Ryan King (2):
      import YAML 0.39 from CPAN
      import YAML 0.39 from CPAN

Sebastian Stumpf (2):
      fixed warning 'defined(@array) is deprecated'
      fix warning 'defined(@array) is deprecated'

Thorsten Eckel (2):
      Improved tests.
      PR #18

ehuelsmann (3):
      Report an error message mentioning indentation when choking on non-space indentation (with test).
      die() should be called as a method of $self \(\?\).
      Remove die() which can't be called (regex always matches).

gregor herrmann (1):
      Imported Upstream version 1.11

woremacx (1):
      remove invalid dependency provided by YAML:

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-perl.git



More information about the Pkg-perl-cvs-commits mailing list