Commit 3c95f4e7 authored by Julius Athenstaedt's avatar Julius Athenstaedt Committed by sevenuz
Browse files

update Changelog

parent 95147a1f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,6 +87,8 @@ replicas ([!166](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/141)

### New

- Use of GSL to narrow cast syscall return types, corrected syscall return types 
  ([!182](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/182)).
- Support for client-side per process logging, activated
  with `LIBGKFS_LOG_PER_PROCESS` ([!179](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/179)).
- Support mtime with option gkfs::config::metadata::
+2 −2
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ target_link_libraries(
    fmt::fmt
    Threads::Threads
    Syscall_intercept::Syscall_intercept
    Microsoft::GSL
    Microsoft.GSL::GSL
)
# Enable MSGPack metrics for intercept only
if (GKFS_ENABLE_CLIENT_METRICS)
@@ -117,7 +117,7 @@ target_link_libraries(
    hermes
    fmt::fmt
    Threads::Threads
    Microsoft::GSL
    Microsoft.GSL::GSL
)

install(