From d4735eae238811ac85e0744443e8d6409f7c3a8b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 9 Jun 2023 15:57:51 -0400 Subject: Update NEWS. --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ec29cd8..4774fb1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,26 @@ The real ChangeLog is the git log. This is just a summary of the user-visible changes between releases. +New in 0.8.2: +============= + +sbolint: +- When checking for doinst.sh, don't complain if it's doinst.sh.gz. +- Add progress bar (on stderr) for -a. Also, make the user redirect + stdout (instead of spewing to the terminal). +- Add summary for -a (total builds, totals + percentages OK and failed). +- Check for douninst.sh (must exist if the script mentions it; must not + exist if the the script doesn't mention it). +- If LIBDIRSUFFIX and/or SLKCFLAGS are set, and then never used, you'll + get a non-fatal NOTE message. Yes, you can ignore this. + +sbopkglint: +- Forbid nonstandard directories directly under /usr (e.g. /usr/$PRGNAM). +- Check for install/slack-desc. +- Check for $TMP/package-* baked into any files in the package. This requires + TMP to be set the same as it was when the package was built (normally, + /tmp/SBo). + New in 0.8.1: ============= -- cgit v1.2.3