From de621f0c20c8d91ffdb9c99f8eee04c21488bd7c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 6 Aug 2024 03:45:31 -0400 Subject: Update NEWS for 0.9.2. --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'NEWS') 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: ============= -- cgit v1.2.3