[libencode-perl] branch master updated (bed7323 -> a9f19dc)

gregor herrmann gregoa at debian.org
Sat Jul 4 19:09:05 UTC 2015


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

gregoa pushed a change to branch master
in repository libencode-perl.

      from  bed7323   releasing package libencode-perl version 2.73-1
      adds  07ee44a   Validate continuations in the incremental UTF-X decoder
      adds  3e9fd0c   Merge pull request #25 from chansen/master
      adds  5f0737a   SPAGAIN after call_pv(), which can reallocate the perl stack
      adds  020f2fc   Merge pull request #23 from tonycoz/spagain
      adds  a6c2ba3   Catch and re-issue utf8 warnings at a higher level
      adds  d2e1633   Merge pull request #26 from dagolden/catch-utf8-warnings
      adds  6f1f873   Retouch pull #26 so it works with perl < 5.14
      adds  619d5a1   VERSION 2.64
      adds  f84cb7f   applied 3 patches from jhi
      adds  47595f2   VERSION 2.65
      adds  0f17fcf   VERSION 2.65
      adds  1dc34a2   Address RT#100656
      adds  6917602   VERSION 2.66
      adds  6e6588a   addressed RT#100105
      adds  fe2d83f   addressed RT#100105 w/ old perl support
      adds  8466238   VERSION 2.67
      adds  aec2497   RT#101345
      adds  f5240ca   Improved RT#101345
      adds  eca8927   Remove redundant sentence fragment
      adds  2cf8a5d   Fix a few misplaced characters
      adds  7cb106c   Insert "not" after "unfortunately"
      adds  8a77500   Merge pull request #27 from rwstauner/pod-fixes
      adds  573190b   ensure decode is tested against a tainted string to isolate failures
      adds  f43da80   maintain taint flag when encoding MIME on old perl
      adds  4d9fd3a   Merge pull request #29 from haarg/mime-taint-5.8
      adds  72fdc03   Fix C++ build on Windows with VC++
      adds  57cbf97   Merge pull request #30 from steve-m-hay/master
      adds  eed7551   VERSION 2.68
      adds  69e2b09   Bump $VERSION in module changed since Encode-2.60
      adds  08392c3   Merge pull request #31 from steve-m-hay/master
      adds  6ef376f   Added bin wrapper for Encode::Guess
      adds  461d5bd   added encguess to MANIFEST
      adds  7ff7ec0   edited to be more consistent
      adds  dfafaba   Merge pull request #32 from mnlagrasta/rt98660
      adds  c748222   refactor bin/encguess
      adds  7e99b47   VERSION 2.69
      adds  adc6bdc   VERSION 2.70
      adds  af45e6a   gitignore build artifacts
      adds  be41290   Merge pull request #35 from mcandre/gitignore
      adds  ddf8a7c   show encguess example per #33
      adds  829bf6d   Merge pull request #34 from mcandre/encguess
      adds  cb1b8ad   Sync encoding.pm with blead
      adds  47c613a   Merge pull request #36 from khwilliamson/master
      adds  84b9c11   address https://github.com/dankogai/p5-encode/issues/37
      adds  afcba14   Encode::encoding: Don't fail 'no encoding' on EBCDIC
      adds  6b56748   Merge pull request #38 from khwilliamson/master
      adds  7874bd9   VERSION 2.71
      adds  5ac0595   VERSION 2.72
      adds  3fc8e9d   encoding.pm: HAS_PERLIO is now a constant that allows inlining
      adds  5d76b1d   encoding.pm: inline code that relies on perl 5.21.7 check
      adds  49d1f8b   Merge pull request #39 from dolmen/encoding-pm/more-inlining
      adds  4ed9ed0   encoding::_get_locale_encoding: major rewrite
      adds  dd9bc61   Add t/encoding-locale.t: test encoding::_get_locale_encoding()
      adds  a4d9134   Merge pull request #40 from dolmen/fix/rewrite-_get_locale_encoding
      adds  924c04f   Address RT#103253
      adds  c471e0f   add t/isa.t
      adds  60a3ff8   VERSION 2.73
      adds  2df66d6   Addressed RT#104422
      adds  da7b940   update .travis.yml
      adds  65ee96a   Address https://rt.cpan.org/Ticket/Display.html?id=105471
      adds  61549f1   Addressed https://rt.cpan.org/Ticket/Display.html?id=102826
      adds  f15f69f   https://rt.cpan.org/Ticket/Display.html?id=101486
      adds  a947869   VERSION 2.74
      adds  4642d84   VERSION 2.75
      adds  6518742   Imported Upstream version 2.75
       new  fce3184   Merge tag 'upstream/2.75'
       new  814f3ad   Update debian/changelog
       new  35b95ef   Update years of packaging copyright.
       new  a9f19dc   releasing package libencode-perl version 2.75-1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Byte/Makefile.PL          |  6 ++--
 CN/Makefile.PL            |  6 ++--
 Changes                   | 33 ++++++++++++++++++++--
 EBCDIC/Makefile.PL        |  6 ++--
 Encode.pm                 |  4 +--
 JP/Makefile.PL            |  6 ++--
 KR/Makefile.PL            |  6 ++--
 META.json                 |  5 ++--
 META.yml                  |  5 ++--
 Makefile.PL               | 10 +++----
 Symbol/Makefile.PL        |  6 ++--
 TW/Makefile.PL            |  6 ++--
 Unicode/Unicode.pm        |  2 +-
 Unicode/Unicode.xs        | 12 ++++----
 bin/enc2xs                | 72 ++++++++++++++++++++++++++++++++++++-----------
 debian/changelog          |  7 +++++
 debian/copyright          |  2 +-
 encoding.pm               |  4 +--
 lib/Encode/MIME/Header.pm |  4 +--
 19 files changed, 141 insertions(+), 61 deletions(-)

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



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