Skip to content

Commit

Permalink
Merge pull request #266 from martin-belanger/v2.0-rc5
Browse files Browse the repository at this point in the history
release: v2.0-rc5
  • Loading branch information
martin-belanger authored Oct 27, 2022
2 parents e46a428 + 0222e95 commit ead9120
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Because of incompatibilities between 1.1.6 and 1.2 (ref. `sticky-connections`),

* Add support for PLEO - Port-Local Entries Only, see TP8010.
* Add new configuration parameter to stafd.conf: `pleo=[enabled|disabled]`
* This requires `libnvme` 1.2 or later although nvme-stas can stil operate with 1.1 (but PLEO will not be supported).
* This requires `libnvme` 1.2 or later although nvme-stas can still operate with 1.1 (but PLEO will not be supported).
* Although `blacklist=` is deprecated, keep supporting it for a while.
* Target `udev-rule=` at TCP connections only.
* Read-the-docs will now build directly from source (instead of using a possibly stale copy)
* More unit tests were added
* Refactored the code that handles pyudev events in an effort to fix spurious lost events.

## ~~Changes with release 1.2~~ (never released - use 2.0 instead)

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.0-rc4',
version: '2.0-rc5',
license: 'Apache-2.0',
default_options: [
'buildtype=release',
Expand Down

0 comments on commit ead9120

Please sign in to comment.