aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-12-23 05:11:07 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-12-23 05:11:07 +0000
commitc7c79e01652ac14b34b62aa727dae5aabaffdba5 (patch)
treefc4dd131175cecbbb8c0e47df16228e7e3de475c /ChangeLog
parentcee35c89cc98e880c7aa52e7b900363ae74e9653 (diff)
downloadsg3_utils-c7c79e01652ac14b34b62aa727dae5aabaffdba5.tar.gz
sg_logs: tweak the meaning of --list option; sg_opcodes: cleanup error reporting
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@925 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 b62f9265..12c01bdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,15 @@ 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 [20211203] [svn: r924]
+Changelog for pre-release sg3_utils-1.48 [20211222] [svn: r925]
- sg_z_act_query: new utility for sending either a
Zone activate or Zone query command
- sg_rep_zones: add Report zone starting LBA granularity
field in REPORT ZONES response [zbc2r12]
- sg_decode_sense: add --nodecode option
+ - sg_logs: tweak the meaning of --list option to more closely
+ reflect the contents of log pages 0x0 and 0x0,0xff
+ - sg_opcodes: cleanup error reporting
- initialize all sense buffers to 0
- rework main README file
- rev 921+922 are bugfix revs on release 1.47 [r919,920]