diff options
author | midipix <writeonce@midipix.org> | 2025-05-17 00:22:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-05-17 00:22:49 +0000 |
commit | 43f5a8c2f6ea783fe07dc7d33fc945fd5a046996 (patch) | |
tree | 0a45b9cd838496be923d8d4da5c6f7bd66030c5b | |
parent | 7b45a016b6f94ac73890fb52c1bdacda2bfbaaca (diff) | |
download | sltdl-43f5a8c2f6ea783fe07dc7d33fc945fd5a046996.tar.bz2 sltdl-43f5a8c2f6ea783fe07dc7d33fc945fd5a046996.tar.xz |
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -0,0 +1,19 @@ +0.5.0: + +This is the first tagged release of sltdl, a clean implementation for modern +systems of the legacy ltdl interfaces (nowadays used by only a small number +of third-party packages). + +There are currently no known bugs, however should you encounter any then +please send a message to bugs@foss21.org, or otherwise report online by +visiting the #slibtool channel on the oftc irc network. Alternatively, you +may choose to create an issue on https://dev.midipix.org/cross/sltdl. + +In order to seamlessly use sltdl as an ltdl drop-in replacement, one should +_autoreconf_ the source tree of the project being built after setting +the LIBTOOLIZE environment variable to /path/to/slibtoolize, as well as the +ACLOCAL environment variable by appending an appropriate --system-acdir +argument: + +$ EXPORT LIBTOOLIZE=/path/to/slibtoolize +$ EXPORT ACLOCAL="aclocal --system-acdir=/path/to/share/slibtool" diff --git a/project/tagver.mk b/project/tagver.mk index befdb95..aa41f60 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -1,5 +1,5 @@ VER_NAMESPACE = LT VER_MAJOR = 0 -VER_MINOR = 0 +VER_MINOR = 5 VER_PATCH = 0 |