diff options
author | midipix <writeonce@midipix.org> | 2016-05-03 20:54:52 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-03 20:54:52 -0400 |
commit | 316ae0769766209ac00415cf3d25ec808feb371f (patch) | |
tree | e5c471f642c06e17b0e2292a8d73ab06fe4aa91b | |
parent | d723e1964c6329410375529fa8e4874ded4c3e2b (diff) | |
download | slibtool-316ae0769766209ac00415cf3d25ec808feb371f.tar.bz2 slibtool-316ae0769766209ac00415cf3d25ec808feb371f.tar.xz |
release 0.5.1v0.5.1
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +v0.5.1: + +This patch release includes several small fixes, as well as the addition of +an optional (opt-in at runtime) yet important compatibility feature, namely +the installation of .la wrappers. Changes in this release include: + +- driver: added --legabits support. +- install mode: optional installation of .la wrappers. +- project: added compatibility symlinks (clibtool, clibtool-[shared|static]) +- build system: removed the endian.h test. +- build system: proper use of any-os.mk. + v0.5.0: This is the first tagged release of slibtool. It is the result of two months of diff --git a/project/tagver.mk b/project/tagver.mk index 619082b..1ac70d7 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -2,4 +2,4 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 VER_MINOR = 5 -VER_PATCH = 0 +VER_PATCH = 1 |