summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-11-14 15:17:37 +0000
committerWill Thompson <will@willthompson.co.uk>2012-11-14 15:17:37 +0000
commitdd278739c3e89311127e1816b779858540625c4e (patch)
tree97ecd48f5e098375421c02dab1425727b8601cf9
parent6c881a4c41ffcc0f9f73c82d437d4c9a81d888ce (diff)
NEWS for 0.4.2
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9b8f09e..42f2213 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Bustle 0.4.2 (2012-11-14)
+-------------------------
+
+This release is all about build fixes; nothing user-visible has changed.
+
+* The Makefile now respects the `DESTDIR` variable.
+* No more deprecation warnings about `g_thread_create()`!
+* We explicitly check for GLib ≥ 2.26.
+
+Also, there's now a `threaded` Cabal flag you can turn off if you're
+building for some platform where the threaded GHC runtime isn't
+available (such as S/390, MIPS or Sparc). This is the same approach used
+to make several other packages build for those architectures in Debian,
+as per [bug 541848][]. You can do something like this in your packaging:
+
+ DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc-$(GHC_VERSION)/libHSrts_thr.a || echo --flags=-threaded)
+
+Bustle doesn't directly use Haskell-land threads, but I don't trust it
+not to break in this configuration, so it's not the default.
+
+[bug 541848]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541848#33
+
Bustle 0.4.1 (2012-08-29)
-------------------------