]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
nvme-cli: Release v1.2 v1.2
authorKeith Busch <keith.busch@intel.com>
Wed, 15 Mar 2017 15:33:35 +0000 (11:33 -0400)
committerKeith Busch <keith.busch@intel.com>
Wed, 15 Mar 2017 15:33:35 +0000 (11:33 -0400)
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 <keith.busch@intel.com>
NVME-VERSION-GEN

index 1bcc690bba177e6221a65ad790708805e01bd8a2..727c5a123b811db2c41c1ddb46901c580597fcec 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=NVME-VERSION-FILE
-DEF_VER=v1.1
+DEF_VER=v1.2
 
 LF='
 '