aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-10-21 04:13:46 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-10-21 04:13:46 +0000
commitdf021e02a8ebe19d0537bb836b988bc7d424f79e (patch)
treef803e2f82447fa4d7bd9917fb7734e49100e7f42 /ChangeLog
parent571a84881ebb07e5c307a748b705724ec2d8d3e4 (diff)
downloadsg3_utils-df021e02a8ebe19d0537bb836b988bc7d424f79e.tar.gz
build cleanups for 'make distcheck'
See https://github.com/doug-gilbert/sg3_utils/pull/26, 27 and 28; still need svn:ignore property or maybe global-ignores. More testing/*_dd.c* cleanups for retiring HIPRI and relacing with POLLED (for calling bio_poll() in kernel). git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@975 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 ad91c94e..d50470de 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.48 [20221007] [svn: r974]
+Changelog for pre-release sg3_utils-1.48 [20221020] [svn: r975]
- some utilities: add experimental --json[=JO] option
- sg_z_act_query: new utility for sending either a
Zone activate or Zone query command
@@ -94,6 +94,9 @@ Changelog for pre-release sg3_utils-1.48 [20221007] [svn: r974]
- sg_pt_dummy.c: remove problematic include
- sg3_utils.spec: change tarball extension from .tgz to
.tar.gz ; fix build issue with Fedora 36
+ - build cleanups for 'make distcheck', see
+ https://github.com/doug-gilbert/sg3_utils/pull/26, 27 and
+ 28; need svn:ignore property or maybe global-ignores
- round of coverity identified issue fixes (and non-issues)
- autoconf: upgrade version 2.70 to 2.71; automake upgrade
to version 1.16.5 (from Fedora 36)