Update 18.07.1 Changelog

Change-Id: I527b30a852031a79a01a8ad73e63682a3076296a
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/424892
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Ben Walker 2018-09-06 14:09:50 -07:00
parent f55ffa8b57
commit 4608e917de
2 changed files with 26 additions and 1 deletions

View File

@ -1,5 +1,30 @@
# Changelog
## v18.07.1:
### NVMe
Added a quirk to handle QEMU emulated NVMe SSDs, which report an Intel
vendor ID but don't support Intel vendor-specific log pages.
### Vagrant
Modified scripts/vagrant/create_vbox.sh to run as a bash script, since
it explicitly requires bash functionality.
### bdev
Fixed a bug that resulted in incorrect disk utilization reporting.
Fixed a crash when the bdev layer ran out of free bdev I/O request objects.
Fixed a race condition between closing the final bdev descriptor
and unregistering the bdev.
### DPDK
Updated the DPDK submodule to be based off of DPDK 18.05.1.
## v18.07:
### bdev

View File

@ -54,7 +54,7 @@
* Patch level is incremented on maintenance branch releases and reset to 0 for each
* new major.minor release.
*/
#define SPDK_VERSION_PATCH 0
#define SPDK_VERSION_PATCH 1
/**
* Version string suffix.