From 40cf760ba508a028ec452897ad03c99fc6eaf144 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 26 May 2023 15:59:11 -0400 Subject: Bump version, update NEWS. --- Makefile | 2 +- NEWS | 12 ++++++++++++ sbodl | 2 +- sbofixinfo | 2 +- sbolint | 2 +- sbopkglint | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c8c51d1..999e215 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJ=sbo-maintainer-tools # note to self: after changing this, "make version" to update all 4 scripts. -VERSION=0.8.0 +VERSION=0.8.1 PREFIX=/usr/local DESTDIR= diff --git a/NEWS b/NEWS index 1a64b5c..ec29cd8 100644 --- a/NEWS +++ b/NEWS @@ -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: ============= diff --git a/sbodl b/sbodl index 94c2c4e..b592f06 100755 --- a/sbodl +++ b/sbodl @@ -8,7 +8,7 @@ # 20170306 bkw: add caching # Don't edit the next line; use "make version" instead. -VERSION=0.8.0 +VERSION=0.8.1 : <