diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 05999b63..adabd1a6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -67,6 +67,7 @@ This release includes the following enhancements and bugfixes: - checksrc: fix spelling in comment (a95d401f) - checksrc: modernise Perl file open (3d309f9b) - checksrc: switch to dot file (d67a91aa #1052) +- ci: add shellcheck job and script (d88b9bcd) - ci: verify build and install from tarball (a86e27e8 #1362) - ci: add reproducibility test for `maketgz` (2d765e45 #1360) - ci: use Linux runner for BSDs, add arm64 FreeBSD 14 job (6f86b196 #1343) @@ -197,6 +198,7 @@ This release includes the following enhancements and bugfixes: - src: improve MSVC C4701 warning fix (8b924999 #1086 #876 #1083) - src: bump `hash_len` to `size_t` in `LIBSSH2_HOSTKEY_METHOD` (8b917d76 #1076) - src: bump DSA and ECDSA sign `hash_len` to `size_t` (7b8e0225 #1055) +- tests: fix shellcheck issues in `test_sshd.test` (a2ac8c55) - tests: sync port number type with the rest of codebase (eb996af8) - tests: fall back to `$LOGNAME` for username (5326a5ce #1241 #1240) - tests: show cmake version used in integration tests (2cd2f40e #1201)