[Pkg-bitcoin-commits] [libunivalue] branch master updated (4f71478 -> 5727a80)

Jonas Smedegaard dr at jones.dk
Mon Feb 27 01:13:25 UTC 2017


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

js pushed a change to branch master
in repository libunivalue.

      from  4f71478   Prepare for release: Update changelog and control file(s).
       new  8a8451a   Update watch file: Use substitution string @PACKAGE at .
       new  8289f14   Use CDBS get-orig-source target for git snapshots. Mention in README.source.
       new  f9dcda1   Update git-buildpage config: Avoid git- prefix. Filter any .git* file.
       new  7a86a74   Stop override lintian for package-needs-versioned-debhelper-build-depends: Fixed in lintian.
       new  64a26c1   Update watch file: Add usage comment.
       new  bdf3618   Modernize Vcs-Browser field: Use git subdir (not cgit).
       new  6d3868a   Update copyright info: Extend coverage of Debian packaging.
       new  8af5ff0   Update changelog, control file(s), and copyright hints.
       new  fceb4f8   Do not shadow variables
       new  c74a04c   Merge pull request #23 from paveljanik/20160527_Wshadow
       new  c9a716c   Handle UTF-8
       new  09a2693   Merge pull request #22 from laanwj/2016_04_unicode
       new  faf260f   Rem unused vars and prefer prefix operator for non-primitive type
       new  d9e62d3   Merge pull request #24 from MarcoFalke/Mf1608-cleanup
       new  9f0b997   [travis] Work around osx libtool issue
       new  cedda14   Merge pull request #28 from MarcoFalke/patch-1
       new  5668ca3   Return const references from getKeys, getValues, get_str
       new  3f03bfd   Merge pull request #27 from laanwj/2016_09_const_refs
       new  26ef3ff   Remove trailing whitespace from JSON export
       new  28876d0   Merge pull request #29 from btcdrak/exportspace
       new  a38fcd3   Do not shadow member variable codepoint.
       new  77974f3   Merge pull request #34 from paveljanik/20161116_Wshadow_codepoint
       new  d58e8d9   New upstream version 1.0.2+20161120
       new  39e62cb   Merge tag 'upstream/1.0.2+20161120'
       new  c879d9c   Update copyright info: Cover univalue_utffilter.h (Expat license).
       new  0f202b6   Prepare for release: Update changelog, and copyright hints.
       new  839ccd7   Add test driver for JSONTestSuite
       new  511008c   Merge pull request #30 from ryanofsky/test-driver
       new  0bb1439   Support parsing raw literals in UniValue
       new  89bb073   Merge pull request #31 from ryanofsky/raw-literals
       new  fd32d1a   Don't require nul-terminated string inputs
       new  3640541   Merge PR #32 from branch 'nul-not-special' of git://github.com/ryanofsky/univalue into merge
       new  cfa0384   Convenience wrappers for push_back-ing integer types
       new  81eba33   Merge pull request #26 from isle2983/pushBackHelpers
       new  a31231b   Version 1.0.3
       new  58984e3   New upstream version 1.0.3
       new  4509bfe   Merge tag 'upstream/1.0.3'
       new  5727a80   Prepare for release: Update changelog and copyright hints.

The 38 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                     |   2 +-
 Makefile.am                     |  29 ++++++++--
 configure.ac                    |   6 +-
 debian/README.source            |  20 +++++++
 debian/changelog                |  25 +++++++++
 debian/control                  |   4 +-
 debian/control.in               |   2 +-
 debian/control.in.in            |   2 +-
 debian/copyright                |   9 ++-
 debian/copyright_hints          |  32 ++++++++---
 debian/gbp.conf                 |   4 +-
 debian/rules                    |   5 +-
 debian/source/lintian-overrides |   3 -
 debian/watch                    |   3 +-
 include/univalue.h              |  49 +++++++++++------
 lib/univalue.cpp                |  33 +++++------
 lib/univalue_read.cpp           | 110 +++++++++++++++++++------------------
 lib/univalue_utffilter.h        | 119 ++++++++++++++++++++++++++++++++++++++++
 lib/univalue_write.cpp          |  13 +----
 test/fail1.json                 |   2 +-
 test/fail38.json                |   1 +
 test/fail39.json                |   1 +
 test/fail40.json                |   1 +
 test/fail41.json                |   1 +
 test/fail42.json                | Bin 0 -> 37 bytes
 test/no_nul.cpp                 |   8 +++
 test/round2.json                |   1 +
 test/round3.json                |   1 +
 test/round4.json                |   1 +
 test/round5.json                |   1 +
 test/round6.json                |   1 +
 test/round7.json                |   1 +
 test/test_json.cpp              |  24 ++++++++
 test/unitester.cpp              |  37 +++++++++++++
 34 files changed, 422 insertions(+), 129 deletions(-)
 create mode 100644 lib/univalue_utffilter.h
 create mode 100644 test/fail38.json
 create mode 100644 test/fail39.json
 create mode 100644 test/fail40.json
 create mode 100644 test/fail41.json
 create mode 100644 test/fail42.json
 create mode 100644 test/no_nul.cpp
 create mode 100644 test/round2.json
 create mode 100644 test/round3.json
 create mode 100644 test/round4.json
 create mode 100644 test/round5.json
 create mode 100644 test/round6.json
 create mode 100644 test/round7.json
 create mode 100644 test/test_json.cpp

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



More information about the Pkg-bitcoin-commits mailing list