[libencode-perl] annotated tag upstream/2.63 created (now 217ae61)

gregor herrmann gregoa at debian.org
Mon Oct 20 18:23:18 UTC 2014


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

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

        at  217ae61   (tag)
   tagging  c4b5f2b4708c4c538e568ac67bbc70b9dc8075fc (commit)
  replaces  upstream/2.62
 tagged by  gregor herrmann
        on  Mon Oct 20 20:15:21 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 2.63

Dan Kogai (52):
      Applied: https://rt.cpan.org/Ticket/Display.html?id=84695
      Addressed: https://rt.cpan.org/Ticket/Display.html?id=84709
      Addressed: https://rt.cpan.org/Ticket/Display.html?id=84879
      Addressed: https://rt.cpan.org/Ticket/Display.html?id=84879
      VERSION 2.50
      Addressed: https://rt.cpan.org/Public/Bug/Display.html?id=84920 https://rt.cpan.org/Public/Bug/Display.html?id=84919
      VERSION 2.51
      https://rt.cpan.org/Public/Bug/Display.html?id=85693
      RT #86974: Patch to output #includes in deterministic order
      RT #84992: Documentation buglet
      addressed RT#87831
      Addressed: RT#87340
      added "5.8" to .travis.yml
      VERSION 2.52
      Merge pull request #9 from dsteinbrunner/patch-1
      Merge pull request #10 from vsespb/master
      Merge pull request #11 from miyagawa/decode-utf8
      VERSION 2.53
      Merge pull request #12 from miyagawa/decode-utf8
      Addressed RT#88230 (COW breakage with _utf8_on())
      VERSION 2.54
      Merge pull request #15 from dolmen/fix/base-to-parent
      RT#88663
      VERSION 2.55
      add 5.18 to .travis.yml
      VERSION 2.56
      VERSION 2.56
      RT#91763
      Merge pull request #17 from plicease/sun
      VERSION 2.57
      Merge pull request #18 from moritz/fallback-docs
      Update Changes
      Merge pull request #20 from rurban/remap-symname
      VERSION 2.58
      Restored the signature of Encode_XSEncoding() to address RT#94478
      VERSION 2.59
      removed #define U8 U8
      Addressed: sign extension issue found by Coverity #21
      Applied: more Fix Windows build (of Encode) with VC++ 6.0
      add README.md
      VERSION 2.60
      Update README.md
      Applied: RT#95466
      Applied: piconv nit
      added os: to .travis.yml
      added 5.20 to .travis.yml
      VERSION 2.61
      Merged from perl.git: "Fix Encode 2.60 with g++"
      VERSION 2.62
      Merge pull request #24 from bulk88/master
      pre-2.63
      VERSION 2.63

David Steinbrunner (1):
      Added repository cpan metadata

Graham Ollis (1):
      sun compiler (maybe others) doesn't like UTF-8 in the source

Moritz Lenz (1):
      [doc] clarify that CHECK coderefs return octets

Olivier Mengué (3):
      Encode: do not inherit from Exporter
      Encode::Alias: do not inherit from Exporter
      "use base ..." -> "use parent"

Reini Urban (2):
      Extend Encode_XSEncoding for the symbol name
      fix -Wdeclaration-after-statement for ISO C90

Tatsuhiko Miyagawa (2):
      Do not short-circuit decode_utf8 with utf8 flags
      Add test for ff65c71aa64c0efd285e6905ac68ba4e2cb25541

Victor (1):
      document decode_utf8 behaviour more precise

bulk88 (1):
      add PERL_NO_GET_CONTEXT to all dynamic libs

charsbar (1):
      Encode: silenced a warning by from_to(..., 'Guess', ...)

dankogai (64):
      lang/perl/Encode: available now @ CodeRepos!
      ported back from Perl 5.10-RC1
      Changes: Noted http://coderepos.org/share/changeset/1791
      POD fix by tels
      Encode-2.24 Released!
      Encode-2.24 Released!
      Encode-2.24 Released!
      646 by jhi
      Perl 5.10/Encode 2.24: Tiny typo in Encode's Makefile.PL arg processing
      added ':default' to Exporter option
      Encode-2.25 Released!
      Jcode.pm - a successor to jcode.pl, a bridge to Encode.pm
      Version 2.26
      Unicode/Unicode.xs Refactored by Alex Davies
      VERSION 2.27
      VERSION 2.27
      VERSION 2.28
      VERSION 2.28
      VERSION 2.29
      drry, // is NOT SUPPORTED before perl 5.10!
      VERSION 2.30
      VERSION 2.31
      reflected http://coderepos.org/share/changeset/30790 to Changes and AUTHORS
      VERSION 2.32
      no $&, please!
      VERSION 2.33
      patch from nclark applied (manually)
      patch from nclark applied (manually)
      VERSION 2.34
      VERSION 2.34 (t/perlio.t fixed)
      RT #47760
      VERSION 2.35
      VERSION 2.35 https://rt.cpan.org/Ticket/Display.html?id=49462
      VERSION 2.37 - http://rt.cpan.org/Ticket/Display.html?id=49466https://rt.cpan.org/Ticket/Display.html?id=49462
      CodeRepos Does not Seem to Support propedit PROPNAME --revprop -r REV
      VERSION 2.37 - http://rt.cpan.org/Ticket/Display.html?id=49466
      $PERL_CORE trick is now off when built under perl 5.11 or better
      Addressed RT#49776
      Version 2.38
      applied:patch for blead-integration by jesse
      decode("utf8", $malformed, sub{ ... }) # now works!
      VERSION 2.39
      Applied http://coderepos.org/share/changeset/37731
      VERSION 2.40
      Applied: RT#63286: Various Encode::Alias improvements
      Addressed: http://rt.cpan.org/Ticket/Display.html?id=63387
      VERSION 2.41
      VERSION 2.42
      VERSION 2.43
      VERSION 2.44
      https://github.com/dankogai/p5-encode/pull/5
      https://github.com/dankogai/p5-encode/pull/4
      VERSION 2.45
      VERSION 2.46
      REAL fix for RT#75670
      VERSION 2.47
      + .travis.yml
      + .gitignore
      merged pull requests #6 and #7 on github
      merged pull request #6 on github
      addressed RTs
      VERSION 2.48
      Applied: https://github.com/chansen/p5-encode/commit/c0aaf6c930e6a0530184bcbcfaa5a98dc8d8c772
      VERSION 2.49

drry (4):
      lang/perl/Encode/trunk/ucm/macJapanese.ucm: fixed a typo in comment. (probably)
      * fixed regexes.
      * oops. [29767]
      * fixed a mistake i made. i'm sorry.

gregor herrmann (1):
      Imported Upstream version 2.63

miyagawa (4):
      make ucmlint executable
      Encode: spacing fix. no functional change.
      lang/perl/Encode:
      Revert [29767] and [29771] since it breaks perl 5.8

otsune (1):
      Resurrected lang/perl from revision 7636

tokuhirom (1):
      encode(undef, 'str') should die more earlier

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

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