aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-30 01:26:49 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-30 01:26:49 -0400
commit54db3539d128da3cb6f0c7a677ee55e01384b377 (patch)
tree2f7ba9868952228139fe8944e574ff7b4105a760 /NEWS
parentfaca1bcc23705749999054363374de65e7d28497 (diff)
downloadsbo-maintainer-tools-54db3539d128da3cb6f0c7a677ee55e01384b377.tar.gz
Update NEWS.HEAD0.9.4master
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
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:
=============