Accepting request 288763 from home:pluskalm:branches:devel:libraries:c_c++

- Update to 1.5.0

OBS-URL: https://build.opensuse.org/request/show/288763
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=12
This commit is contained in:
Martin Pluskal 2015-03-03 21:53:30 +00:00 committed by Git OBS Bridge
parent 153ca6c42a
commit 122074b65d
4 changed files with 26 additions and 4 deletions

View File

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

3
1.5.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Mar 3 21:44:38 UTC 2015 - mpluskal@suse.com
- Update to 1.5.0
* Support embedded 0s in strings (since UTF-8 allows them).
* If you use c-string methods, or std::string::c_str(), you can
still have problems.
* Note that this support has a price: keys are now limited to
1 billion characters (2^30).
* Add feature to allow single-quotes in input JSON (since
JavaScript allows them).
* Propagate rarely-used StaticString thru copy-ctor.
* Let JSON_ASSERT throw std::logic_error instead of
std::runtime_error.
* Fix VisualStudio warning.
* Skip Python tests by default, and run C++ unit-tests only
for changes.
* Ignore cmake-generated files for in-source builds.
* Add tests.
* Remove unused code (JSON_VALUE_USE_INTERNAL_MAP).
-------------------------------------------------------------------
Tue Feb 24 14:10:36 UTC 2015 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: jsoncpp
Version: 1.4.4
Version: 1.5.0
Release: 0
Summary: C++ library that allows manipulating with JSON
License: MIT