diff options
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` |