aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-08-06 03:45:31 -0400
committerB. Watson <urchlay@slackware.uk>2024-08-06 03:45:31 -0400
commitde621f0c20c8d91ffdb9c99f8eee04c21488bd7c (patch)
treeb1ed981e112f5f6cb01b1dfbc1eb22495ce8a87a /NEWS
parent1316621b479900c971225560de52c7c829bc8d19 (diff)
downloadsbo-maintainer-tools-245d34fb7a7722d6706ad2efcc88d242a3b58db1.tar.gz
Update NEWS for 0.9.2.0.9.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae050ea..807430a 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.2:
+=============
+
+sbopkglint:
+- Detect packages that contain nothing but "install/" and/or "/usr/doc".
+ These are generally the result of a badly-written SlackBuild that
+ does no error checking.
+
+sbolint:
+- github download URLs in .info files are checked. The intent is to use
+ a URL that gives the same downloaded filename regardless of whether
+ Content-disposition is in use or not. See:
+ https://slackbuilds.org/GITHUB_URLs.txt
+- New -N/--notes-as-warnings option.
+- Scripts that do no error-checking (don't use either bash's -e option or
+ "|| exit 1" anywhere in the script) trigger an error.
+
New in 0.9.1:
=============