[med-svn] [libzstd] branch master updated (6ddfa63 -> 740ac12)

Alex Mestiashvili malex-guest at moszumanska.debian.org
Thu Dec 21 13:30:06 UTC 2017


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

malex-guest pushed a change to branch master
in repository libzstd.

      from  6ddfa63   Upload to unstable
       new  f91a9a7   Update File-Excluded list in d/copyright
       new  da4c033   New upstream version 1.3.3+dfsg
       new  9a3b1db   Update upstream source from tag 'upstream/1.3.3+dfsg'
       new  d3bcdd4   Refresh patches
       new  2653f3c   Add zlib1g-dev to Build-Deps to enable gzip support in zstd, Closes: #883827
       new  740ac12   Update changelog, prepare for release

The 6 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:
 .buckconfig                                        |    9 -
 .buckversion                                       |    1 -
 .travis.yml                                        |   59 -
 Makefile                                           |   12 +-
 NEWS                                               |   12 +
 README.md                                          |   61 +-
 contrib/long_distance_matching/ldm.c               |    3 +-
 contrib/meson/meson.build                          |   49 +-
 debian/changelog                                   |    9 +
 debian/control                                     |    3 +-
 debian/copyright                                   |    3 +
 .../0011-skip-long-running-tests_on_hurd.patch     |   22 +-
 debian/patches/0012-typos.patch                    |    4 +-
 doc/images/linux-4.7-12-compress.png               |  Bin 0 -> 93913 bytes
 doc/images/linux-4.7-12-decompress.png             |  Bin 0 -> 56215 bytes
 doc/images/linux-git-compress.png                  |  Bin 0 -> 105620 bytes
 doc/images/linux-git-decompress.png                |  Bin 0 -> 54333 bytes
 doc/images/zstd_logo86.png                         |  Bin 0 -> 5963 bytes
 doc/zstd_compression_format.md                     |    6 +-
 doc/zstd_manual.html                               |  120 +-
 lib/BUCK                                           |   41 +-
 lib/common/bitstream.h                             |    2 +-
 lib/common/mem.h                                   |   28 +-
 lib/common/pool.c                                  |    3 +-
 lib/common/zstd_common.c                           |   14 +-
 lib/common/zstd_internal.h                         |  222 +---
 lib/compress/zstd_compress.c                       |  771 +++++++------
 .../{zstd_compress.h => zstd_compress_internal.h}  |  227 +++-
 lib/compress/zstd_double_fast.c                    |    1 +
 lib/compress/zstd_double_fast.h                    |    5 +-
 lib/compress/zstd_fast.c                           |    1 +
 lib/compress/zstd_fast.h                           |    5 +-
 lib/compress/zstd_lazy.c                           |  116 +-
 lib/compress/zstd_lazy.h                           |    5 +-
 lib/compress/zstd_ldm.h                            |    5 +-
 lib/compress/zstd_opt.c                            | 1180 +++++++++-----------
 lib/compress/zstd_opt.h                            |    4 +-
 lib/compress/zstdmt_compress.c                     |  210 ++--
 lib/compress/zstdmt_compress.h                     |   22 +-
 lib/decompress/zstd_decompress.c                   |   72 +-
 lib/deprecated/zbuff_compress.c                    |    1 +
 lib/dictBuilder/zdict.c                            |    2 +-
 lib/legacy/zstd_v01.c                              |    2 +-
 lib/legacy/zstd_v02.c                              |   75 +-
 lib/legacy/zstd_v03.c                              |   75 +-
 lib/legacy/zstd_v04.c                              |   73 +-
 lib/legacy/zstd_v05.c                              |   74 +-
 lib/legacy/zstd_v06.c                              |   78 +-
 lib/legacy/zstd_v07.c                              |   78 +-
 lib/zstd.h                                         |   73 +-
 programs/BUCK                                      |   41 +-
 programs/Makefile                                  |   27 +-
 programs/bench.c                                   |  228 ++--
 programs/bench.h                                   |    6 +-
 programs/dibio.c                                   |   22 +-
 programs/fileio.c                                  |  500 ++++-----
 programs/fileio.h                                  |    4 +-
 programs/platform.h                                |   12 +-
 programs/util.h                                    |   48 +-
 programs/zstd.1                                    |   12 +-
 programs/zstd.1.md                                 |    3 +
 programs/zstdcli.c                                 |   24 +-
 tests/Makefile                                     |   35 +-
 tests/decodecorpus.c                               |   20 +-
 tests/fullbench.c                                  |   11 +-
 tests/fuzzer.c                                     |  127 ++-
 tests/paramgrill.c                                 |   68 +-
 tests/playTests.sh                                 |  111 +-
 tests/seqgen.c                                     |  260 +++++
 tests/seqgen.h                                     |   58 +
 tests/zbufftest.c                                  |   32 +-
 tests/zstreamtest.c                                |  379 +++++--
 zlibWrapper/BUCK                                   |    2 +-
 zlibWrapper/examples/zwrapbench.c                  |   13 +-
 zlibWrapper/zstd_zlibwrapper.c                     |    6 +-
 75 files changed, 3049 insertions(+), 2838 deletions(-)
 delete mode 100644 .buckconfig
 delete mode 100644 .buckversion
 delete mode 100644 .travis.yml
 create mode 100644 doc/images/linux-4.7-12-compress.png
 create mode 100644 doc/images/linux-4.7-12-decompress.png
 create mode 100644 doc/images/linux-git-compress.png
 create mode 100644 doc/images/linux-git-decompress.png
 create mode 100644 doc/images/zstd_logo86.png
 rename lib/compress/{zstd_compress.h => zstd_compress_internal.h} (52%)
 create mode 100644 tests/seqgen.c
 create mode 100644 tests/seqgen.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git



More information about the debian-med-commit mailing list