SHA256
8
0
forked from pool/jsoncpp

Accepting request 433730 from home:nmoudra:branches:devel:libraries:c_c++

- Update to vesrion 1.7.7:
  * At the suggestion of Peter Spiess-Knafl, we will bump the
    SOVERSION independent of the MAJOR.MINOR.MICRO version,
    in case we break binary compatibility.
- Changes for version 1.7.6:
  * Prevent possible SEGV. (Thanks to @ngg.)
  * Add RPATH for OSX libs. (Please let us know if this causes
    a problem.)
- Changes for version 1.7.5:
  * Fix locale for decimal points
    + Plus a fix for Android
  * int64_t for 64-bit integers
  * Optionally suppress space after comma
  * Avoid null for empty stringValue
  * Fix null ctor/dtor, using a "Meyers Singleton"
    + Thanks to @marklakata and @BillyDonahue in #488 in #490.

OBS-URL: https://build.opensuse.org/request/show/433730
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=34
This commit is contained in:
2016-10-07 10:22:12 +00:00
committed by Git OBS Bridge
parent c769eb373b
commit 8d80685ead
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Oct 7 09:12:22 UTC 2016 - nmoudra@suse.com
- Update to vesrion 1.7.7:
* At the suggestion of Peter Spiess-Knafl, we will bump the
SOVERSION independent of the MAJOR.MINOR.MICRO version,
in case we break binary compatibility.
- Changes for version 1.7.6:
* Prevent possible SEGV. (Thanks to @ngg.)
* Add RPATH for OSX libs. (Please let us know if this causes
a problem.)
- Changes for version 1.7.5:
* Fix locale for decimal points
+ Plus a fix for Android
* int64_t for 64-bit integers
* Optionally suppress space after comma
* Avoid null for empty stringValue
* Fix null ctor/dtor, using a "Meyers Singleton"
+ Thanks to @marklakata and @BillyDonahue in #488 in #490.
-------------------------------------------------------------------
Sat Jul 23 07:33:16 UTC 2016 - mpluskal@suse.com