diff options
| -rw-r--r-- | changelog.md | 4 | ||||
| -rw-r--r-- | xmobar.cabal | 6 | 
2 files changed, 7 insertions, 3 deletions
| diff --git a/changelog.md b/changelog.md index 15f6294..cb1f874 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## Version 0.29.4 (December, 2018) + +Upgrade to alsa-mixer 0.3.0.  See issues #372 and #373. +  ## Version 0.29.3 (December, 2018)  _Bug fixes_ diff --git a/xmobar.cabal b/xmobar.cabal index 7765f08..4a7dcff 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@  name:               xmobar -version:            0.29.3 +version:            0.29.4  homepage:           http://xmobar.org  synopsis:           A Minimalistic Text Based Status Bar  description: 	    Xmobar is a minimalistic text based status bar. @@ -325,8 +325,8 @@ test-suite XmobarTest                   Xmobar.System.Signal    if flag(with_alsa) || flag(all_extensions) -      build-depends: alsa-mixer > 0.2.0.2 && < 0.4, -                     alsa-core == 0.5.*, +      build-depends: alsa-mixer, +                     alsa-core,                       process >= 1.4.3.0        other-modules: Xmobar.Plugins.Monitors.Volume                       Xmobar.Plugins.Monitors.Alsa | 
