1
0
Fork 0

Adding upstream version 0.1.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-08 20:53:35 +01:00
parent 4664226545
commit d3d193d4ac
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
35 changed files with 2608 additions and 0 deletions

28
CHANGES Normal file
View file

@ -0,0 +1,28 @@
2020-10-22 Jerry Lundström
Release 0.1.1
This release adds a few assert check on augments to some of the function
calls, fixes a type in configure and adds coverage tests.
- `tinyframe_write_control()`:
- assert arguments and content fields data
- check for valid content field types
- `tinyframe_write_control_start()`: assert arguments
- `tinyframe_write_frame()`: assert arguments
- `tinyframe_write_control_stop()`: assert arguments
- `tinyframe_set_header()`: assert arguments
- Remove `sprintf()` usage from tracing
c6fbfea Travis, configure
ba616b0 Coverage
97dfeb7 Coverage
f69665b Badges
907a894 COPR
f07d4e8 Funding
242b1b2 Trace
8d36cf7 LGTM
2020-03-19 Jerry Lundström
First release v0.1.0