diff options
author | Sven Gothel <[email protected]> | 2022-07-21 16:31:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-07-21 16:31:30 +0200 |
commit | 9c127fdaa6640b6133f03da0f2bcd65de6aaaba5 (patch) | |
tree | 8b2b8590f94b21052efe21017ada20b735e0038d | |
parent | 6b3ea99178f6a7cb1b7ae6213c4529f149baa2e2 (diff) |
Bump CHANGES.md
-rw-r--r-- | CHANGES.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -8,6 +8,16 @@ * First stable release (TODO) +**0.15.0** (WIP) + +* Resolve OpenJDK segmentation fault running via qemu binfmt_misc armhf or aarch64 on x86_64 host (cross build and test) +* `copy_options::ignore_symlink_errors`: Also ignore symlinks if not supported by target filesystem if not using `follow_symlinks` (e.g.: vfat target) +* `fraction_timespec::to_iso8601_string()`, `file_stats::to_string()`: Drop `use_space` parameter and print UTC ISO8601 w/ nanoseconds if not zero +* Fix `fraction_timespec::normalize()` +* Add `jau::fs::rename()` (C++) / `FileUtil.rename()` (Java) +* Data-Race-Free (DRF) or transaction safe `jau::fs::visit()`, `copy()` and `remove()`: Use `dirfd` `openat()` etc operations and temp-dir for newly dirs (copy) .. +* Add cpuid.hpp (SysUtils), namespace `jau::cpu:` Query `cpu_family` and arm/aarch64 hwcaps using glibc/Linux 'getauxval()' (todo: x86, x86_64 via cpuid) + **0.14.0** * Java `org.jau.sys.Clock`: Add `Instant get[Monotonic|Wallclock]Time()` and `wallClockSeconds()` |