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

abe pushed a change to annotated tag upstream/0.400001
in repository libcpan-changes-perl.

        at  7d80270   (tag)
   tagging  6b3ed593a11b532131e94861219f68561252e4ff (commit)
  replaces  upstream/0.30
 tagged by  Axel Beckert
        on  Wed May 27 09:37:27 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 0.400001
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJVZXQ3AAoJEGvmY8daNcl1baoQAIW7ocBraUn8RVb9LSYuv7Sa
fxK6FLA4PYbCk2UpHTE7WYGKW5FIXHdxjnWBvB9e+ORaqpCOi3EfS+j3xwRxLgnv
c4XAqjrw09dMYrTloE/DHPMn5emC2oOK6OVHtl+92i5y1UpzRl8o71nUcdMSpE0v
nW7lYDJQTwxZeUNOzWO1TZM1brPWTG+kZyrUdeIHDh50w6lzQkxiRk9d/j66TVS9
Y4S9NScs4HUEDN9gMoD+FZj2dfW15JnsJV5BHPzNQzf442YkQcEruAyF+r1Ieom7
p7nUsT4fBr0xYm4W3jPcRfZx86pEAQfupdtNdtPadM5UhrZjpudG+vTyNdBPIf1s
NX9M4M2dlXP7xnWleml0Utrxoe1biGx0QxxafT10p2m0g1dSyBpGfkUtu4Wxg9tJ
EQO78/I39TmD9/BY/8W3mlZT5nJoIYVU1pAegmMjl6XqrjiNGzKuPSA3gWg9tOdI
k8ZSNttv1nfrALkIWRdbuVKV5rzLealwEVyYUOdIuocn/DI6hmxklmdoFBMuU7dg
Hz46cTZ9scP9oYLn46JeCPow66TvxDKsa40F6yRGwjlZHJ0EZuJbpjrF+ip3WmFS
uM/zk+uJ7xKy2SavUD/KiEwsKR6IrOgVPgSm4RFDur3WikG7f82D6kNU3ccHWTwi
Z3xE7NWMXiDoOR6VMqwz
=kI9s
-----END PGP SIGNATURE-----

Axel Beckert (1):
      Imported Upstream version 0.400001

