summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-02 18:18:01 -0400
committermidipix <writeonce@midipix.org>2016-05-02 18:20:35 -0400
commit77a4b7c9b9108b8af21b3bb1ad5efb3249c55821 (patch)
tree68aa7db108dbd4612decebfd312d695820d40084
parent46bdb31e6e560ae1b1a4d26b18e30aa4a41a22a7 (diff)
downloadslibtool-77a4b7c9b9108b8af21b3bb1ad5efb3249c55821.tar.bz2
slibtool-77a4b7c9b9108b8af21b3bb1ad5efb3249c55821.tar.xz
release 0.5.0v0.5.0
-rw-r--r--NEWS13
-rw-r--r--THANKS14
-rw-r--r--project/tagver.mk2
3 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..91f8eca
--- /dev/null
+++ b/NEWS
@@ -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.
diff --git a/THANKS b/THANKS
new file mode 100644
index 0000000..5f1f5f6
--- /dev/null
+++ b/THANKS
@@ -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