8
0
forked from pool/aws-c-common

Accepting request 1008192 from home:glaubitz:branches:devel:libraries:c_c++

- Update to version 0.8.2
  * Json iterators by @DmitriyMusatkin in (#926)
  * Safely handle a particular use case for linked hash
    tables where key equality is not reference equality
    by @bretambrose in (#928)
  * Json iterate signature by @DmitriyMusatkin in (#929)
  * Add AppVerifier by @TwistedTwigleg in (#930)
  * Block logging updates by @bretambrose in (#931)
  * Verify backtrace is defined too, not just header
    presence by @bretambrose in (#935)

OBS-URL: https://build.opensuse.org/request/show/1008192
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-common?expand=0&rev=43
This commit is contained in:
2022-10-06 12:36:23 +00:00
committed by Git OBS Bridge
parent c07de6773e
commit 61ec02b8e5
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 5 11:49:10 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.8.2
* Json iterators by @DmitriyMusatkin in (#926)
* Safely handle a particular use case for linked hash
tables where key equality is not reference equality
by @bretambrose in (#928)
* Json iterate signature by @DmitriyMusatkin in (#929)
* Add AppVerifier by @TwistedTwigleg in (#930)
* Block logging updates by @bretambrose in (#931)
* Verify backtrace is defined too, not just header
presence by @bretambrose in (#935)
-------------------------------------------------------------------
Tue Aug 30 07:46:54 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>