SHA256
8
0
forked from pool/aws-c-io

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

- Update to version 0.13.14
  * Errno usage pass by @bretambrose in (#541)
- from version 0.13.13
  * Conditional fix for supporting glibc 3.0 by @sdavtaker in (#537)
  * Use macros consistently by @DmitriyMusatkin in (#538)
  * Fix macro usage by @DmitriyMusatkin in (#539)
  * Stop checking errno after failed aws_fopen() by @graebm in (#540)

OBS-URL: https://build.opensuse.org/request/show/1059374
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=25
This commit is contained in:
2023-01-20 08:58:33 +00:00
committed by Git OBS Bridge
parent 5afb2caaf8
commit 404ec3d656
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 18 13:18:07 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.13.14
* Errno usage pass by @bretambrose in (#541)
- from version 0.13.13
* Conditional fix for supporting glibc 3.0 by @sdavtaker in (#537)
* Use macros consistently by @DmitriyMusatkin in (#538)
* Fix macro usage by @DmitriyMusatkin in (#539)
* Stop checking errno after failed aws_fopen() by @graebm in (#540)
-------------------------------------------------------------------
Wed Jan 4 13:11:36 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>