Skip to content

Commit

Permalink
sync to upstream sdparm svn rev 389
Browse files Browse the repository at this point in the history
See ChangeLog file for pre-release sdparm-1.13 [20231025]
Mainly sg_lib improvements to SNT error translations.
  • Loading branch information
doug-gilbert committed Nov 25, 2023
1 parent 23a0d32 commit 2542ffc
Show file tree
Hide file tree
Showing 23 changed files with 1,494 additions and 2,717 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The version number is hardcoded into sdparm.c (in a C string);
the rpm spec file: sdparm.spec ; the debian/changelog file;
and the configure.ac file (in the AC_INIT item).

ChangeLog for pre-release sdparm-1.13 [20231027] [svn: r388]
ChangeLog for pre-release sdparm-1.13 [20231125] [svn: r389]
- add --json[=JO] and --js-file=JFN options
- apart from with a real device, json output can be
requested with --enumerate or --inhex=FN
Expand Down Expand Up @@ -33,7 +33,7 @@ ChangeLog for pre-release sdparm-1.13 [20231027] [svn: r388]
output of further descriptors, override this
truncation with --flexible option
- experimental: add NetBSD support
- point svn:externals to sg3_utils revision 1060
- point svn:externals to sg3_utils revision 1068
- remove the imtermediate files generated by ./autogen.sh
- this reduces size of svn and git repositories but still
plan to have these intermediate files in release tarballs
Expand Down
5 changes: 3 additions & 2 deletions include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ scsiinclude_HEADERS = \
sg_json_sg_lib.h \
sg_pr2serr.h \
sg_unaligned.h \
sg_pt.h \
sg_pt_nvme.h
sg_nvme.h \
sg_snt.h \
sg_pt.h

if OS_LINUX
scsiinclude_HEADERS += \
Expand Down
Loading

0 comments on commit 2542ffc

Please sign in to comment.