diff options
| author | jao <jao@gnu.org> | 2023-09-02 21:44:01 +0100 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2023-09-02 21:44:01 +0100 | 
| commit | a9145b97e02dec9c3f77dfea214c72150cad2c74 (patch) | |
| tree | 17e28a65af900d01114ee444fdbce99ed7b9a359 | |
| parent | e68e38f6556e574420af1e2e6444734bf153ae1a (diff) | |
| download | xmobar-a9145b97e02dec9c3f77dfea214c72150cad2c74.tar.gz xmobar-a9145b97e02dec9c3f77dfea214c72150cad2c74.tar.bz2  | |
docs and changelog on libmpd0.47.1
| -rw-r--r-- | changelog.md | 5 | ||||
| -rw-r--r-- | readme.org | 9 | 
2 files changed, 13 insertions, 1 deletions
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{ @@ -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  | 
