[libencode-perl] annotated tag upstream/2.88 created (now e6b465d)

gregor herrmann gregoa at debian.org
Fri Dec 2 23:28:17 UTC 2016


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

gregoa pushed a change to annotated tag upstream/2.88
in repository libencode-perl.

        at  e6b465d   (tag)
   tagging  ab2830cbe00bf58306f7e03e927fed070b556510 (commit)
  replaces  upstream/2.87
 tagged by  gregor herrmann
        on  Sat Dec 3 00:22:03 2016 +0100

- Log -----------------------------------------------------------------
Upstream version 2.88

Alex Vandiver (1):
      Rethrow 'utf8' warnings in from_to as well

Andy Grundman (1):
      Fix the encoding-locale test to skip properly if _get_locale_encoding returns undef

Dan Kogai (51):
      Merge pull request #49 from andygrundman/master
      Merge pull request #50 from karenetheridge/patch-1
      Merge pull request #51 from pali/master
      VERSION 2.83
      Merge pull request #52 from pali/master
      Merge pull request #53 from pali/master
      VERSION 2.84
      Merge pull request #54 from polettix/polettix-docpatch-1
      Merge pull request #55 from masiuchi/update-test-more
      Merged: https://rt.cpan.org/Ticket/Display.html?id=115168
      RT#115540 https://rt.cpan.org/Ticket/Display.html?id=115540
      attempt to fix perl 5.{12,14}
      t/decode.t skip test #5: passing typeglobs to decode if perl < v5.16
      Skip tests that pass typeglobs to decode if perl < v5.16
      t/Encode.t now use Test::More
      Merge pull request #56 from pali/master
      Revert "t/Encode.t now use Test::More"
      Revert "Revert "t/Encode.t now use Test::More""
      Revert "Merge pull request #56 from pali/master"
      retry https://github.com/dankogai/p5-encode/pull/56
      Merge pull request #57 from alexmv/from_to
      Merge pull request #58 from tonycoz/cve-2016-1238
      VERSION 2.85
      Patch https://rt.cpan.org/Ticket/Display.html?id=116817
      Merge pull request #60 from ribasushi/master
      Patched: https://rt.cpan.org/Ticket/Display.html?id=111421
      fixed: https://rt.cpan.org/Ticket/Display.html?id=116196
      VERSION 2.86
      Merge pull request #62 from pali/master
      Merge pull request #63 from pali/master
      Merge pull request #65 from pali/master
      Merge pull request #67 from pali/master
      Merge pull request #66 from joyrex2001/master
      Merge pull request #68 from pali/master
      Merge pull request #69 from pali/tests
      Merge pull request #70 from pali/master
      Merge pull request #71 from pali/master
      Merge pull request #72 from pali/master
      Merge pull request #73 from pali/master
      Merge pull request #74 from pali/master
      VERSION 2.87
      Fix 2 of 3 problems Steve Hay found
      Merge pull request #75 from pali/master
      Merge pull request #76 from pali/master
      Merge pull request #77 from pali/no-expressions-in-macros
      Merge pull request #78 from khwilliamson/local
      Merge pull request #80 from pali/master
      Merge pull request #81 from pali/master
      Merge pull request #82 from rurban/g++-6-gh79
      Merge pull request #83 from pali/configlocal
      VERSION 2.88

Flavio Poletti (1):
      Made it explicit that inputs might be changed

Karen Etheridge (1):
      Autrijus -> Audrey

Karl Williamson (1):
      Encode: Rmv impediment to compiling under C++11

Masahiro Iuchi (1):
      t/encoding-locale.t fails with Test::More at 0.80 or before.

