diff --git a/aws-c-common.changes b/aws-c-common.changes index 6e60891..1055c68 100644 --- a/aws-c-common.changes +++ b/aws-c-common.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Dec 16 10:54:25 UTC 2020 - John Paul Adrian Glaubitz + +- Update to version 0.4.63 + + Fix FreeBSD + * Fix thread.c for FreeBSD (#741) +- from version 0.4.62 + + Remove unnecessary API + * Removes an unnecessary API hopefully before anyone uses it externally +- from version 0.4.61 + + Use runtime symbol resolution instead of addr2line for memtrace by default + * Do not use addr2line by default, backtrace_symbols will do the job (#739) + * Fixed memtrace/stack decoding test so it works more robustly +- from version 0.4.60 + + Fixed MSVC 2015 non-constant aggregate initializer warning for all downstreams + * Disabled MSVC 2015's non-constant aggregate initializer warning (#738) + ------------------------------------------------------------------- Thu Oct 8 09:59:20 UTC 2020 - John Paul Adrian Glaubitz diff --git a/aws-c-common.spec b/aws-c-common.spec index 7081662..05d8eb8 100644 --- a/aws-c-common.spec +++ b/aws-c-common.spec @@ -19,7 +19,7 @@ %define library_version 1.0.0 %define library_soversion 1 Name: aws-c-common -Version: 0.4.59 +Version: 0.4.63 Release: 0 Summary: Core c99 package for AWS SDK for C License: Apache-2.0 diff --git a/v0.4.59.tar.gz b/v0.4.59.tar.gz deleted file mode 100644 index 689040b..0000000 --- a/v0.4.59.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5007ffedc64f5f979d36e223bbd80a5c03ecaca151c003944b63e06f1b2845ff -size 419158 diff --git a/v0.4.63.tar.gz b/v0.4.63.tar.gz new file mode 100644 index 0000000..5b61f47 --- /dev/null +++ b/v0.4.63.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6184de1b3502a8e3f078b9e4105e9cdf95d103a94c81774c314645dfb1bd5a2e +size 411272