Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/22.4/source-build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The components should be build and installed in the listed order.
```{code-block}
:caption: Setting the gvm-libs version to use

export GVM_LIBS_VERSION=22.22.0
export GVM_LIBS_VERSION=22.31.1
```

```{include} /22.4/source-build/gvm-libs/dependencies.md
Expand All @@ -48,7 +48,7 @@ Afterwards, gvm-libs can be build and installed.
```{code-block}
:caption: Setting the gvmd version to use

export GVMD_VERSION=26.0.0
export GVMD_VERSION=26.10.0
```

```{include} /22.4/source-build/gvmd/dependencies.md
Expand Down
2 changes: 2 additions & 0 deletions src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ and this project adheres to [Calendar Versioning](https://calver.org).
* Use https in the default setup.
* Port 9392 now redirects to 443.
* Upgrade PostgreSQL to v16 for Ubuntu
* Update gvm-libs to 22.31.1
* Update gvmd to 26.10.0

## 26.2.0 - 2026-02-24

Expand Down
Loading