diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-12-11 15:27:31 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-12-11 15:27:31 +0100 |
commit | 06ebadd3cc322c2a85e6c36730f24b994797d8c2 (patch) | |
tree | 658287dff8e8df5a3263da8f26d9de5b88682b8e | |
parent | d7301c241f79c84e010dd3636d68438cbd4c2e4b (diff) | |
download | xmobar-06ebadd3cc322c2a85e6c36730f24b994797d8c2.tar.gz xmobar-06ebadd3cc322c2a85e6c36730f24b994797d8c2.tar.bz2 |
version bump
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README | 10 |
2 files changed, 10 insertions, 5 deletions
@@ -1,6 +1,11 @@ % xmobar - Release notes % Jose A. Ortega Ruiz +## Version 0.14.1 (Dec 11, 2011) + +A quick upgrade to 0.14 (which see) with more precise versions for +build dependencies. + ## Version 0.14 (Dec 10, 2011) _New features_ @@ -11,7 +11,7 @@ xmobar was inspired by the [Ion3] status bar, and supports similar features, like dynamic color management, output templates, and extensibility through plugins. -This page documents xmobar 0.14 (see [release notes]). +This page documents xmobar 0.14.1 (see [release notes]). [This screenshot] shows xmobar running under [sawfish], with antialiased fonts. And [this one] is my desktop with [xmonad] and two @@ -52,7 +52,7 @@ bells and whistles, use: If you don't have `cabal-install` installed, you can get xmobar's source code in a variety of ways: - - From [Hackage]. Just download [xmobar-0.14.tar.gz] from xmobar's + - From [Hackage]. Just download [xmobar-0.14.1.tar.gz] from xmobar's hackage page. - From [Github]. You can also obtain a tarball in [Github's downloads page]. You'll find there links to each tagged release. @@ -61,13 +61,13 @@ source code in a variety of ways: git: git clone git://github.com/jaor/xmobar -[xmobar-0.14.tar.gz]: http://hackage.haskell.org/packages/archive/xmobar/0.14/xmobar-0.14.tar.gz +[xmobar-0.14.1.tar.gz]: http://hackage.haskell.org/packages/archive/xmobar/0.14.1/xmobar-0.14.1.tar.gz [Github's downloads page]: https://github.com/jaor/xmobar/downloads To install simply run (if needed): - tar xvfz xmobar-0.14 - cd xmobar-0.14 + tar xvfz xmobar-0.14.1 + cd xmobar-0.14.1 If you have cabal installed, you can now use it from within xmobar's source tree. Otherwise, run the configure script: |