summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 15:08:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 15:08:02 +0000
commit8d76eb12d5223d0fc3ea65d8d97f1feda2fcc340 (patch)
tree0fd0dd005a08843d538923c1a31d968a417dc4bf /CHANGES
parentInitial commit. (diff)
downloadtinyframe-8d76eb12d5223d0fc3ea65d8d97f1feda2fcc340.tar.xz
tinyframe-8d76eb12d5223d0fc3ea65d8d97f1feda2fcc340.zip
Adding upstream version 0.1.1.upstream/0.1.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..4e7f58c
--- /dev/null
+++ b/CHANGES
@@ -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