summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2017-05-27 03:34:32 +0200
committerjao <jao@gnu.org>2017-05-27 03:34:32 +0200
commitfcade764395401097b8907d230bc85c2437b65b5 (patch)
tree21a8c2a3775511a8fbd3bf327379c7efbf8e6d32
parent61bd7931b65044acab087c09a9b70d56432f1fe9 (diff)
downloadxmobar-fcade764395401097b8907d230bc85c2437b65b5.tar.gz
xmobar-fcade764395401097b8907d230bc85c2437b65b5.tar.bz2
Version set to 0.24.50.24.5
-rw-r--r--news.md8
-rw-r--r--readme.md4
-rw-r--r--src/Main.hs2
-rw-r--r--xmobar.cabal2
4 files changed, 12 insertions, 4 deletions
diff --git a/news.md b/news.md
index c108bbf..c5d4220 100644
--- a/news.md
+++ b/news.md
@@ -1,5 +1,13 @@
% xmobar - Release notes
+## Version 0.24.5 (May, 2017)
+
+_Bug fixes_
+
+ - Fix for vertical bars ([issue #303])
+
+[issue #303]: https://github.com/jaor/xmobar/issues/303
+
## Version 0.24.4 (April, 2017)
_Infrastructure_
diff --git a/readme.md b/readme.md
index 64d13ff..598ae4b 100644
--- a/readme.md
+++ b/readme.md
@@ -10,7 +10,7 @@ xmobar was inspired by the [Ion3] status bar, and supports similar
features, like dynamic color management, icons, output templates, and
extensibility through plugins.
-This page documents xmobar 0.24.4 (see [release notes]).
+This page documents xmobar 0.24.5 (see [release notes]).
[This screenshot] shows xmobar running under [sawfish], with
antialiased fonts. And [this one] is my desktop with [xmonad] and two
@@ -1602,7 +1602,7 @@ giving me the chance to contribute.
This software is released under a BSD-style license. See [LICENSE] for
more details.
-Copyright &copy; 2010-2016 Jose Antonio Ortega Ruiz
+Copyright &copy; 2010-2017 Jose Antonio Ortega Ruiz
Copyright &copy; 2007-2010 Andrea Rossato
diff --git a/src/Main.hs b/src/Main.hs
index 288939d..3760353 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -186,7 +186,7 @@ usage = usageInfo header options ++ footer
info :: String
info = "xmobar " ++ showVersion version
++ "\n (C) 2007 - 2010 Andrea Rossato "
- ++ "\n (C) 2010 - 2014 Jose A Ortega Ruiz\n "
+ ++ "\n (C) 2010 - 2017 Jose A Ortega Ruiz\n "
++ mail ++ "\n" ++ license
mail :: String
diff --git a/xmobar.cabal b/xmobar.cabal
index 4941c3e..3c244e6 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -1,5 +1,5 @@
name: xmobar
-version: 0.24.4
+version: 0.24.5
homepage: http://xmobar.org
synopsis: A Minimalistic Text Based Status Bar
description: Xmobar is a minimalistic text based status bar.