aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-10-11 13:53:03 -0400
committerB. Watson <urchlay@slackware.uk>2024-10-11 13:53:03 -0400
commitcdc83a6b1463ceb2c63655f7314dc64bcb27b202 (patch)
tree7185ad53a2c3e2944309428b02952fc680258347
parentb63993f69c46d6724cde68e9ab22d250ad433d53 (diff)
downloadsbo-maintainer-tools-cdc83a6b1463ceb2c63655f7314dc64bcb27b202.tar.gz
Update NEWS.
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 807430a..0a99b3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
The real ChangeLog is the git log. This is just a summary of the
user-visible changes between releases.
+New in 0.9.3:
+=============
+
+sbopkglint:
+- Don't complain if ELF binaries in /lib/firmware or /usr/share/alsa/firmware
+ are -x and/or unstripped.
+- If any of /bin, /usr/bin, /sbin, /usr/sbin exist but are empty, upgrade
+ the 'empty directory' note to a warning. These are generally the result
+ of a SlackBuild that's missing "set -e" or "|| exit" error checks.
+
+sbolint:
+- Only apply github URL checking to URLs with github subdomains (e.g.
+ https://gists.github.com will not be checked).
+- Complain about chown commands that use a dot as a separator. This
+ is deprecated in coreutils, and causes a warning when the script
+ is run.
+
New in 0.9.2:
=============