aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-11-10 20:37:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-11-10 20:37:23 +0000
commited556a52933d29309849dbb24ba49f8b829c1058 (patch)
tree8948ca3b8805e4991301aaba49c552a93e9f1127
parent02beb6330465dfd55ce605206c35780f3c390d6b (diff)
downloadsg3_utils-ed556a52933d29309849dbb24ba49f8b829c1058.tar.gz
release 1.47, tag will be next rev number
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@919 6180dd3e-e324-4e3e-922d-17de1ae2f315
-rw-r--r--ChangeLog16
-rw-r--r--debian/changelog2
-rw-r--r--sg3_utils.spec2
3 files changed, 10 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 473d1814..bdb97820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +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 [20211105] [svn: r918]
- - transport error handling improved. To fix report of a
- BAD_TARGET transport error but the utility still continued.
- - introduce SG_LIB_TRANSPORT_ERROR [35] exit status
+Changelog for released sg3_utils-1.47 [20211110] [svn: r919]
- sg_rep_zones: add support for REPORT ZONE DOMAINS and
REPORT REALMS in this utility
- sg_raw: fix prints of NVMe NVM command names
@@ -24,12 +21,15 @@ Changelog for pre-release sg3_utils-1.47 [20211105] [svn: r918]
put conditional in so non-reentrant version used otherwise
- 'iflag=00,ff' places the 32 bit block address (big endian)
into each block
- - sgp_dd: major rework
+ - sgp_dd: major rework, fix issue with error being ignored
- new: --chkaddr which checks for block address in each block
- add check for stdatomic.h presence in configure.ac
- sg_xcopy: tweak CSCD identification descriptor
- sg_get_elem_status: fix issue with '--maxlen=' option
- add 2 depopulation revocation health attributes [sbc5r01]
+ - transport error handling improved. To fix report of a
+ BAD_TARGET transport error but the utility still continued.
+ - introduce SG_LIB_TRANSPORT_ERROR [35] exit status
- several utilities: override '--maxlen=LEN' when LEN
is < 16 (or 4), take default (or 4) instead
- scripts: 55-scsi-sg3_id.rules remove outdated rule
@@ -41,8 +41,8 @@ Changelog for pre-release sg3_utils-1.47 [20211105] [svn: r918]
- 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
+ library with sg_pt_dummy.c instead of OS specific code;
+ for experimenting with --inhex= decoding on netbsd
- pt: add Haiku OS support
- gcc -fanalyzer fixes: in sg_pt_linux.c + sg_write_x.c
- sg_pt_dummy.c: add list of functions that a new pt
@@ -50,7 +50,7 @@ Changelog for pre-release sg3_utils-1.47 [20211105] [svn: r918]
- configure.ac: tweak to accept uclinux as linux
- 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
+ as practical to the Linux implementation
- add testing/sg_take_snap
- change links to http://sg.danny/cz/sg/* to https
diff --git a/debian/changelog b/debian/changelog
index d8cf7b8f..9c35e953 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ sg3-utils (1.47-0.1) unstable; urgency=low
* New upstream version
- -- Douglas Gilbert <dgilbert@interlog.com> Fri, 05 Nov 2021 19:00:00 -0400
+ -- Douglas Gilbert <dgilbert@interlog.com> Tue, 09 Nov 2021 12:00:00 -0500
sg3-utils (1.46-0.1) unstable; urgency=low
diff --git a/sg3_utils.spec b/sg3_utils.spec
index 3e89598d..fcbd9e18 100644
--- a/sg3_utils.spec
+++ b/sg3_utils.spec
@@ -84,7 +84,7 @@ fi
%{_libdir}/*.la
%changelog
-* Fri Nov 05 2021 - dgilbert at interlog dot com
+* Tue Nov 09 2021 - dgilbert at interlog dot com
- track t10 changes
* sg3_utils-1.47