aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-06-28 07:17:03 +0200
committerSven Gothel <[email protected]>2022-06-28 07:17:03 +0200
commitf279472ce84dafb74c45ec819dc1bcd4524cda43 (patch)
tree2d2fd860c68c0085b83499e673270de520c0e284 /CHANGES.md
parent248787b3354642a240347feb16a1673b786aa2b4 (diff)
Bump CHANGES.md
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 126ca98..e10fa6b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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`