SHA256
8
0
forked from pool/jsoncpp

- Cleanup spec file with spec-cleaner

- Use url for source

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=19
This commit is contained in:
2015-03-15 19:41:45 +00:00
committed by Git OBS Bridge
parent 525d093a1a
commit 5a4dbc8701
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 15 19:40:03 UTC 2015 - mpluskal@suse.com
- Update to 1.6.0
* Added Json::Exception, plus derived types:
Json::RuntimeError
Json::LogicError
* Clarified when exceptions are thrown.
* If you are trapping std::exception, nothing will change for you.
* Fixed deprecation macro. (Thx to @Dani-Hub.)
* Fixed compilation error for gcc-4.8. (Thx to @connormanning.)
* Fixed CharReader::Factory base. (Thx to Tengiz Sharafiev.)
-------------------------------------------------------------------
Mon Mar 9 09:05:55 UTC 2015 - mpluskal@suse.com