diff options
author | Sven Gothel <[email protected]> | 2022-06-28 07:17:03 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-06-28 07:17:03 +0200 |
commit | f279472ce84dafb74c45ec819dc1bcd4524cda43 (patch) | |
tree | 2d2fd860c68c0085b83499e673270de520c0e284 /CHANGES.md | |
parent | 248787b3354642a240347feb16a1673b786aa2b4 (diff) |
Bump CHANGES.md
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ **0.14.0** (TODO) +* Add java mapping of `jau::fs::*` operations + - `copy()` with `copy_options` -> `CopyOptions` + - `remove()` with `traverse_options` -> `TraverseOptions` + - `mount_image()` and `umount()` + - TODO: Partially copy `test_fileutils01.cpp` and `testsudo_fileutils02.cpp` to java. * Have `jau.pkg.PlatformRuntime` load tool library `jaulib` as well, resolving dependencies for self-testing. * Add java mapping of `jau::io::ByteInStream` for file, URL and feed for general use - `org.jau.nio.ByteInStream`, `org.jau.nio.ByteInStream_File`, `org.jau.nio.ByteInStream_URL`, `org.jau.nio.ByteInStream_Feed` |