forked from pool/aws-c-event-stream
Accepting request 888443 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.2.7
+ CONNECT_ACK bugfix
* Fix bug where client "forgets" it received CONNECT_ACK (#60)
- Update to version 0.2.6
- Update to version 0.2.5
OBS-URL: https://build.opensuse.org/request/show/888443
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-event-stream?expand=0&rev=12
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 16 11:28:49 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.2.7
|
||||
+ CONNECT_ACK bugfix
|
||||
* Fix bug where client "forgets" it received CONNECT_ACK (#60)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 11:51:20 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.2.6
|
||||
- Update to version 0.2.6
|
||||
+ Fix possible deadlock from on_closed callback
|
||||
* Release lock before invoking callbacks (#55)
|
||||
- Add libaws-c-cal-devel to BuildRequires
|
||||
@@ -14,7 +21,7 @@ Wed Dec 16 11:51:20 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 16:12:56 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.2.5
|
||||
- Update to version 0.2.5
|
||||
+ Fixed gcc newline warning
|
||||
* Added newline (#53)
|
||||
- from version 0.2.4
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aws-c-event-stream
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%define library_version 1.0.0
|
||||
%define library_soversion 1
|
||||
Name: aws-c-event-stream
|
||||
Version: 0.2.6
|
||||
Version: 0.2.7
|
||||
Release: 0
|
||||
Summary: C99 implementation of the vnd.amazon.eventstream content-type
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bae0c762b6a4b779a0db0f4730512da6cb500e76681ffdcb9f7286d8e26e547a
|
||||
size 63052
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb5c94cdff70c1985fb0b5f30d81756cedb5a3c3075d37f7e1e2b34e2a33c8c0
|
||||
size 63942
|
||||
Reference in New Issue
Block a user