aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-08-05 18:01:43 +0200
committerSven Gothel <[email protected]>2022-08-05 18:01:43 +0200
commit028cf670fe110eb3ba3d0235d6e297c813d5dde6 (patch)
treeb39aa4990dd1be2c72616ca5104c3039c2fcea21 /CHANGES.md
parentc71be85f2be7b9e07cf13ec93926bbf1f8ad8bed (diff)
Bump CHANGES.md
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d86d481..ca6b5ab 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,7 +8,9 @@
* First stable release (TODO)
-**0.15.0** (WIP)
+**0.15.0**
+* Add `ByteOutStream` and `ByteOutStream_File` POSIX 'fd' implementation
+* `io_util`/`byte_stream`: Decouple from Botan, add iostate and new `Byte*Stream*` super `iostate_func` class for `std::basic_ios`'s iostate functionality
* Add `jau::io::read_stream()` with double-buffered reading to ensure last `consumer_fn()` call gets `is_final` set if next buffer has `eof()` w/ zero bytes
* `jau::io::ByteInStream_File`: Replace `std::ifstream` for file-descriptor (fd) POSIX layer to support dirfd and plain fd operations
* `jau::fs::file_stats`: Support new `fmode_t` types sock, blk, chr and fifo, move fd from type -> attribute, support sole `file_stats(fd)` ctor,