aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 38fa3b6..44021cf 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,16 @@ sbolint:
- 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.
+- Allow >72 characters in README lines, if they begin with a # or $.
+ These are commands, and sometimes they're just longer than 72 chars.
+- It's now an error to have more than one *.info file in the SlackBuild
+ directory or tarball.
+
+sbopkglint:
+- It's now an error if any ELF binary/library requires a glibc that's
+ newer than the one installed on the system. People have been submitting
+ binary repacks that don't work on 15.0, because they only ever tested
+ on -current (or 15.0 + the new glibc from testing/).
New in 0.9.5:
=============
@@ -33,7 +43,7 @@ sbolint:
- Check for tabs or carriage returns in .info files (which have never been
allowed).
- When running in a git repo, check for files that are in the current
- dir that aren't in the rep. If .diff and .patch files are found, it's
+ dir that aren't in the repo. If .diff and .patch files are found, it's
an error. If any other file is found, it's just a note.
sbopkglint: