From 54db3539d128da3cb6f0c7a677ee55e01384b377 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 30 Apr 2026 01:26:49 -0400 Subject: Update NEWS. --- NEWS | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index bea29a6..27b9c2f 100644 --- a/NEWS +++ b/NEWS @@ -4,10 +4,24 @@ user-visible changes between releases. New in 0.9.4: ============= +sbolint: +- Check for tabs or carriage returns in .info files (which have never been + allowed). +- When running in a git repo, check for files that are in the current + dir that aren't in the rep. If .diff and .patch files are found, it's + an error. If any other file is found, it's just a note. + sbopkglint: -- check .pc files for validity, ownerships/perms, correct lib dir (lib +- Error messages now begin with the string "--- ERR:". +- Check .pc files for validity, ownerships/perms, correct lib dir (lib vs. lib64) and make sure any -I or -L dirs from pkg-config actually exist in the package. +- Use a modified 'explodepkg' that will report errors, such as the partition + filling up. Regular Slackware explodepkg silently ignores such errors, + which led to large packages failing to lint properly if /tmp was a tmpfs. + +sbofixinfo: +- Correctly indent URLs in multi-line DOWNLOAD, DOWNLOAD_x86_64. New in 0.9.3: ============= -- cgit v1.2.3