Accepting request 288764 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/288764 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=5
This commit is contained in:
commit
1bc3ca706d
@ -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
3
1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2a34012f2d4d3d4a15a3828bd90fc218f302f5f9a93bd413b596b2fe41fbfbf
|
||||||
|
size 196286
|
@ -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
|
Tue Feb 24 14:10:36 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: jsoncpp
|
Name: jsoncpp
|
||||||
Version: 1.4.4
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ library that allows manipulating with JSON
|
Summary: C++ library that allows manipulating with JSON
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user