forked from pool/aws-crt-cpp
Accepting request 1058717 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.19.2 * Fix GCC/Clang ASM error by @graebm in (#444) * Bound strlen call by maximum topic length by @bretambrose in (#446) * Custom auth websocket fix by @TwistedTwigleg in (#418) * Rejoin always by @bretambrose in (#447) * Mqtt5 Interruption tests by @xiazhvera in (#448) * Update submodules by @TwistedTwigleg in (#449) * Fix flaky tests by @graebm in (#451) * How to use system installation of libcrypto by @graebm in (#450) OBS-URL: https://build.opensuse.org/request/show/1058717 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-crt-cpp?expand=0&rev=11
This commit is contained in:
parent
ee6ad9df4c
commit
b1d036b270
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 14:13:14 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.19.2
|
||||||
|
* Fix GCC/Clang ASM error by @graebm in (#444)
|
||||||
|
* Bound strlen call by maximum topic length by @bretambrose in (#446)
|
||||||
|
* Custom auth websocket fix by @TwistedTwigleg in (#418)
|
||||||
|
* Rejoin always by @bretambrose in (#447)
|
||||||
|
* Mqtt5 Interruption tests by @xiazhvera in (#448)
|
||||||
|
* Update submodules by @TwistedTwigleg in (#449)
|
||||||
|
* Fix flaky tests by @graebm in (#451)
|
||||||
|
* How to use system installation of libcrypto by @graebm in (#450)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 11:05:30 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Dec 6 11:05:30 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aws-crt-cpp
|
# spec file for package aws-crt-cpp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define library_soversion 1
|
%define library_soversion 1
|
||||||
|
|
||||||
Name: aws-crt-cpp
|
Name: aws-crt-cpp
|
||||||
Version: 0.19.1
|
Version: 0.19.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AWS C++ wrapper for AWS SDK C libraries
|
Summary: AWS C++ wrapper for AWS SDK C libraries
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:335a35d827fef5c3d2f561bc0e6fe22808546a3c08136c305b104e3df0dcd4a8
|
|
||||||
size 300564
|
|
3
v0.19.2.tar.gz
Normal file
3
v0.19.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1368b67937dacf68855896820bdc671f6ec7aacdd1a693a353758f06074b111
|
||||||
|
size 302078
|
Loading…
Reference in New Issue
Block a user