aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-06-03 06:32:05 -0400
committerB. Watson <urchlay@slackware.uk>2026-06-03 06:32:05 -0400
commita2261494bcf759e102c67b6d240c0350b784b24b (patch)
treee26ca43c94c26dfdefa48e1ecca8924fee929168 /NEWS
parente31aa5e40ce13b72343863b08e260e25daa478ec (diff)
downloadsbo-maintainer-tools-a2261494bcf759e102c67b6d240c0350b784b24b.tar.gz
Update docs.HEADmaster
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0761870..38fa3b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,27 @@
The real ChangeLog is the git log. This is just a summary of the
user-visible changes between releases.
+New in 0.9.6:
+=============
+
+sbolint:
+- Stop complaining about diff/patch files that have no newline at the end.
+ The patch command has no problem with them.
+- Patch/diff files that have CRLF line endings used to trigger an error.
+ This has been downgraded to a note, since in practice they no longer
+ cause problems like they did years ago.
+- When linting a tarball, the SlackBuild's permissions are no longer
+ required to be 0755 (0644 is acceptable). This reflects how the
+ submission and approval process actually works: the script's permissions
+ are explictly set during the process.
+- When linting a tarball, the enclosing directory is now checked for
+ 0755 permissions. If a tarball without +x perms for the enclosing dir
+ gets submitted to the site, the submission will be rejected anyway.
+
New in 0.9.5:
=============
-sbolist:
+sbolint:
- Check for leading blank lines in README, which are reported as an error.
- Check for trailing blank lines in README. If one is found, it's reported
as a note. If more than one, it's an error.