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