SPDK 18.04.1

Change-Id: I5526837b75bb21f9c5d7fdd4363763f6ebfa0a2b
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/414070
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Daniel Verkamp 2018-06-06 12:50:25 -07:00
parent 94f3053de3
commit 727a80b328
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,15 @@
# Changelog
## v18.04.1: (Maintenance Release)
## v18.04.1: Maintenance Release
SPDK v18.04.1 is a bug fix and maintenance release.
A bug in the blobstore recovery code for thin provisioned blobs has been fixed
(GitHub issue #291).
The `env_dpdk` environment layer has been updated to work with DPDK 18.05.
The NVMe and bdev `fio_plugin` examples have been updated to work with FIO 3.7.
## v18.04: Logical Volume Snapshot/Clone, iSCSI Initiator, Bdev QoS, VPP Userspace TCP/IP

View File

@ -59,7 +59,7 @@
/**
* Version string suffix.
*/
#define SPDK_VERSION_SUFFIX "-pre"
#define SPDK_VERSION_SUFFIX ""
/**
* Single numeric value representing a version number for compile-time comparisons.