diff options
author | B. Watson <urchlay@slackware.uk> | 2023-12-05 03:23:36 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-12-05 03:24:27 -0500 |
commit | 2b5d8b0462fb395877f1da3dcd2ecad8c1751d3b (patch) | |
tree | ac991867ee59d439a127bb4e3a950e425d06e354 /NEWS | |
parent | 1295610ad7d9619a8d7fec98751f8df3c32ed928 (diff) | |
download | sbo-maintainer-tools-2b5d8b0462fb395877f1da3dcd2ecad8c1751d3b.tar.gz |
update NEWS
Diffstat (limited to '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.9.1: +============= + +sbopkglint: +- The $TMP directory is created, if it doesn't exist. Derp. +- Files/dirs owned by UID or GID >= 1000 are errors. +- ELF objects aren't checked for ARCH, if they're in /usr/share/qemu. +- perllocal.pod, .packlist, *.bs are detected. +- Invalid characters in the package name are detected. + +sbolint: +- *.rej files are detected and draw a warning. +- Script permission check allows 0644 or 0755 now. +- URLs in .info files with % characters are now handled correctly. + +sbodl: +- Don't refer to itself as sbopkglint in --help and man page. +- Add -n (--no-content-disposition) option, and make option + processing nicer. + New in 0.9.0: ============= |