From b3b68521ef6fe7166c7b5f90b050cc1cab5e9b06 Mon Sep 17 00:00:00 2001 From: leitner Date: Fri, 30 Oct 2020 20:54:08 +0000 Subject: [PATCH] buffer_seek is no longer limited to the current buffer contents add automated way to run unit test: make check add parse.h add bytestream abstraction for parsing data from a buffer or a file --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 4f1804c..38523af 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ 0.33: add byte_start, byte_starts add a man page for byte_equal_notimingattack + buffer_seek is no longer limited to the current buffer contents + add automated way to run unit test: make check + add parse.h + add bytestream abstraction for parsing data from a buffer or a file 0.32: remove OpenBSD #warning (obsd maintainer says no longer needed)