Skip to content

Commit

Permalink
Update 18.07.1 Changelog
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Walker committed Sep 10, 2018
1 parent f55ffa8 commit 4608e91
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/spdk/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4608e91

Please sign in to comment.