[libsereal-decoder-perl] branch master updated (10cdc65 -> 46e9f70)

gregor herrmann gregoa at debian.org
Sun Nov 29 14:03:48 UTC 2015


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

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

      from  10cdc65   releasing package libsereal-decoder-perl version 3.006-1
      adds  dcf111f   Imported Upstream version 3.008
       new  f4ae473   Merge tag 'upstream/3.008'
       new  e45cee6   New upstream release.
       new  46e9f70   releasing package libsereal-decoder-perl version 3.008-1

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                                            |  11 ++
 Decoder.xs                                         |  10 +-
 MANIFEST                                           |   5 +
 META.json                                          |  35 +---
 META.yml                                           |  23 +--
 author_tools/hobodecoder.pl                        |   6 +-
 author_tools/update_flag_consts.pl                 |  65 +++++++
 debian/changelog                                   |   7 +
 inc/Sereal/BuildTools.pm                           |  18 +-
 lib/Sereal/Decoder.pm                              | 192 +++++++++++++++++++-
 lib/Sereal/Decoder/Constants.pm                    |   2 +-
 srl_common.h                                       |   4 +-
 srl_decoder.c                                      |  68 ++++---
 srl_decoder.h                                      |   2 +-
 srl_reader_error.h                                 |   2 +
 t/005_flags.t                                      |   4 +-
 t/020_incremental.t                                |  16 +-
 t/040_special_vars.t                               |   2 -
 t/070_alias_options.t                              |   1 -
 t/071_alias_reserealize.t                          |  70 ++++++++
 t/400_evil.t                                       | 200 +++++++++++++++++++++
 t/400_utf8validate.t                               |   1 +
 t/700_roundtrip/v1/plain_canon.t                   |   2 +-
 t/700_roundtrip/v2/plain_canon.t                   |   2 +-
 t/700_roundtrip/v3/plain_canon.t                   |   2 +-
 .../{v2/sort_keys.t => v3/sort_keys_perl.t}        |   2 +-
 .../{v2/sort_keys.t => v3/sort_keys_perl_rev.t}    |   2 +-
 t/lib/Sereal/TestSet.pm                            |  86 ++++++---
 28 files changed, 707 insertions(+), 133 deletions(-)
 create mode 100644 author_tools/update_flag_consts.pl
 create mode 100644 t/071_alias_reserealize.t
 create mode 100644 t/400_evil.t
 copy t/700_roundtrip/{v2/sort_keys.t => v3/sort_keys_perl.t} (88%)
 copy t/700_roundtrip/{v2/sort_keys.t => v3/sort_keys_perl_rev.t} (88%)

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