diff options
author | midipix <writeonce@midipix.org> | 2018-07-07 21:26:57 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-07-07 21:26:57 -0400 |
commit | 0f1753c27b5338bf32f3b5784fb5d6a8edd0c462 (patch) | |
tree | 4532af5dc64580b6d95a9b046030270e27aa1e0d | |
parent | fa5ab1ebbd080d66145d9c312f6bc6117fea68a3 (diff) | |
download | slibtool-0f1753c27b5338bf32f3b5784fb5d6a8edd0c462.tar.bz2 slibtool-0f1753c27b5338bf32f3b5784fb5d6a8edd0c462.tar.xz |
release 0.5.23v0.5.23
-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.23: + +This patch releases fixes a couple of minor issues in slibtool's own build +system. + +build system: all-shared front-end variant: fix ordering of -l$(PACKAGE). +build system: all-shared binary: added missing build-dep on $(SHARED_SOLINK). + 0.5.22: This patch release explicitly requests the openat() interface via definition diff --git a/project/tagver.mk b/project/tagver.mk index 18401a8..0c368db 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 22 +VER_PATCH = 23 |