version: 20.07 pre
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Id618504d902f17cda37b6e11a8a9e63e26e49f5c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2100 Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
01425928ed
commit
4f6fe26199
@ -1,11 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v20.07: (Upcoming Release)
|
||||||
|
|
||||||
### accel
|
### accel
|
||||||
|
|
||||||
A new API was added `spdk_accel_get_capabilities` that allows applications to
|
A new API was added `spdk_accel_get_capabilities` that allows applications to
|
||||||
query the capabilities of the currently enabled accel engine back-end.
|
query the capabilities of the currently enabled accel engine back-end.
|
||||||
|
|
||||||
## v20.04: (Upcoming Release)
|
## v20.04:
|
||||||
|
|
||||||
### configuration
|
### configuration
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
/**
|
/**
|
||||||
* Minor version number (month of original release).
|
* Minor version number (month of original release).
|
||||||
*/
|
*/
|
||||||
#define SPDK_VERSION_MINOR 4
|
#define SPDK_VERSION_MINOR 7
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Patch level.
|
* Patch level.
|
||||||
|
Loading…
Reference in New Issue
Block a user