Skip to content

Commit

Permalink
release of version 1.48
Browse files Browse the repository at this point in the history
Or the first attempt. Small change to configure.ac so
MinGW that reports its host_os as '*_msys' will build.



git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@1042 6180dd3e-e324-4e3e-922d-17de1ae2f315
  • Loading branch information
doug-gilbert committed Aug 1, 2023
1 parent 568c91b commit d176dd6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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 [20230718] [svn: r1041]
Changelog for released sg3_utils-1.48 [20230801] [svn: r1042]
- decoding utilities: add --json[=JO] and --js-file=JFN
options, short form changed to -j[=JO]
- sg_sat_datetime: new utility for setting or accessing
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ AM_CONDITIONAL(OS_FREEBSD, [echo $host_os | grep 'freebsd' > /dev/null])
AM_CONDITIONAL(OS_LINUX, [echo $host_os | grep -E '^(uc)?linux' > /dev/null])
AM_CONDITIONAL(OS_OSF, [echo $host_os | grep '^osf' > /dev/null])
AM_CONDITIONAL(OS_SOLARIS, [echo $host_os | grep '^solaris' > /dev/null])
AM_CONDITIONAL(OS_WIN32_MINGW, [echo $host_os | grep '^mingw' > /dev/null])
AM_CONDITIONAL(OS_WIN32_MINGW, [echo $host_os | grep -E '^mingw|^msys' > /dev/null])
AM_CONDITIONAL(OS_WIN32_CYGWIN, [echo $host_os | grep '^cygwin' > /dev/null])
AM_CONDITIONAL(OS_ANDROID, [echo $host_os | grep 'android' > /dev/null])
AM_CONDITIONAL(OS_NETBSD, [echo $host_os | grep 'netbsd' > /dev/null])
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sg3-utils (1.48-0.1) unstable; urgency=low

* New upstream version

-- Douglas Gilbert <dgilbert@interlog.com> Tue, 18 Jul 2023 11:00:00 -0400
-- Douglas Gilbert <dgilbert@interlog.com> Tue, 01 Aug 2023 11:00:00 -0400

sg3-utils (1.47-0.1) unstable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion doc/sg3_utils.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SG3_UTILS "8" "July 2023" "sg3_utils\-1.48" SG3_UTILS
.TH SG3_UTILS "8" "August 2023" "sg3_utils\-1.48" SG3_UTILS
.SH NAME
sg3_utils \- a package of utilities for sending SCSI commands
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/sg3_utils_json.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SG3_UTILS_JSON "8" "July 2023" "sg3_utils\-1.48" SG3_UTILS
.TH SG3_UTILS_JSON "8" "August 2023" "sg3_utils\-1.48" SG3_UTILS
.SH NAME
sg3_utils_json \- JSON output for some sg3_utils utilities
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion sg3_utils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi
%{_libdir}/*.a

%changelog
* Tue Jul 18 2023 - dgilbert at interlog dot com
* Tue Aug 01 2023 - dgilbert at interlog dot com
- track t10 changes
* sg3_utils-1.48

Expand Down

0 comments on commit d176dd6

Please sign in to comment.