changelog: use #/##/### headers consistently

Change-Id: Ie85c86a72999cdaa2e7058a3918be06347ea7734
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-02-15 16:45:58 -07:00 committed by Jim Harris
parent 77e6598dcb
commit aa61dc505e

View File

@ -1,8 +1,6 @@
Changelog
=========
# Changelog
v16.12: NVMe over Fabrics host, hotplug, and multi-process
----------------------------------------------------------
## v16.12: NVMe over Fabrics host, hotplug, and multi-process
### NVMe library
@ -88,8 +86,7 @@ mechanisms; it should only be enabled on systems with controlled user access
behind a firewall. An example RPC client implemented in Python is provided in
`scripts/rpc.py`.
v16.08: iSCSI target, NVMe over Fabrics maturity
------------------------------------------------
## v16.08: iSCSI target, NVMe over Fabrics maturity
This release adds a userspace iSCSI target. The iSCSI target is capable of exporting
NVMe devices over a network using the iSCSI protocol. The application is located
@ -123,8 +120,7 @@ for the NVMe driver.
the NVMe library API; see `examples/nvme/hello_world/hello_world.c`.
- A test for measuring software overhead was added. See `test/lib/nvme/overhead`.
v16.06: NVMf userspace target
-----------------------------
## v16.06: NVMf userspace target
This release adds a userspace NVMf (NVMe over Fabrics) target, conforming to the
newly-released NVMf 1.0/NVMe 1.2.1 specification. The NVMf target exports NVMe
@ -175,8 +171,7 @@ user code.
- The PCI library API was made more generic to abstract away differences
between the underlying PCI access implementations.
v1.2.0: IOAT user-space driver
------------------------------
## v1.2.0: IOAT user-space driver
This release adds a user-space driver with support for the Intel I/O Acceleration Technology (I/OAT, also known as "Crystal Beach") DMA offload engine.
@ -193,8 +188,7 @@ This release adds a user-space driver with support for the Intel I/O Acceleratio
- Updated to support DPDK 2.2.0
v1.0.0: NVMe user-space driver
------------------------------
## v1.0.0: NVMe user-space driver
This is the initial open source release of the Storage Performance Development Kit (SPDK).