aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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