Skip to content

Commit

Permalink
Merge pull request #340 from martin-belanger/v2.2
Browse files Browse the repository at this point in the history
Release: v2.2
  • Loading branch information
martin-belanger authored Mar 16, 2023
2 parents d656793 + a530ad7 commit c128b8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# STorage Appliance Services (STAS)

## Changes with release 2.2

Support for in-band authentication.

## Changes with release 2.1.3

This release is all about `udev rules`. As explained in [DISTROS.md](./DISTROS.md), `nvme-stas` and `nvme-cli` compete for the same kernel events (a.k.a. uevents or udev events). Those are events generated by the kernel related to Discovery Controller (DC) state changes. For example, an AEN indicating a change of Discovery Log Page (DLP), or an event indicating that the the connection to a DC was restored (event = `connected` or `rediscover`), which means that the DLP needs to be refreshed and connections to controllers listed in the DLP need to be updated.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project(
'nvme-stas',
meson_version: '>= 0.53.0',
version: '2.1.4-rc1',
version: '2.2',
license: 'Apache-2.0',
default_options: [
'buildtype=release',
Expand Down

0 comments on commit c128b8a

Please sign in to comment.