summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-07-07 20:08:43 -0400
committermidipix <writeonce@midipix.org>2018-07-07 20:08:43 -0400
commit59b43e96fa53e4f121fcc300631faf7980b9cddb (patch)
tree9d324e40cd211f722c5777017ec0c848390f45cb
parent139ca7bc38e5ac22463c1add0fe64334c9a98d87 (diff)
downloadslibtool-59b43e96fa53e4f121fcc300631faf7980b9cddb.tar.bz2
slibtool-59b43e96fa53e4f121fcc300631faf7980b9cddb.tar.xz
release 0.5.22v0.5.22
-rw-r--r--NEWS5
-rw-r--r--project/tagver.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b56785a..9c1744b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.5.22:
+
+This patch release explicitly requests the openat() interface via definition
+of _POSIX_C_SOURCE in translation units that need it.
+
0.5.21:
This patch release follows important enhancements in slibtool's library
diff --git a/project/tagver.mk b/project/tagver.mk
index 3d9d95c..18401a8 100644
--- a/project/tagver.mk
+++ b/project/tagver.mk
@@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 21
+VER_PATCH = 22