aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d017428..e9896f1 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.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:
=============