aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-02-18 05:36:07 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-02-18 05:36:07 +0000
commit8385f6006c857fb6a7e66b4b29da1d91c5300bb6 (patch)
treeab5c5d5dd98601663aaaa68e1b7b88d6e52fa0ad /ChangeLog
parentb3918431020005cc1fbf1d3fe836da0048c15c8c (diff)
downloadsg3_utils-8385f6006c857fb6a7e66b4b29da1d91c5300bb6.tar.gz
sg_read_buffer: add --eh_code= and --no_output options; sg_inq, sg_vpd: Device Identication VPD page, change IEEE Company_id to AOI
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@938 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0483870a..eb4dad38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ 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 pre-release sg3_utils-1.48 [20220211] [svn: r937]
+Changelog for pre-release sg3_utils-1.48 [20220217] [svn: r938]
- sg_z_act_query: new utility for sending either a
Zone activate or Zone query command
- sg_rep_density: new utility for decoding the response of
@@ -25,8 +25,11 @@ Changelog for pre-release sg3_utils-1.48 [20220211] [svn: r937]
- for short binary fields, remove address (index) from
the left hand side of each line of hex
- sg_modes: improve handling of zbc disks with pdt=0x14
+ - sg_inq, sg_vpd: Device Identication VPD page, change
+ "IEEE Company_id" to "AOI" as per spc6r06.pdf
- sg_opcodes: cleanup error reporting
- sg_format: allow disk formats on ZBC (zoned) disks
+ - sg_read_buffer: add --eh_code= and --no_output options
- sg_lib: add sg_pdt_s_eq() to cope with ZBC disks which may
be either PDT_ZBC (if host managed) or PDT_DISK
- cleanup masks for PDT [0x1f] and group_number [0x3f]