diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-09 15:57:51 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-06-09 15:57:51 -0400 |
commit | d4735eae238811ac85e0744443e8d6409f7c3a8b (patch) | |
tree | ce20a137871264e64ce444c69db5e9b317de0c80 | |
parent | 15989c6956565eff5b0e8592ee247c09e2120ee1 (diff) | |
download | sbo-maintainer-tools-d4735eae238811ac85e0744443e8d6409f7c3a8b.tar.gz |
Update NEWS.
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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: ============= |