summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-12-24 02:09:27 +0000
committerjao <jao@gnu.org>2018-12-24 02:09:52 +0000
commit3f86b6be734b0102a1c1f68db2eccac7b61e4e69 (patch)
tree5ecd6d8a5f15e03e15bd93b6c6a6a803da7482ef
parent88beadf9fc6ced92b016b1b6b9d1842f884ef958 (diff)
downloadxmobar-3f86b6be734b0102a1c1f68db2eccac7b61e4e69.tar.gz
xmobar-3f86b6be734b0102a1c1f68db2eccac7b61e4e69.tar.bz2
Marks for 0.29.4
-rw-r--r--changelog.md4
-rw-r--r--xmobar.cabal6
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