diff options
author | midipix <writeonce@midipix.org> | 2020-09-08 19:40:20 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-09-08 19:40:20 +0000 |
commit | ec2276d408e199ce41d0fe4932569b07418d90be (patch) | |
tree | d9e2840e5fe1f510c4359d219dfa9a8f69cb9dd5 | |
parent | f2ca6195e4ba84e0f1770fdb2016acadc95146c6 (diff) | |
download | slibtool-ec2276d408e199ce41d0fe4932569b07418d90be.tar.bz2 slibtool-ec2276d408e199ce41d0fe4932569b07418d90be.tar.xz |
release 0.5.30v0.5.30
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +0.5.30: + +This patch release fixes sed usage ('\s' vs '[[:space:]]') in +slibtool's own build system. Release immediately in order to +prevent build errors in strict build environments. + +- build system: ccenv_output_defs(): use conformant sed construct. + 0.5.29: This patch release provides a few important additions and bug fixes, diff --git a/project/tagver.mk b/project/tagver.mk index bb04bbe..b8b3f71 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 29 +VER_PATCH = 30 |