[protozero] branch jessie-backports updated (a2b7cb4 -> 6da3600)

Bas Couwenberg sebastic at debian.org
Wed Jan 25 06:34:19 UTC 2017


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

sebastic pushed a change to branch jessie-backports
in repository protozero.

      from  a2b7cb4   Rebuild for jessie-backports.
      adds  2c92fb9   Imported Upstream version 1.5.0
      adds  34d0c9d   Merge tag 'upstream/1.5.0'
      adds  75c9f9d   New upstream release.
      adds  a33e548   Include additional docs in libprotozero-dev.
      adds  2ca64cd   Add patch to update DOC_FILES to fix `make doc` failure.
      adds  534e3d2   Set distribution to experimental.
      adds  3e2b83a   Move from experimental to unstable.
      adds  90cfd8d   Imported Upstream version 1.5.1
      adds  4fb8b46   Merge tag 'upstream/1.5.1'
      adds  6527455   New upstream release.
      adds  077486e   Drop makefile-docs.patch, applied upstream.
      adds  8975c00   Set distribution to unstable.
       new  a690907   Merge tag 'debian/1.5.1-1' into jessie-backports
       new  6da3600   Rebuild for jessie-backports.

The 2 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:
 .travis.yml                                |  26 ++--
 CHANGELOG.md                               |  40 ++++-
 CONTRIBUTING.md                            |   3 +-
 Makefile                                   |   2 +-
 README.md                                  |  17 +--
 UPGRADING.md                               |   6 +
 debian/changelog                           |  27 ++++
 debian/libprotozero-dev.docs               |   1 +
 doc/advanced.md                            | 225 +++++++++++++++++++++++++++++
 doc/macros.md                              |  40 -----
 doc/tutorial.md                            |  50 +------
 include/protozero/byteswap.hpp             |   2 +-
 include/protozero/pbf_builder.hpp          |   7 +-
 include/protozero/pbf_reader.hpp           |  72 ++++++++-
 include/protozero/pbf_writer.hpp           |  66 +++++++--
 include/protozero/types.hpp                |  15 +-
 include/protozero/varint.hpp               |  14 +-
 include/protozero/version.hpp              |   7 +-
 package.json                               |   2 +-
 test/include/catch.hpp                     |  14 +-
 test/t/bytes/test_cases.cpp                |  52 +++++++
 test/t/repeated_packed_bool/test_cases.cpp |  40 +++++
 test/t/tag_and_type/data-combined.pbf      |   3 +
 test/t/tag_and_type/data-not-packed.pbf    |   2 +
 test/t/tag_and_type/data-packed.pbf        |   2 +
 test/t/tag_and_type/test_cases.cpp         |  59 ++++++++
 test/t/tag_and_type/testcase.cpp           |  42 ++++++
 test/t/tag_and_type/testcase.proto         |  15 ++
 test/t/vector_tile/test_cases.cpp          |  60 +++++++-
 test/t/zigzag/test_cases.cpp               |  40 ++++-
 30 files changed, 793 insertions(+), 158 deletions(-)
 create mode 100644 doc/advanced.md
 delete mode 100644 doc/macros.md
 create mode 100644 test/t/tag_and_type/data-combined.pbf
 create mode 100644 test/t/tag_and_type/data-not-packed.pbf
 create mode 100644 test/t/tag_and_type/data-packed.pbf
 create mode 100644 test/t/tag_and_type/test_cases.cpp
 create mode 100644 test/t/tag_and_type/testcase.cpp
 create mode 100644 test/t/tag_and_type/testcase.proto

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/protozero.git



More information about the Pkg-grass-devel mailing list