Skip to content

Commit 3964d5f

Browse files
Merge pull request #183 from martin-belanger/v1.1.5
release: v1.1.5
2 parents 761361a + 79d82a5 commit 3964d5f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

NEWS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# STorage Appliance Services (STAS)
22

3-
## Changes with release 1.1.4
3+
## Changes with release 1.1.5
4+
5+
- Fix issues introduced in 1.1.4 when enabling Fibre Channel (FC) support.
6+
- Eliminate pcie devices from discovery log pages. When enabling FC, pcie was accidentally enabled as well.
7+
- Fix I/O controller scan and detect algorithm. Again, while adding support for FC, the I/O scan & detect algorithm was modified, but we accidentally made it detect Discovery Controllers as well as I/O controllers.
8+
9+
10+
## Changes with release 1.1.4 (Do not use - see 1.1.5 above)
411

512
- Fix issues for Fibre Channel (FC) support.
613
- Add TESTING.md

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author = 'Martin Belanger <[email protected]>'
1313
master_doc = 'index'
1414

15-
release = '1.1.4'
15+
release = '1.1.5'
1616

1717

1818
# -- General configuration ---------------------------------------------------

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project(
1010
'nvme-stas',
1111
meson_version: '>= 0.53.0',
12-
version: '1.1.4',
12+
version: '1.1.5',
1313
license: 'Apache-2.0',
1414
default_options: [
1515
'buildtype=release',

0 commit comments

Comments
 (0)