aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-06-23 18:09:48 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-06-23 18:09:48 +0000
commit303f8c98ee28150285d69bd213970144fe224da3 (patch)
tree3cdbf0cc482229b65481fe30049c92fa3c2f1faa /ChangeLog
parentbee57c535c29a01cadfaa660d8c0182288960c33 (diff)
downloadsg3_utils-303f8c98ee28150285d69bd213970144fe224da3.tar.gz
Haiku OS support, add pt function list in sg_pt_dummy.c; add slices to sg_mrq_dd
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@905 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 12 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 465479c6..a9168f75 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.47 [20210610] [svn: r904]
+Changelog for pre-release sg3_utils-1.47 [20210623] [svn: r905]
- sg_rep_zones: add support for REPORT ZONE DOMAINS and
REPORT REALMS in this utility
- sg_raw: fix prints of NVMe NVM command names
@@ -13,14 +13,17 @@ Changelog for pre-release sg3_utils-1.47 [20210610] [svn: r904]
- sg_dd, sgm_dd, sgp_dd: don't close negative file descriptors
- sg_lib: add sg_scsi_status_is_good(),
sg_scsi_status_is_bad() and sg_get_zone_type_str()
- - pt_linux: fix verify(BytChk=0) which Linux SNTL translated
- to write, other SNTL cleanups
- - pt_linux_nvme: fix fua setting
- - pt: check_pt_file_handle() add return value of 5 for
- FreeBSD for nvme(cam)
- - pt: new configure option --enable-pt_dummy builds the
- library with sg_pt_dummy.c instead of OS specific code.
- To experiment with --inhex= decoding on netbsd
+ - pt_linux: fix verify(BytChk=0) which Linux SNTL translated
+ to write, other SNTL cleanups
+ - pt_linux_nvme: fix fua setting
+ - pt: check_pt_file_handle() add return value of 5 for
+ FreeBSD for nvme(cam)
+ - pt: new configure option --enable-pt_dummy builds the
+ library with sg_pt_dummy.c instead of OS specific code.
+ For experimenting with --inhex= decoding on netbsd
+ - pt: add Haiku OS support
+ - sg_pt_dummy.c: add list of functions that a new pt
+ needs to define
- move some hex files from examples to inhex directory
- major rework of lib/sg_pt_freebsd.c; make SNTL as similar
as feasible to the Linux implementation