8
0
forked from pool/aws-c-common

Accepting request 973719 from home:glaubitz:branches:devel:libraries:c_c++

- Update to version 0.7.0
  * Fix "unused variable" compiler warning by @graebm in (#899)
  * Add cJSON module by @TwistedTwigleg in (#889)
  * Fix it so CI runs on branches with '/' in name by @graebm in (#900)
  * Added metric reporting functions by @TwistedTwigleg in (#898)
- from version 0.6.20
  * Append pthread to platform libs if cmake supplied
    Threads is not good enough.

OBS-URL: https://build.opensuse.org/request/show/973719
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-common?expand=0&rev=38
This commit is contained in:
2022-05-02 07:24:46 +00:00
committed by Git OBS Bridge
parent 230f0f0b12
commit dda441745a
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 28 13:22:46 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.7.0
* Fix "unused variable" compiler warning by @graebm in (#899)
* Add cJSON module by @TwistedTwigleg in (#889)
* Fix it so CI runs on branches with '/' in name by @graebm in (#900)
* Added metric reporting functions by @TwistedTwigleg in (#898)
- from version 0.6.20
* Append pthread to platform libs if cmake supplied
Threads is not good enough.
-------------------------------------------------------------------
Tue Jan 4 14:24:24 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>