aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-05-26 15:59:11 -0400
committerB. Watson <urchlay@slackware.uk>2023-05-26 15:59:11 -0400
commit40cf760ba508a028ec452897ad03c99fc6eaf144 (patch)
tree1c1c0582e7d96c10a9f2c9d7d581c306ab826462
parenta54921ea09852ba482e6a8b517539764193c9513 (diff)
downloadsbo-maintainer-tools-40cf760ba508a028ec452897ad03c99fc6eaf144.tar.gz
Bump version, update NEWS.
-rw-r--r--Makefile2
-rw-r--r--NEWS12
-rwxr-xr-xsbodl2
-rwxr-xr-xsbofixinfo2
-rwxr-xr-xsbolint2
-rwxr-xr-xsbopkglint2
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
: <<EOF
=pod
diff --git a/sbofixinfo b/sbofixinfo
index cf1d38e..fb3a620 100755
--- a/sbofixinfo
+++ b/sbofixinfo
@@ -4,7 +4,7 @@
# companion piece to sbolint.
# Don't edit the next line; use "make version" instead.
-$VERSION="0.8.0";
+$VERSION="0.8.1";
=pod
diff --git a/sbolint b/sbolint
index 084ae5d..fe0f3d9 100755
--- a/sbolint
+++ b/sbolint
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
# Don't edit the next line; use "make version" instead.
-$VERSION="0.8.0";
+$VERSION="0.8.1";
=pod
diff --git a/sbopkglint b/sbopkglint
index afa6f33..25ed14c 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -1,7 +1,7 @@
#!/bin/bash
# Don't edit the next line; use "make version" instead.
-VER=0.8.0
+VER=0.8.1
: <<EOF
=pod