SHA256
8
0
forked from pool/jsoncpp

Accepting request 559520 from home:avindra

- Update to version 1.8.4:
  * Functional changes
    - Serialize UTF-8 string with Unicode escapes
      + Breaks code that relies on not Unicode-escaping encoding
        strings. A future release may allow skipping all Unicode
	escape.
    - Un-deprecate removeMember overloads, return void
    - Allow Json::Value to be used in a boolean context
    - Use move ctor in append()
    - Add value_type to improve integration with boost
  * Meta-changes
    - Fix meson.build to allow using jsoncpp as a subproject
    - Fix some compiler warnings
    - Update docs

OBS-URL: https://build.opensuse.org/request/show/559520
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=49
This commit is contained in:
2017-12-23 08:19:39 +00:00
committed by Git OBS Bridge
parent 1659201624
commit cc8184ff3a
4 changed files with 22 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%define sover 19
Name: jsoncpp
Version: 1.8.3
Version: 1.8.4
Release: 0
Summary: C++ library that allows manipulating with JSON
License: MIT