diff options
author | midipix <writeonce@midipix.org> | 2016-05-02 18:18:01 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-02 18:20:35 -0400 |
commit | 77a4b7c9b9108b8af21b3bb1ad5efb3249c55821 (patch) | |
tree | 68aa7db108dbd4612decebfd312d695820d40084 /NEWS | |
parent | 46bdb31e6e560ae1b1a4d26b18e30aa4a41a22a7 (diff) | |
download | slibtool-77a4b7c9b9108b8af21b3bb1ad5efb3249c55821.tar.bz2 slibtool-77a4b7c9b9108b8af21b3bb1ad5efb3249c55821.tar.xz |
release 0.5.0v0.5.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +v0.5.0: + +This is the first tagged release of slibtool. It is the result of two months of +intensive development, and follows rigorous testing on several systems. As of +this initial release, slibtool is known to successfully build an entire Exherbo +Linux system from source, build the midipix cross compilation toolchain from +source, and likewise build many other packages. + +Support for the ELF/default host flavor is complete, and does not appear to have +any errors. Support for the PE/midipix flavor is also complete, and includes not +only static archives and shared libraries, but also import libraries with +version support. Support for the Darwin host flavor already exists too, yet it +is currently semantically incorrect, and so will be fixed in the next release. |