From: Keith Busch Date: Wed, 15 Mar 2017 15:33:35 +0000 (-0400) Subject: nvme-cli: Release v1.2 X-Git-Tag: v1.2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=891899661cae31be232a8046bded2c1e928be8d7;p=users%2Fsagi%2Fnvme-cli.git nvme-cli: Release v1.2 Changes in this release: New vendor pluging from Western Digital. Better memory usage on program tear down. Will be more important if we have an interactive mode in the future. Minor code reorganization to keep vendor uniqueness out of common code. Conditionally compile without uuid support if library is not installed. This is mainly to silence the complaints, as having libuuid is very useful for fabrics. Documentation updates and fixes. Signed-off-by: Keith Busch --- diff --git a/NVME-VERSION-GEN b/NVME-VERSION-GEN index 1bcc690b..727c5a12 100755 --- a/NVME-VERSION-GEN +++ b/NVME-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=NVME-VERSION-FILE -DEF_VER=v1.1 +DEF_VER=v1.2 LF=' '