[libsereal-encoder-perl] branch master updated (7d935d8 -> dbe54b4)

Alex Mestiashvili malex-guest at moszumanska.debian.org
Wed Apr 29 11:49:12 UTC 2015


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

malex-guest pushed a change to branch master
in repository libsereal-encoder-perl.

      from  7d935d8   releasing package libsereal-encoder-perl version 3.003-1
      adds  04a915e   Imported Upstream version 3.005.001
       new  ed30ccc   Merge tag 'upstream/3.005.001'
       new  d29dae3   d/changelog: new upstream version d/control: cme fix dpkg d/copyright: updated debian/* Copyright year
       new  dbe54b4   d/changelog: upload to unstable

The 3 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                            |   22 +-
 Encoder.xs                         |   49 +-
 MANIFEST                           |    9 +-
 META.json                          |    6 +-
 META.yml                           |    4 +-
 Makefile.PL                        |   35 +-
 author_tools/bench.pl              |  551 +++++++-----
 author_tools/decode.pl             |  361 ++++++++
 author_tools/hobodecoder.pl        |   57 +-
 author_tools/update_from_header.pl |  145 +++-
 const-c.inc                        | 1020 ----------------------
 const-xs.inc                       |   90 --
 debian/changelog                   |    8 +
 debian/control                     |    9 +-
 debian/copyright                   |    2 +-
 inc/Sereal/BuildTools.pm           | 1223 +-------------------------
 lib/Sereal/Encoder.pm              |   64 +-
 lib/Sereal/Encoder/Constants.pm    | 1680 ++++++++++++++++++------------------
 ptable.h                           |  161 ++--
 srl_buffer.h                       |  258 +++---
 srl_buffer_types.h                 |    9 +-
 srl_common.h                       |    2 +-
 srl_compress.h                     |  217 +++++
 srl_encoder.c                      |  529 +++++-------
 srl_encoder.h                      |  100 ++-
 srl_error.h                        |   28 +
 srl_protocol.h                     |  104 +--
 srl_taginfo.h                      |  369 ++++++++
 t/022_canonical_refs.t             |   21 +
 t/030_canonical_vs_test_deep.t     |   51 ++
 t/170_cyclic_weakrefs.t            |  127 +++
 t/lib/Sereal/TestSet.pm            |   46 +-
 typemap                            |    5 +-
 33 files changed, 3307 insertions(+), 4055 deletions(-)
 create mode 100644 author_tools/decode.pl
 delete mode 100644 const-c.inc
 delete mode 100644 const-xs.inc
 create mode 100644 srl_compress.h
 create mode 100644 srl_error.h
 create mode 100644 srl_taginfo.h
 create mode 100644 t/022_canonical_refs.t
 create mode 100644 t/030_canonical_vs_test_deep.t
 create mode 100644 t/170_cyclic_weakrefs.t

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



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