rapidjson/rapidjson.changes
Dirk Mueller 1027e892c0 Accepting request 434124 from home:adamm:branches:devel:libraries:c_c++
- Added BuildRoot so we can actually build for SLE11

- New upstream version 1.1.0
  * Added JSON Pointer
  * Added JSON Schema
  * Added relaxed JSON syntax (comment, trailing comma,
    NaN/Infinity)
  * Iterating array/object with C++11 Range-based for loop
  * Reduce memory overhead of each Value from 24 bytes to 16 bytes
    in x86-64 architecture.
  * full changeset at
    https://github.com/miloyip/rapidjson/releases/tag/v1.1.0
- remove_arch_specific_flags.patch: remove architecture specific
  compiler flags.
- merge doc into devel package, it only adds about 20kB

OBS-URL: https://build.opensuse.org/request/show/434124
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rapidjson?expand=0&rev=2
2016-10-11 06:28:45 +00:00

28 lines
973 B
Plaintext

-------------------------------------------------------------------
Mon Oct 10 14:11:09 UTC 2016 - adam.majer@suse.de
- Added BuildRoot so we can actually build for SLE11
-------------------------------------------------------------------
Fri Sep 30 12:49:18 UTC 2016 - adam.majer@suse.de
- New upstream version 1.1.0
* Added JSON Pointer
* Added JSON Schema
* Added relaxed JSON syntax (comment, trailing comma,
NaN/Infinity)
* Iterating array/object with C++11 Range-based for loop
* Reduce memory overhead of each Value from 24 bytes to 16 bytes
in x86-64 architecture.
* full changeset at
https://github.com/miloyip/rapidjson/releases/tag/v1.1.0
- remove_arch_specific_flags.patch: remove architecture specific
compiler flags.
- merge doc into devel package, it only adds about 20kB
-------------------------------------------------------------------
Wed Apr 20 12:56:56 UTC 2016 - tbechtold@suse.com
- Initial packaging (version 1.0.2)