Commit 3ffbe47d authored by Ramon Nou's avatar Ramon Nou
Browse files

Update file CHANGELOG.md

parent 717fc9fd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### New
- Support for `close_range` syscall. ([!201](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/201)).
  - Removal of `O_PATH` check in `gkfs_open`, allows cp with asterisk. This is for newer kernels.
  - Support to print newer syscall (although not implemented). Added syscall number to log for easy capture missing ones.
### Changed
- Unify dependency scripts (dl and compile): Unify `-d` and `-p` flags ([!174](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/174)).
- Increased merge assert for files with size 0, specific for DLIO with GekkoFS in Debug ([!208])(https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/208)).