[libsereal-encoder-perl] 01/07: Merge tag 'upstream/3.006'

gregor herrmann gregoa at debian.org
Mon Nov 16 21:01:44 UTC 2015


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

gregoa pushed a commit to branch master
in repository libsereal-encoder-perl.

commit 793ad0380c0a6c441970c348bd2af6af01016cb3
Merge: bdbd9f2 5086385
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Nov 16 21:51:59 2015 +0100

    Merge tag 'upstream/3.006'
    
    Upstream version 3.006

 Changes                             |   20 +-
 Encoder.xs                          |    9 +-
 MANIFEST                            |   10 +-
 META.json                           |    6 +-
 META.yml                            |    4 +-
 Makefile.PL                         |   89 +-
 author_tools/bench.pl               |    2 +-
 author_tools/hobodecoder.pl         |   32 +-
 author_tools/update_from_header.pl  |    2 +-
 inc/Sereal/BuildTools.pm            |  159 +-
 lib/Sereal/Encoder.pm               |   49 +-
 lib/Sereal/Encoder/Constants.pm     |    2 +-
 miniz.c                             | 9844 +++++++++++++++++------------------
 snappy/csnappy_decompress.c         |    6 +-
 snappy/csnappy_internal_userspace.h |   22 +-
 srl_buffer.h                        |   18 +-
 srl_common.h                        |    4 +
 srl_encoder.c                       |  113 +-
 srl_encoder.h                       |    1 +
 srl_error.h                         |   28 -
 srl_protocol.h                      |    4 +
 srl_reader.h                        |   60 +
 srl_reader_decompress.h             |  153 +
 srl_reader_error.h                  |   32 +
 srl_reader_misc.h                   |   50 +
 srl_reader_types.h                  |   17 +
 srl_reader_varint.h                 |  218 +
 srl_stack.h                         |  213 +
 srl_taginfo.h                       |    3 +
 t/002_have_enc_and_dec.t            |   22 +
 t/005_flags.t                       |   87 +
 t/lib/Sereal/TestSet.pm             |  368 +-
 typemap                             |    4 +
 33 files changed, 6341 insertions(+), 5310 deletions(-)

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