Brian Cassidy (95):
      Initial commit
      add Test module
      release date
      add repo info
      Make tests compatible with Test::More that ships with perl 5.10.0 (Fixes 
RT #65543)
      bump ver.
      prep release
      prep release
      remove done_testing from a test
      update self.t
      Attempt to squash warnings for undefined dates and add rudimentary 
version sorting when dates are equal
      add to Changes
      Proper definition of whitespace between version and date (Fixes RT #65678)
      prep release
      Add proper version sorting via version.pm
      prep release
      mention manifest update
      Wrap version parsing in eval()
      perltidy
      prep release
      Handle inconsistent indentation between releases. Be more strict about 
parsing rules for grouping lines.
      Be more lenient when parsing dates. Timestamps (e.g. Tue Mar 29 08:32:16 
2011) are now parsed and converted to W3CDTF.
      add RT # to changelog
      Be more strict about date validation in Test::CPAN::Changes
      Parse the default Dist-Zilla date format
      Sort releases() by version first for greater consistency
      Use version.pm's LAX regex for finding versions
      prep release
      Handle more date/time formats during parsing
      prep release
      more date-related parser updates
      fix regex. requires perl 5.10.0
      prep release
      Eliminate extra whitespace when release data is not defined (RT #67441)
      Require version.pm 0.79, which introduced the $LAX regexp (RT #67613)
      bump test number
      Merge branch 'sort-groups' of https://github.com/yanick/cpan-changes into 
yanick-sort-groups
      changed option to group_sort. tidied. changelog.
      prep release
      i meant date, not data
      Merge pull request #5 from rjbs/master.
      use regex from version.pm
      use version, remove old regex.
      Merge pull request #6 from broquaint/master
      prep release
      group regex should be non-greedy to strip ending whitespace
      Merge pull request #9 from karenetheridge/master
      Merge pull request #10 from karenetheridge/topic/fix_version_regexp
      bit of tidying
      releases() in CPAN::Changes also accepts entries ending in '-TRIAL'
      prep release
      copyright year
      Merge pull request #11 from yanick/tidy_changelog
      Merge pull request #13 from yanick/delete-empty-groups
      pod fix
      prep release
      Require Test::More 0.96 (RT #84994)
      Merge branch 'master' of https://github.com/szabgab/cpan-changes into 
szabgab-master
      parse unknown release dates; separate note from date
      add another common dev release term
      add another preamble example and a note about suggested line length
      properly handle multi-line preamble sections
      update Test::CPAN::Changes to not fail on missing/invalid dates, but warn 
instead
      Missing dates are again invalid, parsable but non-spec-compliant dates 
throw a warning.
      update spec to talk about unknown dates and release note
      Merge branch 'release-dates'
      remove plan from tidy_changelog script
      prep release
      sync versions and prep release
      Fix extra whitespace for empty values after version (RT #87524)
      allow T marker in W3CDTF to be optional. (RT #87499)
      prep release
      Merge pull request #15 from karenetheridge/patch-1
      Merge pull request #16 from tupinek/master
      Fix Dist::Zilla date parsing. Now puts timezone data in note section
      prep release
      prep release
      Fix reference issues when adding a release (RT #90605)
      prep release
      update spec and code to allow any non-word characters between version and 
date
      Merge pull request #18 from haarg/compatible
      Add "SEE ALSO" links to similar modules (RT #94636)
      prep release
      add travis testing
      cut and paste gone wrong
      whitespace
      add module::install to travis
      another shot at travis testing
      Merge pull request #22 from kentfredric/use-groups
      prep release
      Merge pull request #23 from kentfredric/fix-group-overloading
      prep releasse
      Merge pull request #20 from tupinek/master
      use quotemeta on date portion of string (#20)
      changelog

Dan Brook (1):
      Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain.

Dave Rolsky (4):
      Allow more than one space between version and date
      Add space before date fix to Changes
      Handle the case where a change starts with no leading whitespace, and 
still parse continuation lines correctly.
      Add no leading space fix to Changes

Gabor Szabo (1):
      add --check and --help flags

Graham Knop (27):
      use standard capture variables instead of ${^MATCH}
      compatible with 5.8
      distar-ify
      use done_testing
      pod tests required for developers
      kill use_ok
      dos2unix
      clean up travis config
      validate empty note on timestamps
      improved formatting for timestamp test
      include test corpus in manifest
      remove ending blank line when serializing
      use undef for non-existant notes/dates
      when serializing, indent groups by 2 and entries by 4 (or 2 if no groups)
      add spaces around group names when serializing
      remove changelog heading for unreleased version
      Bumping version to 0.400001
      update changelog
      avoid wrapping long tokens like URLs, and don't wrap on NBSP
      require version 0.9906 to ensure $LAX is available
      groups shouldn't have extra brackets in them
      Try to decode latin1 or UTF-8 files when reading
      changelog cleanup
      changelog version.pm prereq bump
      changelog group bracket fix
      changelog encoding improvement
      Release commit for 0.400001

Karen Etheridge (4):
      fix doc link
      use the public API rather than the literal regexp
      RT#76882: accept Changes entries with -TRIAL versions
      typo fix

Kent Fredric (3):
      Factor logic pertaining to each Group within a release to its own object.
      Add test for moo accessor lazy building the value
      Rework name definition to be lazier but still strict and read-only

Michal Špaček (4):
      Move 'use Text::Wrap' to module, which use it. Fix problem with usage of 
CPAN::Changes::Release class.
      Merge pull request #1 from bricas/master
      Add test for W3CDTF datetime with timezone.
      Fix match string for regexp (escape +, which is regexp quantifier).

Ricardo Signes (2):
      change regex delimiter to improve synhi under Vim
      assert that the current version has changes

Yanick Champoux (5):
      support for a NEXT token
      add 'delete_empty_groups' methods
      add the option to sort groups
      adding utility script
      don't delete '' group by mistake

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

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/libcpan-changes-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to