diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-26 15:59:11 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-05-26 15:59:11 -0400 |
commit | 40cf760ba508a028ec452897ad03c99fc6eaf144 (patch) | |
tree | 1c1c0582e7d96c10a9f2c9d7d581c306ab826462 /NEWS | |
parent | a54921ea09852ba482e6a8b517539764193c9513 (diff) | |
download | sbo-maintainer-tools-40cf760ba508a028ec452897ad03c99fc6eaf144.tar.gz |
Bump version, update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,18 @@ The real ChangeLog is the git log. This is just a summary of the user-visible changes between releases. +New in 0.8.1: +============= + +This is a bugfix release. + +sbolint: +- When linting tarballs, files with extra dots in the filename (e.g. + foo.bar.tar.gz) were failing to validate. Fixed. +- Also handle tarballs created by file-roller, which list the directory + last rather than first. And tarballs created by 'tar cvfz foo.tar.gz + foo/*', which don't list the directory at all. + New in 0.8.0: ============= |