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