From 122074b65d3858899d77de7fd0c8124f31c62b2108b3d64379ce96ca407089a9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 3 Mar 2015 21:53:30 +0000 Subject: [PATCH] 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 --- 1.4.4.tar.gz | 3 --- 1.5.0.tar.gz | 3 +++ jsoncpp.changes | 22 ++++++++++++++++++++++ jsoncpp.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 1.4.4.tar.gz create mode 100644 1.5.0.tar.gz diff --git a/1.4.4.tar.gz b/1.4.4.tar.gz deleted file mode 100644 index 1e0aeed..0000000 --- a/1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71363c5f5620e5458bfa4395a091094eb6c25a1d23fc4b07e44ff80b71c79571 -size 203671 diff --git a/1.5.0.tar.gz b/1.5.0.tar.gz new file mode 100644 index 0000000..4c9f54b --- /dev/null +++ b/1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a34012f2d4d3d4a15a3828bd90fc218f302f5f9a93bd413b596b2fe41fbfbf +size 196286 diff --git a/jsoncpp.changes b/jsoncpp.changes index 0ebb1b5..842f566 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -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 diff --git a/jsoncpp.spec b/jsoncpp.spec index 44534f5..f286e6e 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -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