diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-08-11 23:08:16 +0200 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-08-11 23:08:16 +0200 | 
| commit | fb79386c90815c4a88c35d7d9858de9177162b61 (patch) | |
| tree | 0dd0be744af3e7befa4ffb2e38fb5c936526fa6e | |
| parent | a4831ca74ebdcdc002650b3bb4ebf903984c4a33 (diff) | |
| download | xmobar-fb79386c90815c4a88c35d7d9858de9177162b61.tar.gz xmobar-fb79386c90815c4a88c35d7d9858de9177162b61.tar.bz2 | |
News and readme updates
| -rw-r--r-- | news.md | 6 | ||||
| -rw-r--r-- | readme.md | 10 | 
2 files changed, 10 insertions, 6 deletions
| @@ -8,6 +8,8 @@ _New features_      specify the name of the monitor in the template.    - Support for configuration file living in XDG_CONFIG_HOME (see      [github #99]). +  - `Com` uses safer `runInteractiveProcess` instead of spawning a +    shell (David McLean).  _Bug fixes_ @@ -15,11 +17,13 @@ _Bug fixes_    - Fix for systems not supporting PCRE regular expressions: we use      now BCEs, so regex-compat should be enough everywhere (see      [github #117]). - +  - Weather monitor: support for stations without name (Sergei +    Trofimovich, [issue #65]).  [github #99]: https://github.com/jaor/xmobar/issues/115  [github #115]: https://github.com/jaor/xmobar/issues/115  [github #117]: https://github.com/jaor/xmobar/issues/117 +[issue #65]: http://code.google.com/p/xmobar/issues/detail?id=65  ## Version 0.18 (June 5, 2013) @@ -1319,11 +1319,11 @@ In particular, xmobar [incorporates patches] by Ben Boeckel, Roman  Cheplyaka, Patrick Chilton, John Goerzen, Reto Hablützel, Juraj  Hercek, Tomas Janousek, Spencer Janssen, Jochen Keil, Lennart  Kolmodin, Krzysztof Kosciuszkiewicz, Dmitry Kurochkin, Todd Lunter, -Dmitry Malikov, Edward O'Callaghan, Svein Ove, Martin Perner, Jens -Petersen, Alexander Polakov, Petr Rockai, Peter Simons, Andrew -Sackville-West, Alexander Solovyov, John Soros, Artem Tarasov, Sergei -Trofimovich, Thomas Tuegel, Jan Vornberger, Daniel Wagner and Norbert -Zeh. +Dmitry Malikov, David McLean, Edward O'Callaghan, Svein Ove, Martin +Perner, Jens Petersen, Alexander Polakov, Petr Rockai, Peter Simons, +Andrew Sackville-West, Alexander Solovyov, John Soros, Artem Tarasov, +Sergei Trofimovich, Thomas Tuegel, Jan Vornberger, Daniel Wagner and +Norbert Zeh.  [incorporates patches]: http://www.ohloh.net/p/xmobar/contributors | 
