aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2020-04-11 04:07:35 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2020-04-11 04:07:35 +0000
commit0a9f85769a18562cb3cb5a59ec202e044b18389c (patch)
tree20138cf50c5ea4b3caf2c1ca176938d91fec9914 /ChangeLog
parent7f78fcb9b12c87fdc6eca644bc1582d8e5e1242c (diff)
downloadsg3_utils-0a9f85769a18562cb3cb5a59ec202e044b18389c.tar.gz
sg_lib: Linux NVMe SNTL: add read, write and verify
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@847 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6569e87b..79c416b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,12 @@ 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 sg3_utils-1.46 [20200403] [svn: r846]
+Changelog for sg3_utils-1.46 [20200410] [svn: r847]
- sg_dd: separate category for miscompare errors
- sg_get_elem_status: add res_all or ralwd bit, t10 is fuzzy
- sg_write_x: add dld bits to write(32) [sbc4r19a]
- sg_lib: restore elements and rebuild command added
- - start SNTL work on read/write
+ - sg_lib: Linux NVMe SNTL: add read, write and verify
- testing/sgs_dd: add evfd flags and eventfd processing
- testing/sgh_dd: various fixes