]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
release v1.12 v1.12
authorKeith Busch <kbusch@kernel.org>
Tue, 16 Jun 2020 15:10:33 +0000 (08:10 -0700)
committerKeith Busch <kbusch@kernel.org>
Tue, 16 Jun 2020 15:12:15 +0000 (08:12 -0700)
We're about to introduce major updates from new TPs, so now seems a good time
to tag a new release. Shortlog below.

Adam Judge (1):
      Fix PMRMSC.CMSE bitmask

Brandon Paupore (2):
      Updated/Added device IDs for SN440, ZN440, and SN640
      Corrected text output in FW activation history

Chaitanya Kulkarni (2):
      nvme: fix compiler warnings
      nvme: allow addr family to recognize loop

James Yang (1):
      Adding ScaleFlux subcommands

Jian Ding (1):
      fix apsrintf return check

KLZ-0 (3):
      controller list argument is required in attach-ns/detach-ns commands Empty controller-id list in the ioctl call for attach/detach of namespace results effectively in no operation, yet the nvme cli reports falsely success. The controller id list must be specified with at least 1 controller in the list.
      Emit a warning message when no controller-id is specified
      Improve error message

Keith Busch (5):
      Tag release with broken build fixes
      fixes for 32-bits
      fix uninitialized value warning
      fix id-ctrl power printa
      release v1.12

Martin George (1):
      fabrics: write reconnect_delay to fabrics device on connect

Martin Wilck (6):
      connect-all: add -m/--matching option
      nvmf-connect@.service: use nvme connect-all --matching
      doc: nvme-connect-all: document -m / --matching
      doc: nvme-connect-all: document -p / --persistent
      doc: nvme-connect-all: document -q / --quiet
      doc: nvme-connect-all: regenerate HTML and man pages

Randy (1):
      Add log page CA parsing

Randy Bates (4):
      Bug fixes
      Fix segmentation if invalid customer id
      Update systemd required version.
      Add customer id 0x101

Steven Seungcheol Lee (2):
      nvme.c: remove side effects from older commit
      format: skipping re-read partition for same lbaf or All NS

Tokunori Ikegami (1):
      MAINT: nvme-cli: Add LF code into error messages

Tomasz Kulasek (1):
      remove block device checking for namespace

Wu Bo (2):
      nvme-cli:lightnvm:fix fd leak when do ioctl failed
      nvme-cli:nvme:fix fd leak when an error occurs

Yi Zhang (1):
      nvme-print: nvme list -o json fix

Zhouhua Liu (1):
      nvme-cli: Add huawei vendor id as filter in command "nvme huawei list"

丁剑 (2):
      [memblaze] add select-download command
      [SMART] add more smart info

Signed-off-by: Keith Busch <kbusch@kernel.org>
NVME-VERSION-GEN

index 2624b54ea80d7e2a6891084680f072deaf66eaaa..75b13d10a7e41509b9043b52baa69d851ec14512 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=NVME-VERSION-FILE
-DEF_VER=v1.11.1
+DEF_VER=v1.12
 
 LF='
 '