]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Release nvme-cli v0.8 v0.8
authorKeith Busch <keith.busch@intel.com>
Mon, 27 Jun 2016 18:22:40 +0000 (12:22 -0600)
committerKeith Busch <keith.busch@intel.com>
Mon, 27 Jun 2016 18:22:40 +0000 (12:22 -0600)
Lots of updates in this release!

 * Code re-organized to support new extensions. While these are called
   "plugins", they currently have to be built into the executable. Support
   for dynamically loadable plugins is under consideration.

 * LightNVM is added as a built-in plugin.

 * Intel vendor specific commands and structure decodings are supported
   in a new intel plugin.

 * Support for NVMe-over-Fabrics

 * New output format "json" for a subset of commands that decode returned
   structures.

 * Lots of various documentation and minor code fixes.

Seems stable, so tagging a release.

Signed-off-by: Keith Busch <keith.busch@intel.com>
NVME-VERSION-GEN

index 1a4a8c70177396ffe234db873ade809ed265363c..b7282940e4e25d03ad98751c307e9f6d9243d040 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=NVME-VERSION-FILE
-DEF_VER=v0.7
+DEF_VER=v0.8
 
 LF='
 '