forked from pool/aws-c-common
Accepting request 710519 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.3.14
+ Linux stack trace fixes
* Parse (<function>+<addr>) backtrace format on POSIX systems (#422)
- from version 0.3.13
+ Compile warning fixes
* Re-enabled unknown pragma warnings, wrapped CPROVER pragmas (#420)
- from version 0.3.12
+ Miscellaneous cleanup
* Fixes to clang-tidy failures in dependent libs
* Fixed test harness asserts to prove to clang-tidy that
compared values are non-null, initialized out params
* Fixed mis-used asserts and multi-eval of assert values
* Preserve existing behavior
- from version 0.3.11
+ C++ build fixes
* Alter header code so it can compile in c++ as well
* Allow constant expressions in AWS_ASSERT
- from version 0.3.10
+ Fix shared-lib builds
- from version 0.3.9
+ Added backtraces to asserts
* assert() -> AWS_ASSERT()
* Removed assert.h includes
* rewrote resolve buffer reading to appease gcc
- from version 0.3.8
+ Memory-safety proofs for aws_byte_buf
+ Adds invariants and proof harnesses for the following functions:
* aws_byte_buf_append
* aws_byte_buf_append_dynamic
* aws_byte_buf_append_with_lookup
OBS-URL: https://build.opensuse.org/request/show/710519
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-common?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 09:39:29 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.3.14
|
||||
+ Linux stack trace fixes
|
||||
* Parse (<function>+<addr>) backtrace format on POSIX systems (#422)
|
||||
- from version 0.3.13
|
||||
+ Compile warning fixes
|
||||
* Re-enabled unknown pragma warnings, wrapped CPROVER pragmas (#420)
|
||||
- from version 0.3.12
|
||||
+ Miscellaneous cleanup
|
||||
* Fixes to clang-tidy failures in dependent libs
|
||||
* Fixed test harness asserts to prove to clang-tidy that
|
||||
compared values are non-null, initialized out params
|
||||
* Fixed mis-used asserts and multi-eval of assert values
|
||||
* Preserve existing behavior
|
||||
- from version 0.3.11
|
||||
+ C++ build fixes
|
||||
* Alter header code so it can compile in c++ as well
|
||||
* Allow constant expressions in AWS_ASSERT
|
||||
- from version 0.3.10
|
||||
+ Fix shared-lib builds
|
||||
- from version 0.3.9
|
||||
+ Added backtraces to asserts
|
||||
* assert() -> AWS_ASSERT()
|
||||
* Removed assert.h includes
|
||||
* rewrote resolve buffer reading to appease gcc
|
||||
- from version 0.3.8
|
||||
+ Memory-safety proofs for aws_byte_buf
|
||||
+ Adds invariants and proof harnesses for the following functions:
|
||||
* aws_byte_buf_append
|
||||
* aws_byte_buf_append_dynamic
|
||||
* aws_byte_buf_append_with_lookup
|
||||
* aws_byte_buf_clean_up
|
||||
* aws_byte_buf_from_array
|
||||
* aws_byte_buf_from_empty_array
|
||||
* aws_byte_buf_init
|
||||
* aws_byte_buf_init_copy_from_cursor
|
||||
* aws_byte_buf_reserve
|
||||
* aws_byte_buf_secure_zero
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 12:51:10 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%define library_version 1.0.0
|
||||
%define library_soversion 0unstable
|
||||
Name: aws-c-common
|
||||
Version: 0.3.7
|
||||
Version: 0.3.14
|
||||
Release: 0
|
||||
Summary: Core c99 package for AWS SDK for C
|
||||
License: Apache-2.0
|
||||
|
||||
3
v0.3.14.tar.gz
Normal file
3
v0.3.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edeb105b2337379f622941b788e1c4d704e86af8197a5ebbe1cd1fb67288368b
|
||||
size 254747
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:440c556524d99d3d5a9b729d7b2c9566a1e83381ba75a29248a47da0dbffb6ed
|
||||
size 206367
|
||||
Reference in New Issue
Block a user