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 | |
parent | 46bdb31e6e560ae1b1a4d26b18e30aa4a41a22a7 (diff) | |
download | slibtool-77a4b7c9b9108b8af21b3bb1ad5efb3249c55821.tar.bz2 slibtool-77a4b7c9b9108b8af21b3bb1ad5efb3249c55821.tar.xz |
release 0.5.0v0.5.0
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | THANKS | 14 | ||||
-rw-r--r-- | project/tagver.mk | 2 |
3 files changed, 28 insertions, 1 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. @@ -0,0 +1,14 @@ +v0.5.0: + +The initial rapid development of slibtool, and likewise the +relatively short time from inception to first release, would not have +been possible without the shared wisdom and tremendous help that was +provided by Kylie McClain, a renowned Exherbo Linux developer and build +system wizard. Kylie tirelessly tested slibtool by running the Exherbo +world build time and again around the clock until there no more visible +failures (read: until she finally stopped jinxing it), handling the +tediousness of the task with a cool spirit and a great sense of humor. + +Thanks also to Ørjan Malde (the one and only), who readily turned +himself into a Somemulator and helped debugging a race condition in +slibtool's compile mode translation unit (commit cd7387f). diff --git a/project/tagver.mk b/project/tagver.mk index 828dc5b..619082b 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -1,5 +1,5 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 -VER_MINOR = 0 +VER_MINOR = 5 VER_PATCH = 0 |