[libencode-perl] branch master updated (ec6733e -> 34d42d1)

gregor herrmann gregoa at debian.org
Fri Oct 28 23:42:11 UTC 2016


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

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

      from  ec6733e   Releasing 2.86-1 to unstable
      adds  8524849   New upstream version 2.87
       new  f945ed5   Merge tag 'upstream/2.87'
       new  97cd75d   Update debian/changelog
       new  15133dc   add bug closer
       new  34d42d1   releasing package libencode-perl version 2.87-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:
 Changes                   |  44 ++++-
 Encode.pm                 |  31 ++-
 Encode.xs                 | 461 ++++++++++++++++++++-------------------------
 Encode/_T.e2x             |   6 +-
 MANIFEST                  |   6 +
 META.json                 |   2 +-
 META.yml                  |   2 +-
 debian/changelog          |   8 +
 encoding.pm               |   2 +-
 lib/Encode/CN/HZ.pm       |   5 +-
 lib/Encode/MIME/Header.pm | 471 ++++++++++++++++++++++++++++++----------------
 lib/Encode/MIME/Name.pm   |  14 +-
 t/at-cn.t                 |   4 +-
 t/at-tw.t                 |   4 +-
 t/decode.t                |  56 +++++-
 t/enc_data.t              |   6 +-
 t/enc_eucjp.t             |   2 +-
 t/enc_module.t            |   6 +-
 t/enc_utf8.t              |   2 +-
 t/encoding-locale.t       |   2 +-
 t/encoding.t              |   4 +-
 t/fallback.t              |   2 +-
 t/jperl.t                 |   4 +-
 t/magic.t                 | 141 ++++++++++++++
 t/mime-header.t           | 215 +++++++++++++++++++--
 t/mime-name.t             |  34 +++-
 t/rt113164.t              |  38 ++++
 t/rt65541.t               |  29 +++
 t/rt76824.t               |  60 ++++++
 t/rt85489.t               |  48 +++++
 t/rt86327.t               |  33 ++++
 t/taint.t                 |  27 ++-
 t/utf8ref.t               |  21 ++-
 t/utf8strict.t            |  51 ++++-
 34 files changed, 1362 insertions(+), 479 deletions(-)
 create mode 100644 t/magic.t
 create mode 100644 t/rt113164.t
 create mode 100644 t/rt65541.t
 create mode 100644 t/rt76824.t
 create mode 100644 t/rt85489.t
 create mode 100644 t/rt86327.t

-- 
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