8
0
forked from pool/aws-c-common

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

- Update to version 0.8.17
  * Add a way to skip a test by @xiazhvera in (#1012)
  * Add github templates and bots by @jmklix in (#1015)
- from version 0.8.16
  * Add function for writing N bytes of randomness by @graebm in (#1005)
  * Remove debugging printf by @graebm in (#1009)
  * Adds aws_normalize_directory_separator by @waahm7 in (#1010)
  * Fix cv signal outside of lock by @jeking3 in (#1008)

OBS-URL: https://build.opensuse.org/request/show/1080112
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-common?expand=0&rev=54
This commit is contained in:
2023-04-19 12:55:46 +00:00
committed by Git OBS Bridge
parent 814977348a
commit 6a72d5aceb
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 18 11:16:32 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.8.17
* Add a way to skip a test by @xiazhvera in (#1012)
* Add github templates and bots by @jmklix in (#1015)
- from version 0.8.16
* Add function for writing N bytes of randomness by @graebm in (#1005)
* Remove debugging printf by @graebm in (#1009)
* Adds aws_normalize_directory_separator by @waahm7 in (#1010)
* Fix cv signal outside of lock by @jeking3 in (#1008)
-------------------------------------------------------------------
Tue Mar 28 08:44:42 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>