aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-05-16 05:21:54 -0400
committerB. Watson <urchlay@slackware.uk>2023-05-16 05:21:54 -0400
commit802c66f690d9b8387343cdd5f7c350363901230f (patch)
tree268208e4585d84da577f875656de89af9be2751b /NEWS
parentf7e86f43594280c6648a6e31f9884f3158dfce3a (diff)
downloadsbo-maintainer-tools-802c66f690d9b8387343cdd5f7c350363901230f.tar.gz
Add NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..862a756
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,28 @@
+The real ChangeLog is the git log. This is just a summary of the
+user-visible changes between releases.
+
+New in 0.8.0:
+=============
+
+Added this NEWS file :)
+
+Added a new tool: sbodl, which downloads sources and checks md5sums.
+
+sbolint:
+- Suggestions only (not an error/warning) to split python builds into
+ separate python2- and python3- builds, and to use the python2 command
+ rather than plain python (because someday, /usr/bin/python will become
+ a symlink to python3, not python2).
+- Add a bit of color in the output (red errors, green OK, etc).
+- Check TMP= PKG= OUTPUT= assignments.
+- Check for outdated (i386, i486) ARCH and flags.
+- Check for hidden and empty files/directories.
+
+sbopkglint:
+- Add tests for /usr/info.
+- /etc/ld.so.conf.d is not allowed.
+- *-mimetypes.list is now allowed in /usr/share/applications.
+- Broken python modules (named UNKNOWN-*) are now detected.
+
+Thanks to bedlam, fourtysixandtwo, Fonix, lockywolf, timsoft, and
+probably others for the ideas that led to the new features in 0.8.0.