aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c8195922..d1690578 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,11 @@ Each utility has its own version number, date of last change and
some description at the top of its ".c" file. All utilities in the main
directory have their own "man" pages. There is also a sg3_utils man page.
-Changelog for sg3_utils-1.43 [20171104] [svn: r730]
+Changelog for sg3_utils-1.43 [20171115] [svn: r731]
- sg_bg_ctl: new Background control command (sbc4r08)
- - sg_write_atomic: new 16 and 32 byte cdbs (sbc4r04)
- - also can issue plain WRITE(16 or 32)
+ - sg_write_x: where X can be normal, atomic,
+ scattered, or stream writes with 16 or 32 byte
+ cdbs (sbc4r04 for atomic, sbc4r11 for scattered)
- sg_senddiag: add --timeout=SEC option
- sg_sanitize: add --timeout=SEC option
- sg_format: add --timeout=SEC option
@@ -41,6 +42,7 @@ Changelog for sg3_utils-1.43 [20171104] [svn: r730]
log page (from H. Reinecke, Suse)
- sg_inq: fix potential unbounded loop in --export
- update version descriptor list to 20170114
+ - decode NVMe Identify controller/nsid
- sg_inq+sg_vpd: update Extended inquiry data vpd
page (spc5r09)
- block limits and block limit extension VPD pages:
@@ -88,11 +90,16 @@ Changelog for sg3_utils-1.43 [20171104] [svn: r730]
- add sg_get_sfs_name() for spc5r11 (Feature sets)
- add sg_decode_transportid_str()
- add sg_msense_calc_length()
+ - add sg_all_zeros(), sg_all_ffs()
- implement 'format' argument in dStrHexStr()
- add read buffer(16) command mode names
- add Microcode activation sense descriptor spc5r10
- add SG_LIB_UNBOUNDED_32BIT (_16BIT and _64BIT)
defines to help with decoding corner cases
+ - sg_pt: add construct_scsi_pt_obj_with_fd()
+ - add pt_device_is_nvme(), get_pt_nvme_nsid()
+ - add check_pt_file_handle()
+ - add get_pt_file_handle(), get_pt_file_handle()
- sg_lib_data: sync asc/ascq codes with T10 20170114
- add write scattered (16+32) cdb names sbc4r11
- sg_cmds_extra: expand sg_ll_ata_pt() to send new
@@ -107,9 +114,8 @@ Changelog for sg3_utils-1.43 [20171104] [svn: r730]
- https://github.com/hreinecke/sg3_utils
branch sles15 synced 20170914
- move some testing utilities out of the
- 'examples' and 'utils' directory into the new
+ 'examples' and 'utils' directories into the new
'testing' directory
- directory into the 'testing' directory
- gcc 7.2 cleanups (sysmacros.h etc)
- clang --analyze static checker clean ups
- shellcheck cleanup on scripts