SHA256
8
0
forked from pool/jsoncpp

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:
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 +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