Pali (51):
      Encode::MIME::Header: Rewrite both decoder and encoder
      Encode::MIME::Header: Fix valid_q_chars, '-' needs to be escaped
      Encode::MIME::Header: Update description that this module is only for unstructured header
      Encode::utf8: Performance optimization (1) for strict UTF-8 encoder
      Encode::utf8: Performance optimization (2) for strict UTF-8 encoder
      Fix return value of Encode::encode_utf8(undef)
      Encode::utf8: Add tests for Malformed and Overlong UTF-8 sequences
      Encode::utf8: Fix processing invalid UTF-8 subsequences
      Encode::utf8: Check for overflowed and overlong UTF-8 sequences
      Encode::utf8: Fix count of replacement characters for overflowed and overlong UTF-8 sequences
      Generate CHECK value functions with newCONSTSUB() instead with direct XS
      Fix test undef.t: Declare $c variable
      taint.t: Add tests for not tainted strings
      Encode::MIME::Header: Test function use_ok() must be called in BEGIN block
      Encode::MIME::Header: Add test cases with multiple input strings
      Encode::MIME::Header: Use one coding style and cleanup namespace
      Encode::MIME::Header: decode: In strict mode do not try to decode invalid mime words
      Encode::MIME::Header: decode: In non strict mode allows spaces in MIME words
      Encode::MIME::Header: decode: Do not drop trailing empty lines
      Encode::MIME::Header: encode: Do not generate too long MIME words
      Encode::MIME::Name: Fix MIME name for ISO-2022-JP-1
      Encode: Add function find_mime_encoding()
      Encode::MIME::Header: Fix encoding and decoding of inner strings
      Encode::MIME::Header: encode: Implement full support for check flags
      Encode::MIME::Header: encode: Remove use of const SINGLE and call functions directly
      Encode::MIME::Header: decode: Rewrite decoder and implement full support for check flags
      Encode::MIME::Header: Add tests for decoding long strings
      Encode::MIME::Header: decode: Fix decoding MIME words inside comments
      Encode::MIME::Header: Fix charset regex according to RFC 2047 grammar
      Encode::MIME::Header: Extend language regex for RFC 5646 (obsoletes RFC 1766)
      Encode::MIME::Header: Add me into AUTHORS section
      Encode::MIME::Header: Rewrite POD documentation
      Call use_ok in BEGIN block
      Use correct format when skipping tests
      Encode::MIME::Header: Change names of variables and functions to better match Encode terminology
      Encode::MIME::Header: encode: Do not allow to set bigger size of encoded-word as 76 bytes
      Allow to run encoding-locale.t test under older version of Test::More without note function
      Encode::CN::HZ: Do not try to modify readonly scalar $1
      Fix handling of undef, ref, typeglob, UTF8, COW and magic scalar argument in all XS functions
      Revert "Fix panic when encoding undef scalars"
      Enable perl 5.24 on travis
      Fix crash caused by undefined behaviour between two sequence points
      Fix crash 'panic: sv_setpvn called with negative strlen'
      Disable _utf8_on and _utf8_off for tainted values
      Fix compile warning -Wpointer-sign
      Fix compile warning -Wunused-value
      Fix handling of undef, COW and magic scalar argument in Unicode.xs
      Do not use expressions in macros SvTRUE, SvPV, SvIV, attr and attr_true
      Extend COW tests for UTF-8 and Latin1
      Fix test t/mime-header.t to pass on HP-UX 11.23/64 U with perl v5.8.3
      Fix test t/taint.t to pass when Encode::ConfigLocal is present

Peter Rabbitson (2):
      Add/reshuffle missing macro definitions for 5.8.x
      Silence an old-perl warning

Reini Urban (8):
      add PERL_CORE equivalent warnings
      Fix g++-6 -fpermissive array forwards
      encoding tests: cperl keeps the encoding pragma
      fill .gitignore with created files
      fix 2-arg open
      fix Alias with empty $alias argument
      silence enc2xs with make -s
      enc2xs: skip Win32 globbing in CORE

Tony Cook (1):
      CVE-2016-1238: avoid loading optional modules from .

Vincent van Dam (1):
      Fix panic when encoding undef scalars

gregor herrmann (1):
      New upstream version 2.88

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

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



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