diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/lwrb/CHANGELOG.md | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/lwrb/CHANGELOG.md')
-rw-r--r-- | fluent-bit/lib/lwrb/CHANGELOG.md | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/fluent-bit/lib/lwrb/CHANGELOG.md b/fluent-bit/lib/lwrb/CHANGELOG.md deleted file mode 100644 index 3d2eedd4..00000000 --- a/fluent-bit/lib/lwrb/CHANGELOG.md +++ /dev/null @@ -1,53 +0,0 @@ -# Changelog - -## Develop - -- Split CMakeLists.txt files between library and executable -- Change license year to 2022 -- Update code style with astyle - -## v2.0.3 - -- Add `library.json` for Platform.IO - -## v2.0.2 - -- Add `volatile` keyword to all local variables to ensure thread safety in highest optimization -- Add local variables for all read and write pointer accesses -- Remove generic `volatile` keyword from func parameter and replace to struct member - -## v2.0.1 - -- Fix wrong check for valid RB instance -- Apply code style settings with Artistic style options -- Add thread safety docs - -## v2.0.0 - -- Break compatibility with previous versions -- Rename function prefixes to `lwrb` instead of `ringbuff` -- Add astyle code syntax correction - -## v1.3.1 - -- Fixed missing `RINGBUFF_VOLATILE` for event callback causes compiler warnings or errors - -## v1.3.0 - -- Added support for events on read/write or reset operation -- Added optional volatile parameter for buffer structure -- Fix bug in skip and advance operation to return actual amount of bytes processed -- Remove `BUF_PREF` parameter and rename with fixed `ringbuff_` prefix for all functions - -## v1.2.0 - -- Added first sphinx documentation - -## v1.1.0 - -- Code optimizations, use pre-increment instead of post -- Another code-style fixes - -## v1.0.0 - -- First stable release
\ No newline at end of file |