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:
Martin Pluskal 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3671ba6051e0f30849942cc66d1798fdf0362d089343a83f704c09ee7156604f
size 199061

3
jsoncpp-1.8.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c49deac9e0933bcb7044f08516861a2d560988540b23de2ac1ad443b219afdb6
size 200226

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Dec 23 00:09:57 UTC 2017 - avindra@opensuse.org
- 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
-------------------------------------------------------------------
Mon Oct 2 10:43:15 UTC 2017 - mpluskal@suse.com

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