forked from pool/aws-c-common
Accepting request 750314 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.4.22
+ aws_byte_buf_append_and_update
* Add append and update function to common (#554)
- from version 0.4.21
+ Made windows stack trace much more resilient (#552)
* SymSetOptions, try to be more resilient
* Write symbol name and addr if file/line cannot be found
* Simplified and cleaned up symbol printing, ensure
that we get the most info possible
* fflush at the end of aws_backtrace_print()
* fflush and free, clang-format
- from version 0.4.20
+ Fix for ancient linux
* Fix for old linux (#545)
OBS-URL: https://build.opensuse.org/request/show/750314
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-common?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 14:16:13 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.4.22
|
||||||
|
+ aws_byte_buf_append_and_update
|
||||||
|
* Add append and update function to common (#554)
|
||||||
|
- from version 0.4.21
|
||||||
|
+ Made windows stack trace much more resilient (#552)
|
||||||
|
* SymSetOptions, try to be more resilient
|
||||||
|
* Write symbol name and addr if file/line cannot be found
|
||||||
|
* Simplified and cleaned up symbol printing, ensure
|
||||||
|
that we get the most info possible
|
||||||
|
* fflush at the end of aws_backtrace_print()
|
||||||
|
* fflush and free, clang-format
|
||||||
|
- from version 0.4.20
|
||||||
|
+ Fix for ancient linux
|
||||||
|
* Fix for old linux (#545)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 13 13:09:43 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Nov 13 13:09:43 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
%define library_version 1.0.0
|
%define library_version 1.0.0
|
||||||
%define library_soversion 0unstable
|
%define library_soversion 0unstable
|
||||||
Name: aws-c-common
|
Name: aws-c-common
|
||||||
Version: 0.4.19
|
Version: 0.4.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Core c99 package for AWS SDK for C
|
Summary: Core c99 package for AWS SDK for C
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5147df75eac52fac528a31ce0a8977e0626077c7025b83f6232ce9ac8b7c7df7
|
|
||||||
size 318234
|
|
||||||
3
v0.4.22.tar.gz
Normal file
3
v0.4.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5230ae11f445398d0201659c220e54658ad672b9348f3d372029f32c24fdabb
|
||||||
|
size 320187
|
||||||
Reference in New Issue
Block a user