8
0
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:
2023-01-19 15:33:28 +00:00
committed by Git OBS Bridge
parent ee6ad9df4c
commit b1d036b270
4 changed files with 18 additions and 5 deletions

View File

@@ -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>