SHA256
8
0
forked from pool/jsoncpp

Accepting request 289710 from home:pluskalm:branches:devel:libraries:c_c++

- Correct rpm group
- Update to 1.5.2
  * Fixed compile error for VS2013. 
  * Added operator[] to Builders. (Builders are not yet widely 
    used, and 0.9.z is very new, so we have not bumped the minor 
    version number.)
- Changes for 1.5.1
  * Plus a minor bug-fix. (For the Builders, ::validate() was 
    always returning true.)

OBS-URL: https://build.opensuse.org/request/show/289710
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=14
This commit is contained in:
2015-03-06 18:19:09 +00:00
committed by Git OBS Bridge
parent 122074b65d
commit 1c7c407ff6
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 6 18:16:35 UTC 2015 - mpluskal@suse.com
- Correct rpm group
- Update to 1.5.2
* Fixed compile error for VS2013.
* Added operator[] to Builders. (Builders are not yet widely
used, and 0.9.z is very new, so we have not bumped the minor
version number.)
- Changes for 1.5.1
* Plus a minor bug-fix. (For the Builders, ::validate() was
always returning true.)
-------------------------------------------------------------------
Tue Mar 3 21:44:38 UTC 2015 - mpluskal@suse.com