aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-06-09 15:57:51 -0400
committerB. Watson <urchlay@slackware.uk>2023-06-09 15:57:51 -0400
commitd4735eae238811ac85e0744443e8d6409f7c3a8b (patch)
treece20a137871264e64ce444c69db5e9b317de0c80 /NEWS
parent15989c6956565eff5b0e8592ee247c09e2120ee1 (diff)
downloadsbo-maintainer-tools-d4735eae238811ac85e0744443e8d6409f7c3a8b.tar.gz
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
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:
=============