From a9145b97e02dec9c3f77dfea214c72150cad2c74 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 2 Sep 2023 21:44:01 +0100 Subject: docs and changelog on libmpd --- changelog.md | 5 +++++ readme.org | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a8b3345..dd749fe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## Version 0.47.1 (September, 2) + +- Allow compilation with libmpd even with GHC > 9.4, by requesting it + explicitly with `with_mpd`. See #667 for further details. + ## Version 0.47 (August, 2023) - Fix: center middle section for templates of the for }M{ diff --git a/readme.org b/readme.org index 0336969..64663c4 100644 --- a/readme.org +++ b/readme.org @@ -31,7 +31,14 @@ channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]]. * Breaking news - - Starting with version 0.45 we use cairo/pango as our drawing engine + - Starting with version 0.47.1, we are excluding MPD from the extensions + included with ~all_extensions~ when GHC version is 9.4 or greater, because + that seems to break cabal compilation. However, it's been reported that + in some installations compilation with ~libmpd~ works fine: just add + explicitly the ~with_mpd~ flag to include MPD and check for yourself. + Compilation with stack has also been reported to work. Please see the + comments in issue #679 for details. + - Starting with version 0.45, we use cairo/pango as our drawing engine (instead of plain X11/Xft). From a user's point of view, that change should be mostly transparent, except for the facts that it's allowed fixing quite a few bugs and that your /font names/ in your configuration, if -- cgit v1.2.3