aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2019-09-09 19:02:59 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2019-09-09 19:02:59 +0000
commiteaa9d929aba1cc812418582c779731bcde2adf68 (patch)
treea74aecbd276cf9deabd0b66954ad975510280ac8 /ChangeLog
parentb8a9d0f9070ee4a0f10c7d2e779655bffbfe1624 (diff)
downloadsg3_utils-eaa9d929aba1cc812418582c779731bcde2adf68.tar.gz
sg_get_num()+sg_get_llnum(): add 'e' decoding, allow addition; testing: make now builds both C and C++ programs
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@831 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 a738c36c..3546ab8b 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 sg3_utils-1.45 [20190828] [svn: r830]
+Changelog for sg3_utils-1.45 [20190905] [svn: r831]
- sg_get_elem_status: new utility [sbc4r16]
- sg_ses: bug: --page= being overridden when --control
and --data= also given; fix
@@ -44,6 +44,8 @@ Changelog for sg3_utils-1.45 [20190828] [svn: r830]
- add ${PACKAGE_VERSION} to '.so' name
- add sg_f2hex_arr()
- update some tables for NVMe 1.4
+ - sg_get_num()+sg_get_llnum(): add 'e' decoding,
+ exabytes; allow addition (e.g. --count=3+1k)
- sg_pt_freebsd: fixes for FreeBSD 12.0 release
- scripts: update 54-before-scsi-sg3_id.rules,
scsi-enable-target-scan.sh and
@@ -58,6 +60,7 @@ Changelog for sg3_utils-1.45 [20190828] [svn: r830]
- testing/sg_tst_bidi: for sg 4.0 driver
- testing/sgh_dd: test request sharing, mreqs...
- testing/sgs_dd: back from archive, for testing
+ - 'make' now builds both C and C++ programs
SIGPOLL (SIGIO) and realtime (RT) signals
- sg_pt: add sg_get_opcode_translation() to replace
global pointer to array: sg_opcode_info_arr[]