8
0

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

- Update to version 0.1.6
  * Ep2 mem leak by @DmitriyMusatkin in (#19)
- from version 0.1.5
  * Fix build warning in ruleset parser by @DmitriyMusatkin in (#17)
- from version 0.1.4
  * Endpoints20 parsing by @DmitriyMusatkin in (#13)
  * Add AppVerifier to CI by @TwistedTwigleg in (#14)
  * Endpoint Resolution Rule Engine by @DmitriyMusatkin in (#15)
  * Fix bug in resolving templates if strings contain escaped quotes
    by @DmitriyMusatkin in (#16)

OBS-URL: https://build.opensuse.org/request/show/1035238
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-sdkutils?expand=0&rev=3
This commit is contained in:
2022-11-11 19:22:44 +00:00
committed by Git OBS Bridge
parent 562e4dfeba
commit 7862b60174
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Nov 11 12:57:59 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.1.6
* Ep2 mem leak by @DmitriyMusatkin in (#19)
- from version 0.1.5
* Fix build warning in ruleset parser by @DmitriyMusatkin in (#17)
- from version 0.1.4
* Endpoints20 parsing by @DmitriyMusatkin in (#13)
* Add AppVerifier to CI by @TwistedTwigleg in (#14)
* Endpoint Resolution Rule Engine by @DmitriyMusatkin in (#15)
* Fix bug in resolving templates if strings contain escaped quotes
by @DmitriyMusatkin in (#16)
-------------------------------------------------------------------
Fri Sep 2 09:53:49 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>