diff --git a/CHANGELOG.md b/CHANGELOG.md index 8941d7e60..0c25e7f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ # Changelog -## v21.01.1: (Upcoming Release) +## v21.01.1: + +### dpdk + +Added `rte_ethdev` and `rte_net` dependencies for all builds with DPDK. + +Fixed compatibility issues with DPDK 19.11. + +### iscsi + +A security vulnerability has been identified and fixed in the SPDK iSCSI target. +A TEXT PDU with no data, but CONTINUE flag set, would result in a NULL pointer dereference +and crash the SPDK iSCSI target process. All users of the SPDK iSCSI target +are recommended to update. All SPDK versions <= v21.01 are affected. + +### nbd + +Fixed kernel hang when bdev is removed by always setting NBD_SET_TIMEOUT. + +### nvme + +Fixed segfault when removing qpair when transport connection fails (issue #1777). + +### ocssd + +Fixed the bug that no media event is pushed to the target bdev. + +### sock + +Added `enable_quickack` and `enable_placement_id` when saving JSON configuration. ## v21.01: Dynamic scheduler, vfio-user, ZNS Zone Append diff --git a/include/spdk/version.h b/include/spdk/version.h index 4d601bd1b..1de5af4a4 100644 --- a/include/spdk/version.h +++ b/include/spdk/version.h @@ -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. diff --git a/pkg/spdk.spec b/pkg/spdk.spec index 407a6876c..1a204a43f 100644 --- a/pkg/spdk.spec +++ b/pkg/spdk.spec @@ -2,12 +2,12 @@ %bcond_with doc Name: spdk -Version: 21.01.x +Version: 21.01.1 Release: 0%{?dist} Epoch: 0 URL: http://spdk.io -Source: https://github.com/spdk/spdk/archive/v21.01.x.tar.gz +Source: https://github.com/spdk/spdk/archive/v21.01.1.tar.gz Summary: Set of libraries and utilities for high performance user-mode storage %define package_version %{epoch}:%{version}-%{release}