aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-02-11 23:50:56 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-02-11 23:50:56 +0000
commitb3918431020005cc1fbf1d3fe836da0048c15c8c (patch)
tree8cbe98912fe835d3367ac1bcad6534c36bfdbed9 /ChangeLog
parent9939d8d804d0ce423824836173c296daf4e13e99 (diff)
downloadsg3_utils-b3918431020005cc1fbf1d3fe836da0048c15c8c.tar.gz
sg_format: allow disk formats on ZBC (zoned) disks
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@937 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 49400a3a..0483870a 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 [20220207] [svn: r936]
+Changelog for pre-release sg3_utils-1.48 [20220211] [svn: r937]
- 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
@@ -26,6 +26,7 @@ Changelog for pre-release sg3_utils-1.48 [20220207] [svn: r936]
the left hand side of each line of hex
- sg_modes: improve handling of zbc disks with pdt=0x14
- sg_opcodes: cleanup error reporting
+ - sg_format: allow disk formats on ZBC (zoned) disks
- 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]