diff options
author | Sven Gothel <[email protected]> | 2022-08-05 18:01:43 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-08-05 18:01:43 +0200 |
commit | 028cf670fe110eb3ba3d0235d6e297c813d5dde6 (patch) | |
tree | b39aa4990dd1be2c72616ca5104c3039c2fcea21 /CHANGES.md | |
parent | c71be85f2be7b9e07cf13ec93926bbf1f8ad8bed (diff) |
Bump CHANGES.md
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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, |