aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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:
=============