Commit 1e50c30a authored by Ramon Nou's avatar Ramon Nou
Browse files

Merge branch 'rnou/368-release-0-9-5' into 'master'

Resolve "Release 0.9.5"

Closes #368

Closes #368

See merge request !267
parents e824824d 175262ba
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ All notable changes to GekkoFS project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.9.5] - 2025-08
### New
  - Added cppcheck code checking capabilities ([!214](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/214))
  - Tests to cover proxy and (malleability) ([!222](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/222))
+9 −9
Original line number Diff line number Diff line
@@ -75,24 +75,24 @@ order to function properly. We list them here for informational purposes.
    the :ref:`step-by-step installation<step_by_step_installation>` section
    before attempting a manual install.

- `RocksDB <https://github.com/facebook/rocksdb/>`_ version 6.2.2 or newer and its used compression library:
- `RocksDB <https://github.com/facebook/rocksdb/>`_ version 10.4.2 or newer and its used compression library:

  - `lz4 <https://github.com/lz4/lz4>`_ version 1.8.0 or newer.
  - `lz4 <https://github.com/lz4/lz4>`_ version 1.9.4 or newer.


- `Margo <https://github.com/mochi-hpc/mochi-margo/releases>`_ version 0.6.3 and its dependencies:
- `Margo <https://github.com/mochi-hpc/mochi-margo/releases>`_ version 0.18.3 and its dependencies:

  - `Argobots <https://github.com/pmodels/argobots/releases/tag/v1.0.1>`_ version 1.0rc1.
  - `Mercury <https://github.com/mercury-hpc/mercury/releases/tag/v2.0.0>`_ version 2.0.0.
  - `Argobots <https://github.com/pmodels/argobots/releases/tag/v1.0.1>`_ version 1.2
  - `Mercury <https://github.com/mercury-hpc/mercury/releases/tag/v2.0.0>`_ version 2.4.1rc1

    - `libfabric <https://github.com/ofiwg/libfabric>`_ version 1.9 or newer.
    - `libfabric <https://github.com/ofiwg/libfabric>`_ version 2.2 or newer.


- `syscall_intercept <https://github.com/pmem/syscall_intercept>`_ (commit f7cebb7 or newer) and its dependencies:
- `syscall_intercept <https://github.com/pmem/syscall_intercept>`_ (commit d8b2a69 or newer) and its dependencies:

  - `capstone <https://www.capstone-engine.org/>`_ version 6.0.0 or newer.

  - `capstone <https://www.capstone-engine.org/>`_ version 4.0.1 or newer.

- `Date <https://github.com/HowardHinnant/date>`_  (commit e7e1482 or newer).

.. important::

+7 −9
Original line number Diff line number Diff line
@@ -10,29 +10,27 @@ Required

- `CMake <https://cmake.org>`_ version 3.6 or newer to build the main code. Version 3.11 or newer to build the tests.

- `RocksDB <https://github.com/facebook/rocksdb/>`_ version 6.2.2 or newer and its dependencies:
- `RocksDB <https://github.com/facebook/rocksdb/>`_ version 10.4.2 or newer and its dependencies:

  - `bzip2 <https://www.sourceware.org/bzip2/>`_ version 1.0.6 or newer.

  - `zstd <https://github.com/facebook/zstd>`_ version 1.3.2 or newer.

  - `lz4 <https://github.com/lz4/lz4>`_ version 1.8.0 or newer.
  - `lz4 <https://github.com/lz4/lz4>`_ version 1.9.4 or newer.

  - `snappy <https://github.com/google/snappy>`_ version 1.1.7 or newer.


- `Margo <https://github.com/mochi-hpc/mochi-margo/releases>`_ version 0.6.3 and its dependencies:
- `Margo <https://github.com/mochi-hpc/mochi-margo/releases>`_ version 0.18.3 and its dependencies:

  - `Argobots <https://github.com/pmodels/argobots/releases/tag/v1.0.1>`_ version 1.0rc1.
  - `Mercury <https://github.com/mercury-hpc/mercury/releases/tag/v2.0.0>`_ version 2.0.0.
  - `Argobots <https://github.com/pmodels/argobots/releases/tag/v1.2>`_ version 1.2.
  - `Mercury <https://github.com/mercury-hpc/mercury/releases/tag/v2.4.1rc1>`_ version 2.4.1rc1.

    - `libfabric <https://github.com/ofiwg/libfabric>`_ and/or `bmi <https://github.com/radix-io/bmi/>`_.


- `syscall_intercept <https://github.com/pmem/syscall_intercept>`_ (commit f7cebb7 or newer) and its dependencies:
  - `capstone <https://www.capstone-engine.org/>`_ version 4.0.1 or newer.

- `date <https://github.com/HowardHinnant/date>`_  (commit e7e1482 or newer).
- `syscall_intercept <https://github.com/pmem/syscall_intercept>`_ (commit d8b2a69 or newer) and its dependencies:
  - `capstone <https://www.capstone-engine.org/>`_ version 6.0.0 or newer.

.. important::