SHA256
8
0
forked from pool/jsoncpp
2016-03-23 19:40:21 +00:00
committed by Git OBS Bridge
parent 9d03be8078
commit e4efc77951
4 changed files with 27 additions and 13 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Mar 23 19:31:20 UTC 2016 - mpluskal@suse.com
- Update to 1.7.1
* New precision setting in StreamBuilder
* Move-semantics for some ctors
* Added details to exception messages
* Clarified when exceptions are thrown
* Support isinfinite()
* Secure memory-wiping allocator (via compilation flag, settable
via cmake) For this, we changed all STL datatypes to macros,
but all unchanged by default.
* Lots of minor build-related improvements
+ Notably, cmake support for ccache
+ More supported systems
* Note: 1.7.0 was recalled b/c it accidentally included
SecureAlloc by default
-------------------------------------------------------------------
Tue Jul 28 07:34:49 UTC 2015 - mpluskal@suse.com