[libsereal-decoder-perl] branch master updated (5f50897 -> a210443)

Alex Mestiashvili malex-guest at moszumanska.debian.org
Fri Jan 10 10:59:43 UTC 2014


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

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

      from  5f50897    d/changelog: new upstream version 0.37
      adds  6061e33   Imported Upstream version 2.03
       new  4185d11   Merge tag 'upstream/2.03'
       new  4ffaee4   d/changelog: imported new upstream version 2.03 d/control: bumped Standards-Version to 3.9.5,  added Build-Depends: libtest-warn-perl d/copyright: updated Copyright years to 2014
       new  a210443   UNRELEASED->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                                   |  48 ++
 Decoder.xs                                |  91 ++++
 MANIFEST                                  |   3 +
 META.json                                 |   3 +-
 META.yml                                  |   3 +-
 Makefile.PL                               |   1 +
 author_tools/bench.pl                     |  11 +-
 author_tools/freeze_thaw_timing.pl        |  86 +++
 author_tools/hobodecoder.pl               | 148 ++++--
 const-c.inc                               |  90 +++-
 debian/changelog                          |   6 +
 debian/control                            |   3 +-
 debian/copyright                          |  10 +-
 lib/Sereal/Decoder.pm                     |  42 +-
 lib/Sereal/Decoder/Constants.pm           |   3 +
 ptable.h                                  |  77 ++-
 snappy/csnappy_compress.c                 |   6 +-
 snappy/csnappy_internal_userspace.h       |   2 +-
 srl_decoder.c                             | 444 ++++++++++++----
 srl_decoder.h                             |  52 +-
 srl_protocol.h                            |  33 +-
 t/010_desperate.t                         |   3 +-
 t/100_roundtrip.t                         |   2 +-
 t/{100_roundtrip.t => 101_roundtrip_v1.t} |   2 +-
 t/150_dec_exception.t                     |   8 +-
 t/160_recursion.t                         |   2 +-
 t/901_regr_segv.t                         |  16 +
 t/lib/Sereal/TestSet.pm                   | 832 ++++++++++++++++--------------
 xt/900_rand.t                             |  30 +-
 29 files changed, 1421 insertions(+), 636 deletions(-)
 create mode 100644 author_tools/freeze_thaw_timing.pl
 copy t/{100_roundtrip.t => 101_roundtrip_v1.t} (93%)
 create mode 100644 t/901_regr_segv.t

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



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